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: 

Shifting ALV list display of report into center

Former Member
0 Kudos

Hi All,

I have got a requirement in which the ALV list needs to be shifted in to right. By default the alv list displays from 0 Postion of the column.

IN a classical list its easy to shift the output to any column postion using write statement but in alv list how can we achieve this?

Kindly provide your inputs.

Thanks and regards

Mudit Batra

1 ACCEPTED SOLUTION

former_member184578
Active Contributor
0 Kudos

Hi.,

I dont think it is possible., By default it will start from position 1 even in field catalog if u give col_pos 4, 5 or., .. . If u want to display alv in center u have to create a screen and create a custom container at the center and display ALV in it..

hope this helps u.,

Thanks & Regards

Kiran

3 REPLIES 3

former_member184578
Active Contributor
0 Kudos

Hi.,

I dont think it is possible., By default it will start from position 1 even in field catalog if u give col_pos 4, 5 or., .. . If u want to display alv in center u have to create a screen and create a custom container at the center and display ALV in it..

hope this helps u.,

Thanks & Regards

Kiran

Former Member
0 Kudos

Hi..

This is not possible and the reason is.. the ALV is by default starts from 0 position and it is fixed.. IF you want to do it in center of the screen.. then use.. container.. and.. OOPS concept.. this will do.. where u want the ALV.

Thanks,

Jhings

ThomasZloch
Active Contributor
0 Kudos

Why not just fill the output column in the desired way, e.g. shifted to the right, before sending it to the ALV functionality?

Thomas