‎2007 Sep 08 2:46 AM
‎2007 Sep 08 2:52 AM
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
‎2007 Sep 08 2:55 AM
Hi,
Some of the related transactions related data load
1. LSMW
2. SXDA
3. ECATT
4. BDC
5. IDOC
aRs