2022 May 12 10:57 AM
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.
2022 May 12 11:30 AM
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
2022 May 12 1:01 PM
The frequent error is to use local variables instead of global.