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 values from function module to screen

sravanibellana
Explorer
0 Likes
1,712

Hi,

I have created a function module , and i have called a scrren from that function module using "call screen".

now i need to pass the values from that function module to the screen ....can u jst help me out....

Thanks,

Sravani.

5 REPLIES 5
Read only

Former Member
0 Likes
908

Hi Sravani,

If you want to access the value of the FM to the screen .

Then need to declare the Variable or internal table in Top Include of the Function group.

and then you call the screen from your FM


CALL SCREEN 999.

now if you look at the flow logiic inside the flow logic you double click onthe module which you have created. and now access teh variable which you have declared on the Top Include.

It will be accessible.

Thanks,

Chidanand

Read only

0 Likes
908

but i need to pass one import parameter also

Read only

Former Member
0 Likes
908

Hello,

According to you r requirements

First create the FM and give the input values to the FM after giving the input values to the FM just use CALL SCREEN 100 then fill the values to the screen proceed you r requirements in PAI and PBO.

Read only

Former Member
0 Likes
908

call function 'SCREEN_SEQUENCE_CONTROL'

Read only

Former Member
0 Likes
908

Yes chidanand is right , make an structure in TOP include and

call that in the screen painter(from button DICT/PROGRAM Fields)

hope u got.

Amresh.