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

Regd. Dynamic Screen Generation

Former Member
0 Likes
857

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

5 REPLIES 5
Read only

Former Member
0 Likes
721

Hi Hitesh,

Debug the se11 program.

For different tables, the selection screen is generated dynamically. This may be of help to you.

Regards,

Ravi

Read only

Former Member
0 Likes
721

Hi Hitesh,

Can you specify what are the parameters you need?

You can try this Function Module SWY_DYNPRO_CREATE.

Regards,

SP.

Read only

0 Likes
721

Hey,

I tried this, but the function is not available.

Read only

0 Likes
721

Hi Hitesh,

Sorry for the wrong information.

The Function Module is <b>SWY_CREATE_DYNPRO</b>..

Regards,

SP.

Read only

0 Likes
721

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