‎2005 Oct 31 6:11 AM
Hi,
I am using sy-datar for one of my dynpro and it works fine, but if that screen has a table control and if the user changes the values in table control, sy-datar does not show any change to x.
Is there any other variable that i can use...or check if table control values are changed.
Please Do reply
‎2005 Oct 31 12:31 PM
First, you should call a PAI module to register field changes with addition <b>ON REQUEST</b>, in that case the module will be called only if user changed its content somehow (including full retyping the old value). And after that it seems that you have to compare table contents programmatically, at least that could be seen in SAP sources.
‎2005 Oct 31 12:43 PM
Use the system variable SY-DATAR may be interesting sometimes!
Let me know If I helped you
Message was edited by: STEPHAN KAMINSKI