2010 Jul 08 6:09 PM
Hello!
Is ther any way to show a alv tree of CL_SALV_TREE in a popup window?
When I call a screen by "_CALL SCREEN 0120 STARTING AT 20 20 ENDING AT 100 100._" the screen appears blank! But when I call it "_CALL SCREEN 0120_" the alv is shown correctly!
I would like to display the alv in a popup!
Is that possible?
Best Regards!
Hello!
Is ther any way to show a alv tree of CL_SALV_TREE in a popup window?
When I call a screen by "_CALL SCREEN 0120 STARTING AT 20 20 ENDING AT 100 100._" the screen appears blank! But when I call it "_CALL SCREEN 0120_" the alv is shown correctly!
I would like to display the alv in a popup!
Is that possible?
Best Regards!
2010 Jul 09 2:55 PM
Yes, TREE could be displayed in the Popup.
I copied the standard program SALV_DEMO_TREE_SIMPLE and changed the call screen statement to
call screen 100 STARTING AT 20 20 ENDING AT 100 50.
and it is working as expected.
Try this and if it is still not working than it might be an issue with your SAP GUI.
Regards,
Naimesh Patel
2010 Jul 12 3:22 PM