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

Module pool program input field

Former Member
0 Likes
393

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

2 REPLIES 2
Read only

Former Member
0 Likes
355

thanx

Read only

Former Member
0 Likes
355

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.