Application Development 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: 

ABAP Screen Input Field not updating

AJeB
Participant
569

Hello, please give me some idea's. there is a screen input field in the program but when i change the field value the field is not updating and returning back to original data.
example.
input field data is ' test value 1' but when i change the value to 'test value 2' and pressed enter or clicking to any fields/ any locations the value become 'test value 1' again.

2 REPLIES 2

Jeansy
Active Contributor
0 Kudos
518

Hi Aaron,

please check this link, this should clarify how the data transfer in case of dynpro programming is working in SAP:
https://help.sap.com/doc/saphelp_nw74/7.4.16/en-us/4a/44b198954c0453e10000000a421937/content.htm?no_...

I assume that you need to add FIELD-statements for the relevant fields into PAI to get the content transferred.

Kind regards
Jens

Sandra_Rossi
Active Contributor
0 Kudos
518

The frequent error is to use local variables instead of global.