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: 

Uploading Excel File in SAP In Background Mode

Former Member
0 Kudos

Dear All,

We require to upload Excel File in SAP in Background Mode.

Could anyone suggest me the Function Module for this?

Or any other method..........please.

Thanks in advance for ur kind help.

Best Regards,

Prasad

7 REPLIES 7

former_member705122
Active Contributor
0 Kudos

Hi,

Check this link:

Regards

Adil

Former Member
0 Kudos

u didn't told by which method u are uploading the file.But if u r doing it thru BDC then select MODE 'N' to run in background.

i.e. CALL TRANSACTION 'MM02' USING ist_bdcdata mode 'N'.

hope this will serve ur purpose or if any then let us know.

Former Member
0 Kudos

Hi,

U can not upload the presentation server file in Background

Mode. That is possiable in Forground only.

If File in Application Sever u can upload the file in Background mode.

If u want transper the file to application server. Use t-code

CG3Z

Or Use this FM --> DX_FILE_WRITE

If u want read the appication server file to yur ITAB use This

FM DX_FILE_READ

Thanks,

Durai.V

Former Member
0 Kudos

hi ,

Use thi sFM 'TEXT_CONVERT_XLS_TO_SAP'

Reward points if helpful.

Regards

Mohammed

p604431
Active Participant
0 Kudos

Hi,

This FM 'ALSM_EXCEL_TO_INTERNAL_TABLE' can also be used to upload data from excel file.

Former Member
0 Kudos

Yes, we cannot upload Local file in Background. It should be on Application Server.