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

Selection screen not getting filled by itself after changes

Former Member
0 Likes
430

Hi all.

I am working on a program....one of our consultant has just modified the program just to increas the performance of it..but when we ran that program after first selection screen where we made some selection it is suppoesd to go to the other selection screen and in that selection there are few selection fields which are supposed to be filled by default as soon as we came to that screen but after modification we are not getting that. Although if I run the old program with the same variant I can see what is required.,,,

So can you please suggest what may be wrong.

Thanks,

Rajeev

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
408

If it call selection scren you can pass vairant to it to fill that new screen with values by default.


CALL SELECTION-SCREEN 0100 USING SELECTION-SET variant.

Ensure this variant exist in that second screen.

Regards

Marcin

Hi all.

I am working on a program....one of our consultant has just modified the program just to increas the performance of it..but when we ran that program after first selection screen where we made some selection it is suppoesd to go to the other selection screen and in that selection there are few selection fields which are supposed to be filled by default as soon as we came to that screen but after modification we are not getting that. Although if I run the old program with the same variant I can see what is required.,,,

So can you please suggest what may be wrong.

Thanks,

Rajeev

1 REPLY 1
Read only

MarcinPciak
Active Contributor
0 Likes
409

If it call selection scren you can pass vairant to it to fill that new screen with values by default.


CALL SELECTION-SCREEN 0100 USING SELECTION-SET variant.

Ensure this variant exist in that second screen.

Regards

Marcin