Function Module to upload the Excel sheet into SAP Internal
Tables. *
a) GUI_UPLOAD
b) CL_GUI_FRONTEND_SERVICES=>GET_UPLOAD_DOWNLOAD_PATH
c) CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD
d) All the above
Answer Posted / anonymous
GUI_UPLOAD does the upload of excel files
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
What are the types of views? : sap abap data dictionary
How do you take care of performance issues in your ABAP programs?
What are hashed tables?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
How many structures can be created in a Ztable ?
What is a table attribute? : abap data dictionary
State the system field for the current date?
What are the check tables?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
Explain how do you use structures in the abap programs?
What are the update types possible? : abap data dictionary
What are different data types in abap/4?
how to modify the standard method as per your requirement
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?