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

CL_SALV_TREE PopUp

Former Member
0 Likes
1,136

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!

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
759

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

Read only

0 Likes
759

Not working! The screen appears blank :S