Application Development 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: 

ALV TREE FULL SCREEN

Former Member
0 Kudos

Hi all,

I have al simple alv tree as output.

I some BCALV* example report I have seen that it is possible to build a full screen alv.

But I don't understood as i can do the same with tree.

After i saw the example i aspecteda parameter like layout in the set_table_for_first_display method, but there isn't.

So, can anyone suggest something to me?

Thanks,

enzo

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Enzo,

Not sure if you have tried this. The custom container you have placed on the screen can affect this.

Make sure the size of the screen is set to max (200 x 240). Drag the custom container on the screen to occupy the maximum space on the screen. In the attributes of this Cutsom control, check both the check boxes in Resizing and set the value for the Vertical and Horizontal to the mimum number possible. Now execute your report.

The output will occupy the space avaible on the monitor and adjust automatically.

Regards,

Ravi

Note : Please reward if this helps

5 REPLIES 5

Former Member
0 Kudos

Hi,

Check these demo programs for ALV Tree

BCALV_TREE_SIMPLE_DEMO.

BCALV_TREE_01, BCALV_TREE_02 ...BCALV_TREE_06

BCALV_TREE_DEMO,

BCALV_TREE_DND

BCALV_TREE_DND_MULTIPLE

all these programs are available in the package SLIS. Open the Package in SE80 where you can find the ALV demo programs .

Regards,

Vijay

0 Kudos

thanks Vijaya,

I know these report but anyone is in fullscreen mode.

bye

enzo

0 Kudos

Hi Enzo

What you want to do depends on how you have inserted your custom container in your screen by screen painter.

If you want to have a tree FULL SCREEN, your container have to be placed in whole screen.

Anyway see the DEMO programs for tree control by trx ABAPDOCU

Max

Message was edited by: max bianchi

0 Kudos

Hi ENZO,

You Can try with the help of Docking container also.

Regards

vijay

Former Member
0 Kudos

Enzo,

Not sure if you have tried this. The custom container you have placed on the screen can affect this.

Make sure the size of the screen is set to max (200 x 240). Drag the custom container on the screen to occupy the maximum space on the screen. In the attributes of this Cutsom control, check both the check boxes in Resizing and set the value for the Vertical and Horizontal to the mimum number possible. Now execute your report.

The output will occupy the space avaible on the monitor and adjust automatically.

Regards,

Ravi

Note : Please reward if this helps