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

How to upload data

Former Member
0 Likes
394

Hi experts,

Few days back i have created one LSMW ( EQUIP01 )for creating an equipments.Now i want to upload equipments in the system.Can you please tell me the following.

1.How to create the file for upload in the system ( Means how i will retriew the field in Tab dimilited format )

2.After preparing the file how the uploading to be start in SAP system.( I know there are 14 steps but i want to know from which steps i have to start uploading the file )

Note :- I mean to say there is already created LSMW is available in the system now i want to use this please tell me how can do this

Thanks in advance

AR

1 ACCEPTED SOLUTION
Read only

nirajgadre
Active Contributor
0 Likes
353

Hi,

1. create the excel sheet as per the field sequence in the source structure you required and save this excel sheet as tab delimited file.

2. to upload this file into the LSMW you need to start from the Specify the file step. mentioned the file path and select the file contained and delimiter options.

3. Then use step assign file, Read data, display data , convert data and then finally create the batch input session.

1 REPLY 1
Read only

nirajgadre
Active Contributor
0 Likes
354

Hi,

1. create the excel sheet as per the field sequence in the source structure you required and save this excel sheet as tab delimited file.

2. to upload this file into the LSMW you need to start from the Specify the file step. mentioned the file path and select the file contained and delimiter options.

3. Then use step assign file, Read data, display data , convert data and then finally create the batch input session.