‎2009 Nov 13 9:22 AM
Hi,
There are 3 selection screen.
500
501
502
I am calling these screen by keyword SUBMIT from module pool.
How can I know the selection screen number in report programme
‎2009 Nov 13 9:25 AM
‎2009 Nov 13 9:27 AM
Its giving me the standard screen number i.e 1000
and not the selection screen number.
‎2009 Nov 13 9:32 AM
how are u calling the screens by SUBMIT command?
you should call screen 0500 or 0501 etc..
‎2009 Nov 13 9:26 AM
Hi,
For Selection Screen the screen number is always 1000, if you are looking for the system field which holds the screen number, it is SY-DYNNR. This hold the current screen number.
Kindly set to resolve, if it helps you.
Regards
Abhii..
‎2009 Nov 13 9:29 AM
I have created 3 selection screen in one report as follows.
BEGIN OF SELECTION-SCREEN 500.
......
END OF SELECTION-SCREE 500.
‎2009 Nov 13 9:31 AM
Hello,
Please explain in detail what is the scenario & your req.
Suhas
‎2009 Nov 13 9:34 AM
FROM a module pool program in call one of the 3 selection screen which are written in same report.
These selectiion screen are call dynamically based on the parameters selected in module pool.
So based on selection screen which is called I have to perform some action.
‎2009 Nov 13 11:35 AM
You cannot have a selection screen number in sy-dynnr. I got the soln with passing parameter through submit