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

uploading

Former Member
0 Likes
346

what are the Uploading tools we can used?

2 REPLIES 2
Read only

Former Member
0 Likes
329

there are few FM's to upload data from file to SAP

1. GUI_UPLOAD

2. WS_UPLOAD

3.ALSM_EXCEL_TO_INTERNAL_TABLE

if you use above FM's then you can upload files from local files

if you want to upload from application server then you need to use below command.

open dataset file for input.

read dataset

close dataset.

Thanks

Seshu

Read only

former_member194669
Active Contributor
0 Likes
329

Hi,

Some of the related transactions related data load

1. LSMW

2. SXDA

3. ECATT

4. BDC

5. IDOC

aRs