2007 Apr 05 7:35 AM
2007 Apr 05 7:37 AM
For system fields explanation : <a href="http://help.sap.com/saphelp_46c/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm">ABAP System Fields</a> in help.sap.com
Regards
2007 Apr 05 7:37 AM
2007 Apr 05 7:37 AM
2007 Apr 05 7:39 AM
2007 Apr 05 7:40 AM
2007 Apr 05 7:39 AM
Hi,
<b> ABAP program, number of current screen</b> is the short text of that.
you can goto <b>SYST</b> table to check this.
2007 Apr 05 7:39 AM
Khan,
It is a number of current screen.
For details of all system fields
In se11 -->table name SYST
Don't forget to reward if useful...
2007 Apr 05 7:45 AM
sy-dnnr is a screen number
can be used as
CASE sy-dynnr.
WHEN 1000.
........
regards ravish
plz reward if helpful
2007 Apr 05 7:47 AM
hi,
<b>SY-DYNNR</b> is
Number of the current screen. The current selection screen during selection screen processing. The number of the carrier screen during list processing. During the processing of a subscreen screen (also with tabstrips), this is its number.
and is stored in syst.
Regards,
Viji.
2007 Apr 05 7:47 AM
Hi Khan,
<b>SY-DYNNR</b> - Number of current screen During the selection screen processing, SY-DYNNR contains the screen number of the current selection screen. During list processing, SY-DYNNR contains the number of the container screen. While a subscreen is being processed, SY-DYNNR contains its screen number. This also applies to tabstrips.
Regards,
Ramganesan K.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |