‎2006 Apr 21 10:35 AM
Friends,
I hava a requiement like i will receive the input parameters from the called function, so appropriate screen has been generated along with the input parameters. How to do that ?
Thanks.
Hitesh Shah
‎2006 Apr 21 10:43 AM
Hi Hitesh,
Debug the se11 program.
For different tables, the selection screen is generated dynamically. This may be of help to you.
Regards,
Ravi
‎2006 Apr 21 10:50 AM
Hi Hitesh,
Can you specify what are the parameters you need?
You can try this Function Module SWY_DYNPRO_CREATE.
Regards,
SP.
‎2006 Apr 21 11:25 AM
‎2006 Apr 21 11:28 AM
Hi Hitesh,
Sorry for the wrong information.
The Function Module is <b>SWY_CREATE_DYNPRO</b>..
Regards,
SP.
‎2006 Apr 21 11:55 AM
Hi,
This FM SWY_CREATE_DYNPRO is available in 4.7 onwards.
If you want to display the screens conditionally,
you can create as many screens required in screen painter and then call those according to requirement.
e.g.
if cond1 = true
call screen 100.
else.
call screen 200.
endif.
Regards,
Shashank