2011 Apr 19 10:48 AM
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.
However, if I change the parameter I_SCREEN_START_COLUMN.
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.
However, if I change the parameter I_SCREEN_START_COLUMN.
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?
2011 Apr 19 2:17 PM
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
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |