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: 

Standard LSMW programs

Former Member
0 Kudos

Hi All,

Please let me know how can i find what all standard LSMW solution are available for data upload/conversion. I have to upload various type of master data into sap and want to know for what all data we have a already existing SAP standard lsmw.

Thanks for your answers.

Thanks,

Abhishek

1 ACCEPTED SOLUTION

Former Member
0 Kudos

In Maintain object attributes (which is 1st step in LSMW). There is one option radio button: standard BATCH/Direct INPUT under that object text box is there, where u can find number of master data and other by pressing F4 key. which gives the type of data u want to upload.

4 REPLIES 4

Former Member
0 Kudos

In Maintain object attributes (which is 1st step in LSMW). There is one option radio button: standard BATCH/Direct INPUT under that object text box is there, where u can find number of master data and other by pressing F4 key. which gives the type of data u want to upload.

0 Kudos

Hi Sunil,

Thanks for your reply.

Also please let me know if i choose any of the standard standard batch/direct input and then i choose a object and method then can i use standard structures or we need to create them ?

Thanks,

Abhishek

0 Kudos

Hi Abhishek

Hope you dont mind if I answer..

The Source Structure that you define will be used to upload the data .The Structure is mapped to the std structures in the Maintain Structure Relations step

The fields that you have defined in the Source Structure can be mapped to the fields of Standard Structures that is defined by the SAP standard program in the Maintain Field Mapping and Conversion Rules step

Former Member
0 Kudos

Hi

Once you create the object in LSMW

1. Goto Step Maintain Object Attributes and enter in Change Mode

2. Choose Standard Batch/Direct Input Method and click F4 to get the options of upload.

3. You will get a program name which will be used to upload the data .. if you look at the Documentation then you will get an idea on the structure that has to be provided and the values which are mandatory.

4.Similarily if you go on to the BAPI method and the IDOC steps you will get the Standard Business Object that are available and which can be used for Upload.

The fields which are available for Input can be got in Field Mapping step depending upon which structures values need to be given as input.

Hope this helps.