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: 

how to upload exel file

former_member424229
Participant
0 Kudos

Dear experts,

        I want to upload exel file and .csv into sap. For this i use the function module 'GUI_UPLOAD' and ' TEXT_CONVERT_XLS_TO_SAP'. In my abap they are working fine . When i add to portal it goes dump 'JAVA BEANS NOT SUPPORTED'. How to solve this.

Please help me.

Advance thanks.

4 REPLIES 4

thanga_prakash
Active Contributor
0 Kudos

This message was moderated.

former_member76372
Participant
0 Kudos

use CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD instead.

Former Member
0 Kudos

HI Krishna,

try using the following function modules to achieve uploading

'ALSM_EXCEL_TO_INTERNAL_TABLE'

and 'FILE_READ_AND_CONVERT_SAP_DATA' in se37.

or You can try to upload these files to Application Server and try using OPEN_DATASET therafter.

Hope it helps!!!!

Regards,

Alora

Former Member
0 Kudos

Hi Krishna,

Refer to link