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

ALV Tree Display

Former Member
0 Likes
431

Hi ,

I am displaying ALV tree in left most screen, as per requirment one radio-button group is need to be displayed below the alv tree.

Since the alv tree is occupying the whole left most screen i am unable to get the screen below the alv tree.

Is this possible to have some Radio buttons / Screen elements below the Alv tree?

Can we display Docking Container -> Alv tree in a custom container?

1 REPLY 1
Read only

Former Member
0 Likes
372

Praveen,

I guess you are currently using a custom container because of which its occupying the entire space on the left side.

Insteand, create a SCREEN 100 in your program, place a CUSTOM CONTROL to whatever size you want and then place the radio buttons below that. Now, create a custom container with the custom control as the parent and then continue normally with the custom container.

Regards,

Ravi

Note - Please mark all the helpful answers