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: 

Change field dynamically in LSWM

Former Member
0 Kudos

Hi everyone,

I have to change a LSMW, based on recording of MEK3, to select dynamically the key combination. In my record table, the field for key combination is RV130-SELKZ(02), (02) is for the second choice of the key combination list:

For RV130-SELKZ(03), I have:

How can I choose dynamically the value between parenthesis in the LSMW?

Thank you.

1 ACCEPTED SOLUTION

JL23
Active Contributor
0 Kudos

you cannot.

If you want be flexible then use the SAP given batch inputs/Idoc/Bapi import method.

A recording is a static thing and should only be used if nothing is given. You have to create individual recordings for each variation.

2 REPLIES 2

JL23
Active Contributor
0 Kudos

you cannot.

If you want be flexible then use the SAP given batch inputs/Idoc/Bapi import method.

A recording is a static thing and should only be used if nothing is given. You have to create individual recordings for each variation.

Former Member
0 Kudos

Thank you for your response. I'll create individual recordings.