‎2008 Mar 17 10:06 AM
Dear All,
What's the system variable for screen session number ( which will create dynamically when we open new session ).
Thanks,
Senthil.
‎2008 Mar 17 10:09 AM
‎2008 Mar 17 10:10 AM
Hi,
SY-DYNNR is the dynamic Screen number.
Please reward points if useful.
Regards
Rose
‎2008 Mar 17 10:11 AM
‎2008 Mar 17 10:13 AM
Hi,
Underneath the control area, the current screen and program names are displayed together with the line number, event type, and event name. The adjacent column lists the current return values of the system variables sy-subrc and sy-tabix. However, the names of other data objects can also be entered here instead of the system variables. Their contents are only displayed if these data objects actually exist in the program section just processed. .
If your program is running in a background, you can detect this by checking the system variable SY-BATCH.