‎2008 May 20 10:37 AM
Hi,
One quick question, I have created a screen with reference to a custome table fields and it is working fine. When I enter values for the first time, the values look ok in debug but when I change the values on the screen, the new values are not updated in the screen fields in debug. Old values are shown in the debug.
I guess there is some kind of logic to do this. Like using the dynamic screen fields read or ....
Can someone help me on this?
Regards,
Roopesh Singh
‎2008 May 20 12:16 PM
The only time you have to worry about trick "get values dynamically from dynpro" type logic is during an F1 Help or F4 value request event... otherwise there should be no difference between a custom field and an SAP standard one... what function key are you pressing before you reach the debug point?
Jonathan
‎2008 May 20 12:47 PM
Hi,
Not clear with your requirement.
Can you please give your code?
Regards
Sandeep Reddy
‎2008 May 20 1:00 PM
hi there...
when u first enter the values, they get into the work area related to the screen fields.....
but when u change the values, they dont get changed in the workarea associated with the fields. since the data does not get updated in the fields, it wont show in the debugging mode. so chk ur code and make sure u update the data in the variables associated with the fields.
do reward if helpful or get back with further queries.
‎2008 May 21 7:32 AM
hi....
from what i have understood may be u havnt cleraed the work area...that u r using...thats why the values arent changing...its taking the previous data itself...
..just check.....