‎2008 Nov 06 4:16 AM
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.
‎2008 Nov 06 4:20 AM
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
‎2008 Nov 06 4:22 AM
‎2008 Nov 06 4:22 AM
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.
‎2008 Nov 06 4:22 AM
‎2008 Nov 06 4:27 AM
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.