cancel
Showing results for 
Search instead for 
Did you mean: 

Upload excel file (xls) into internal table in SRM 4.0

Former Member
0 Kudos

Hi experts!

I need upload a xls file into internal table (in ABAP report) in EBP machine for i work with data in the sheets. Can you help me?

Best Regard!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Zeky,

Try GUI_UPLOAD method of the class CL_GUI_FRONTEND_SERVICES

or FM ALSM_EXCEL_TO_INTERNAL_TABLE

Please look at this threads too:

/people/thomas.jung3/blog/2004/09/02/creating-a-bsp-extension-for-downloading-a-table

Regards,

Marcin Gajewski

please reward points for helpful answers

Former Member
0 Kudos

Hi Marcin, thanks for your answer.

I know upload xls file in SAP ECC, but my problem is that in SAP EBP 4.0 not exist the common FM.

The FM ALSM_EXCEL_TO_INTERNAL_TABLE and, FILE_READ_AND_CONVERT_SAP_DATA not exist. The GUI_UPLOAD method not exist in class CL_GUI_FRONTEND_SERVICES.

You know another form?

Best regards!

Answers (0)