‎2009 Mar 25 8:10 AM
Dear Experts,
there is a main window and I have created a button on his above part.
The following should be happen now :
When someone clicks on this button a second window must open
but smaller and at a certain position.
In this window, I want to ouput an ALV.
How can I implement this req.
Regards
sas
‎2009 Mar 25 8:32 AM
Ok,
I can do that with:
CALL SCREEN 0100
STARTING AT 70 400
ENDING AT 340 70.
But the problem is I cant close this window . Why ?
Regards
sas
‎2009 Mar 25 8:12 AM
‎2009 Mar 25 8:22 AM
‎2009 Mar 25 8:26 AM
Hi SAS,
Check this sample code. BCALV_TEST_GRID_ONPOPUP
Is this what you require ?
Regards
‎2009 Mar 25 8:32 AM
Ok,
I can do that with:
CALL SCREEN 0100
STARTING AT 70 400
ENDING AT 340 70.
But the problem is I cant close this window . Why ?
Regards
sas
‎2009 Mar 25 8:36 AM
Hi SAS,
I am not sure how you code is, but in the sample program it works (able to close the window).
Check the FORM display_popup in the sample code. Use this for displaying your ALV in a second winddow
Regards