‎2006 May 04 7:54 PM - last edited on ‎2024 Feb 04 6:10 AM by postmig_api_4
Hi,
My excel file contains four sheets inside. Each sheet contains data.
When i upload this file using Function "UPLOAD" and data format of "DAT", how is the data transferred into internal table.
How is the data in various sheets of excel file is transfered into the internal table of the ABAP program.
Thanks for the response.
‎2006 May 04 7:56 PM
‎2006 May 04 8:02 PM
I cannot tell you if it's possible to transfer all 4 sheets in 1-shot, but use this function module:
TEXT_CONVERT_XLS_TO_SAP
This converts data from 1 sheet to internal table.
‎2006 May 04 8:05 PM
Hi,
Does all the 4 sheets contain same fields..
I guess the data for fields matching the internal table would be filled up properly..
n for the remaining it doesnt get filled in proper manner..
OLE would be a better solution for this.
Regards,
Tanveer.
Please mark helpful answers
‎2006 May 04 8:07 PM
‎2006 May 04 8:11 PM
‎2006 May 04 8:10 PM
Hi Mohan,
Try Function module 'ALSM_EXCEL_TO_INTERNAL_TABLE'
Regards,
Raj