Application Development 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: 

Excel upload to ztable in APO ABAP

Former Member
0 Kudos

Hi Folks,

   I am new to APO ABAP, I want to upload the excel data to custom table . could you please help me with function modules to use.

function modules which are in ECC are not supported by APO.

If I am using GUI_UPLOAD how can i specify the row n column numbers of the excel from which it has to consider.

Thanks,

Smriti

1 REPLY 1

Former Member
0 Kudos

Hi,

GUI_upload can't work!

My suggestion!

Create the RFC function module  ZRFC_EXCEL_TO_INTERNAL_TABLE copy of ALSM_EXCEL_TO_INTERNAL_TABLE.   ( very simple way ).  change the processing type of new FM

Then you can write the report by calling the FM to upload the data into APO. The FM is helpful for future requirements also.