‎2007 Apr 06 2:54 AM
Hi friends,
I took a input field in the screen and named it as match, I need to pass the sum of the values capture in a variable v_total to that field. Can u tell me how to do this, coz I tried but unable to display the sum value on the screen.
Regards,
Line
‎2007 Apr 06 3:21 AM
‎2007 Apr 06 3:52 AM
hi line,
i guess the input field is on the second screen or ,you may want to show the
value on the input field after you do a commad. i suggest you use the memory id
when defineing the input field give a memory id to id . and in the program you export the value v_total to the same memory id .
if this not work well try to use FM DYNP_VALUES_READ
and DYNP_VALUES_UPDATE
regards.