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: 

upload header and item in lsmw

Former Member
0 Kudos

hi experts,

I want to upload the header & item data for quotation using LSMW. There is no direct & batch input method for quotation. I want to use the recording method. Is it possible to use Recording for upload the header and item data ? Thanks in advance.

Regards,

Varadarajan.R

3 REPLIES 3

JL23
Active Contributor
0 Kudos

sure it will be possible.

Former Member
0 Kudos

hi,

Can u explain the steps for uploading the header and item dat for quotation ?

JL23
Active Contributor
0 Kudos

first you need to do your recording and need to define the variable fields in LSMW.

then you have to think about the data source.

you can either have 2 files, one with header and the other with item data. of course both files need to have a common indentifier so that you can know what belongs together.

or you have header and item data in one file, e.g. row 1 is header data row 2, 3 and 4 is item data, row 5 header data and so on.

But here you need as well an identifier to let SAP know what is header and what is an item.

once you know how the data source looks like, then you define the structure of this source in LSMW.

after this you define the fields of the source in LSMW.

and then you link the source to the target structure.

and finally you do the field mapping in LSMW.