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

Drawing pop-up window problem

Former Member
0 Likes
332

Hello Everybody,

I'm working on making an addition to a standard SAP program CRM_DNO_SERVICE_MONITOR. The functionality I want is working perfectly fine, pressing a button brings an ALV pop-up window on the screen with status codes. using: REUSE_ALV_POPUP_TO_SELECT.

This illustrates that it's working fine, functionally.

http://i.imgur.com/gPMyy.jpg

However, if I change the parameter I_SCREEN_START_COLUMN.

http://i.imgur.com/9dWdi.jpg

The drawing inside the pop-up screen gets pushed and/or erased after the selection option buttons.

Is there anyway to avoid this, perhaps something I've coded or is this normal inside SAP?

Hello Everybody,

I'm working on making an addition to a standard SAP program CRM_DNO_SERVICE_MONITOR. The functionality I want is working perfectly fine, pressing a button brings an ALV pop-up window on the screen with status codes. using: REUSE_ALV_POPUP_TO_SELECT.

This illustrates that it's working fine, functionally.

http://i.imgur.com/gPMyy.jpg

However, if I change the parameter I_SCREEN_START_COLUMN.

http://i.imgur.com/9dWdi.jpg

The drawing inside the pop-up screen gets pushed and/or erased after the selection option buttons.

Is there anyway to avoid this, perhaps something I've coded or is this normal inside SAP?

1 REPLY 1
Read only

Former Member
0 Likes
307

Hello Bryan,

Did you check the witdh of the window you want to display. Because if you go into the FM and search the code you will find that the end column is calculated: 80 - start column.

So just play around with these variables and also fill the end column.

Succes,

Rob