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

sysem variable

Former Member
0 Likes
1,058

what is SY-DYNNR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,036

HI,

Its Screen number.

9 REPLIES 9
Read only

Former Member
0 Likes
1,037

HI,

Its Screen number.

Read only

Peter_Inotai
Active Contributor
0 Likes
1,036

Dynpro/screen number.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,036

This is the Dynpro/Screen number of the current screen

Regards

Read only

0 Likes
1,036

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

Read only

Former Member
0 Likes
1,036

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.

Read only

Former Member
0 Likes
1,036

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...

Read only

Former Member
0 Likes
1,036

sy-dnnr is a screen number

can be used as

CASE sy-dynnr.

WHEN 1000.

........

regards ravish

plz reward if helpful

Read only

Former Member
0 Likes
1,036

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.

Read only

former_member189631
Active Contributor
0 Likes
1,036

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.