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

Dynamic selection screens

Former Member
0 Likes
583

Hai Friends,

I have a requirement that, in a program two selection screen defined both are having different selection parameters. Based on the dynamic input from the Main Object program, the required selection screen only to be executed for getting input parameters. But actually what happens is, both the selection screens are displayed on the single container itself. How to invoke the required selection screen only.

Hai Friends,

I have a requirement that, in a program two selection screen defined both are having different selection parameters. Based on the dynamic input from the Main Object program, the required selection screen only to be executed for getting input parameters. But actually what happens is, both the selection screens are displayed on the single container itself. How to invoke the required selection screen only.

3 REPLIES 3
Read only

Former Member
0 Likes
558

This message was moderated.

Read only

Former Member
0 Likes
558

You can make 2 dynpros and call one or another with the selection of previous screen, or can make LOOP AT SCREEN in PBO and hide or show the fields.

Read only

Former Member
0 Likes
558

Hi,

Use Subscreens. With Subscreens, you will have the possibility to decide which subscreen should be called in the main screen.

Check the online help for subscreens.

regards,

Advait