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

how is data transported from module to program

Former Member
0 Likes
405

hi expects,

how is data transported from module to program

2 REPLIES 2
Read only

Former Member
0 Likes
382

Hi Rohit

What exactly do u mean from modules to programs. If you mean Screen modules, then you have to declare variables with the same name in both your program as well as the screen element list. So whenever processing flows from program to screen, values from your program are

Read only

Former Member
0 Likes
382

updated to the corresponding screen fields. When the processing flows from screen to program, then the values from the screen are updated to the corresponding fields of the program.