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: 

Topic: LSMW for twoTCODEs at a time

Former Member
0 Kudos

Hi experts,

1.can we upload the data for two transaction at a time.

eg. i want to upload the data for quotation in ME41 .once the quotation is created we have to maintain quotation in tcode ME47. Is it possible. How please explain me.

2.I have 3 legacy files to upload. In that 2 files for one tcode & 1 file for another tcode. How can i define it according to Tcode. How to maintain the relationship between the strucures? Do we need to code for this? can u explain me from LSMW step 2 to 6 for this requirement.

thanks in advance

2 REPLIES 2

Former Member
0 Kudos

Hello,

The first thing to do, is to specify TWO (or more) transaction recordings in step 1.

Then, in step 2, you should specify the source structures - one for every transaction recording.

In step 3, you should maintain fields for your structure.

In step 4 you relate recordings with source structures.

In the next few steps, you'll have to assign fields, specify your files, then assign files to structures.

Former Member
0 Kudos

Check that you <b>do not</b> need any information for the ME47 transaction from the ME41 transaction.

If the ME41 transaction does not work and you try to post the ME47 one anyway, what will be the result?

MattG.