Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Upload data from Excel to Internal table in ECC

Former Member
0 Likes
1,319

Hello SDN,

Here I am facing a problem for uploading the data from excel sheet to internal table in ECC6.0

Main problem is we don't have any FM ALSM_EXCEL_TO_INTERNAL_TABLE.

Please provide me the solution how to upload the data from excel to internal table through class. If possible please provide me the sample code so that it will be very helpful for me.

Waitingfor your valuable response.

Thanks & Regards,

Kumar.

Hello SDN,

Here I am facing a problem for uploading the data from excel sheet to internal table in ECC6.0

Main problem is we don't have any FM ALSM_EXCEL_TO_INTERNAL_TABLE.

Please provide me the solution how to upload the data from excel to internal table through class. If possible please provide me the sample code so that it will be very helpful for me.

Waitingfor your valuable response.

Thanks & Regards,

Kumar.

8 REPLIES 8
Read only

Former Member
0 Likes
1,188

Hi,

FM ALSM_EXCEL_TO_INTERNAL_TABLE is available in ECC 6.0. Please check.

Read only

0 Likes
1,188

Hi,

now I am working in BW server. In that we don't have that FM.

Regards,

kumar

Read only

0 Likes
1,188

Hi,

Is the class CL_GUI_FRONTEND_SERVICES available ?

Regards

Read only

0 Likes
1,188

It is avilable but it is not supporting excel format. I am not getting any data. Please help me out in this issue.

Regards,

Kumar

Read only

0 Likes
1,188

use FM GUI_UPLOAD

Read only

0 Likes
1,188

Hi,

Try this FM

'TEXT_CONVERT_XLS_TO_SAP'

Read only

Former Member
0 Likes
1,188

Hi,

you can use OLE to acces (not only) excel, but this will only work in dialog processing.

regards,

Hans

Read only

Former Member
0 Likes
1,188

solved