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

query

former_member329386
Participant
0 Likes
516

Hi all

I want to know

a) The number of the current screen in dialog program.

b) Wether data has been changed on the screen of a dialog program.

Thanks

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
501

>>a) The number of the current screen in dialog program.

>> Follow the menu path

>> System->Status

>>You will get the screen number here.

Cheers,

Hakim

Edited by: Abdul Hakim on Jan 12, 2008 4:31 PM

3 REPLIES 3
Read only

abdul_hakim
Active Contributor
0 Likes
502

>>a) The number of the current screen in dialog program.

>> Follow the menu path

>> System->Status

>>You will get the screen number here.

Cheers,

Hakim

Edited by: Abdul Hakim on Jan 12, 2008 4:31 PM

Read only

Former Member
0 Likes
501

Hello,

The system variable SY-DATAR gets value 'X', if anything is changed in screen of dialog program.

Thanks,

Venu

Read only

Former Member
0 Likes
501

Fighter,

SY-DYNNR will give the current Screen Number.

SY-DATAR will tell you if its Changed or not.(With X or Blank)

Vinodh Balakrishnan