Application Development and Automation 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: 
Read only

lsmw control

Dasig
Participant
0 Likes
494

Hi experts,

I have a lsmw that loads a file into om infotypes.

the lsmw is a succession of screens: for each line in the file, there is a creation of 2 occurences .

I want to skip the creation of the second occurence depending on the value of a field.

Is it possible?

Thkx in advance.

Hi experts,

I have a lsmw that loads a file into om infotypes.

the lsmw is a succession of screens: for each line in the file, there is a creation of 2 occurences .

I want to skip the creation of the second occurence depending on the value of a field.

Is it possible?

Thkx in advance.

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
465

Obviously you are using a recording. Recordings always have fixed screen sequence, you cannot dynamically change it based on field contents.

Possible workarounds:

- try creating a recording that contains all potentially relevant screens for all scenarios

- create separate recordings for each scenario, and process only the respective portion of the source data with each recording.

Thomas

P.S. please use more meaningful titles when posting