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

Overlay controls in dialog programming

Former Member
0 Likes
848

Hi to every one.

Is it possible to overlay one control on another control in dialog programming (screens).

Kindly guide me on this and share any link to understand further.

Hi to every one.

Is it possible to overlay one control on another control in dialog programming (screens).

Kindly guide me on this and share any link to understand further.

4 REPLIES 4
Read only

SimoneMilesi
Active Contributor
0 Likes
786

What do you mean? Are you talking about custom reports? Standard one? Please explain a bit deeper and better your issue, the steps you did and the problem you are facing otherwise is impossible help you..

Read only

Former Member
0 Likes
786

Thanks for your reply.

I'm trying to place a custom control over another custom control in screen programming.

Kindly help me on this.

Read only

0 Likes
786

Do you mean an amodal popup over the main screen? I.e in the main screen, you have one GUI control, and in the popup, you have the other GUI control, and the user may interact with both controls at the same time.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
786

Replace the control with a subscreeen area, then in the report add two subscreeens dynpro one for each control, switch from one to the other.

1. CALL SUBSCREEN sub_area INCLUDING prog dynnr.. (PBO)

2. CALL SUBSCREEN sub_area. (PAI)

Regards,

Raympnd