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: 

LSMW- Set parameter id

Former Member
0 Kudos

Hi experts,

I am using LSMW to upload data into SAP.

The requirement is before calling the transaction i have to clear the values using SET PARAMETER id...

like for ex: if the tcode is XD01, i have to remove the defaulted values before calling the Tcode.

Like wise before calling the transaction for multiple times for multiple records i have to clear the default values.

Note: I have done coding in FIELD MAPPING there i have used the set parameter id but this code wil get executed while CONVERTING DATA, and i want to carry this code(SET PARAMETER ID) in session because there it will call the transaction and before calling the transaction it should clear the values .

THanks

1 REPLY 1

Former Member
0 Kudos

Hi,

Try to clear the variable in the event: __BEGIN_OF_PROCESSING__ of the "Maintain Field Mapping and Conversion Rules"..

Hope this should solve your clearing of set pararameter id issue..

Regards

SK