I am trying to update UD02 row which has been loaded into a dataview and then the fields displayed in text boxes. The text boxes are bound, for example to UD02.ShortChar02, when i change the value in here i want to hit a save button and update the UD02 table.
I have create a button, an event to fire on clicking the button. I try to use RowUpdate widget with the following parameters.
Eventhough when i check the console via msEdge (f12) i can see that value i put into a text box is being passed, it does not update the UD02 table.