2009 Jan 08 6:30 PM
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
2009 Jan 08 6:55 PM
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
2009 Jan 08 6:55 PM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |