‎2008 Jan 12 8:20 PM
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
‎2008 Jan 12 9:20 PM
>>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
‎2008 Jan 12 9:20 PM
>>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
‎2008 Jan 12 10:14 PM
Hello,
The system variable SY-DATAR gets value 'X', if anything is changed in screen of dialog program.
Thanks,
Venu
‎2008 Jan 12 10:25 PM
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