‎2011 Apr 18 5:49 AM
Hello experts,
I'm developing a report to insert and update records in a z table. I use the WRITE addition INPUT and it shows the content of the fields I want to update from the z table, but when I click the save button and catch the command the value of the field doesn't have the value I entered on the screen.
This is the code I'm using.
WRITE / (internal table field) INPUT ON
Thanks for all the help in advance.
‎2011 Apr 18 6:10 AM
Hi,
how do you "catch" the data? Do you use "READ LINE" ? I think you'll need a "HIDE" to do this!
Regards,
Klaus
‎2011 Apr 18 6:10 AM
Hi,
how do you "catch" the data? Do you use "READ LINE" ? I think you'll need a "HIDE" to do this!
Regards,
Klaus
‎2011 Apr 19 5:43 AM
Thanks for your reply,
I realized I wasn't actually 'catching' the values since I didn't know about the READ LINE command. I searched more about it and that solved my problem.