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

Dynamic screen field values

Former Member
0 Likes
896

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

4 REPLIES 4
Read only

Former Member
0 Likes
658

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

Read only

Former Member
0 Likes
658

Hi,

Not clear with your requirement.

Can you please give your code?

Regards

Sandeep Reddy

Read only

Former Member
0 Likes
658

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.

Read only

Former Member
0 Likes
658

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