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
Answers were Sorted based on User's Feedback
Answer / sivaramakrishna.v,s
no i think these fm doesn't work with excel files. the above fm are used to upload the txt files means note pad filessivas
in order to upload the xl file usually we use the fm
alsm_text_convert_to_xls_format : to download internal table data to xl file
sap_convert_xls_to_internal_table : to upload the xl file data to internal table
Is This Answer Correct ? | 9 Yes | 3 No |
If you write a write statement after end-of-selection, will that be triggered ?
what is backend and frontend in case of sap abap? whom we are supposed to call as backenduser and frontend user.
What type of user exits have you written ?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
what are value table and check table ?and what are the difference between them?
Difference between the sub-routines and function modules
Explain the difference between a dialog program and a report?
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is the meaning of table buffer? This buffer is used by which type oftable?
difference b/w classical report and intractive report
We created ZEMP table now i want to add more data but previous data should not disturb how can i do this?
What is the symbol to do “concatenation” operation in nw abap 7.4 ?