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

Question about input fields created with WRITE not being updated

Former Member
0 Likes
436

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
411

Hi,

how do you "catch" the data? Do you use "READ LINE" ? I think you'll need a "HIDE" to do this!

Regards,

Klaus

2 REPLIES 2
Read only

Former Member
0 Likes
412

Hi,

how do you "catch" the data? Do you use "READ LINE" ? I think you'll need a "HIDE" to do this!

Regards,

Klaus

Read only

Former Member
0 Likes
411

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.