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

split container

Former Member
0 Likes
384

hi everybody,

i am trying to develope an alv through oops.

and i used a single conatiner for header and grid display using spit container

i header display i have a problem...i have to show headings on left and right hand side at a particuler place..i mean i want to fix the position of left side heading ....but not able to do so ...beacuse left side heading position is depandant on length of right hand side heading ...

how can be it poassible to fix the position .

Thanks and Regards.

Priyank Dixit

2 REPLIES 2
Read only

JoffyJohn
Active Contributor
0 Likes
361

Check DWDM tcode:

You will get help on all control classes implementation.

Read only

Former Member
0 Likes
361

>..i mean i want to fix the position of left side heading ....but not able to do so ...beacuse left side heading >position is depandant on length of right hand side heading ...

>how can be it poassible to fix the position .

using the ADD_GAP method you can maintain the gap between two headings.

i don't think you have any other problems other than postioning. if you are familiar with the methods of the class you can easily do this.

if you have any issues check here.