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 |
what is version management in sap abap.Do we have this concept in scripts also?if at all then how do you handle in scripts and what's its usage
how can i fetch the records of 3 tables with a single select query,without using join.
12 Answers CTS, IBM,
What is the difference between data base objects and runtime objects?
how many types of idoc'c?
How do you execute the payroll
Why first check bapi , if not available go bdc ?
How to find user exit
Which event in Reports is equal to PBOin Module Pool Program?
What is the abap program name to process the batch input session automatically? : abap bdc
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
what is meant by HIDE statement?
Can we reuse a userexit?