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

passing function module parameters to screen

Former Member
0 Likes
419

hi,

i need to pass some parameter values that my function module is taking from a program, to a screen just for display. how do i get it done? how are the elements chosen in such a case while preparing the layout?

thanks in advance,

Arindam.

2 REPLIES 2
Read only

Former Member
0 Likes
378

Hello Arindam,

First check the parameters of function Module. What are the parameters which are not Optional.

These parameters are mandatory so please make sure you have to pass these values othewise the system will give you a short dump.

Thanks,

Chidanand

Read only

0 Likes
378

hi chidanand,

all of them are mandatory. the only problem i am facing is passing them to the screen.

need to know how to do that.

regards,

Arindam.