‎2006 Dec 05 2:25 PM
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?
‎2006 Dec 05 2:29 PM
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