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 Grid with Multiple Headers

Former Member
0 Likes
1,374

Dear All ,

I want to know is it possible to display Multiple header in the ALV Grid Display it is possible in List Display that i dne but i want in

My requirment is :

----


Header 1 | Header 2

----


SubHeader 1 | SubHeader 2 | SubHeader 3 | SubHeader 4

----


R1 | R2 | R1 | R2 |

R1 | R2 | R1 | R2 |

R1 | R2 | R1 | R2 |

R1 | R2 | R1 | R2 |

R1 | R2 | R1 | R2 |

R1 | R2 | R1 | R2 |

Header line 1 and Header line 2 in this format .

How it could be possible Please suggest or its not at all possible . Please suggest .

Thanks & Regards,

Aryan

10 REPLIES 10
Read only

Former Member
0 Likes
1,012

its possible using alv_list.

there are two elements in field catalog row_pos and col_pos.

if you define two elements in same col but diff rows it will get you your result.

PLEASE SEARCH SDN.

Read only

0 Likes
1,012

Dear ,

That i will do in end but i want with ALV Grid . If it wont be possible with ALV grid i will finally do with ALV List .

If any solution possible through ALV Grid then Please Suggest .

Thanks Aryan

Read only

0 Likes
1,012

Hi Aryan,

I guess what you want can be achieved using block alv.

Regards,

Usha.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,012

>

> That i will do in end but i want with ALV Grid . If it wont be possible with ALV grid i will finally do with ALV List .

> If any solution possible through ALV Grid then Please Suggest .

Then go for ALV List. But i am not sure if you can achieve this using the method suggested by Soumyaprakash.

You can give it a try though.

It is possible because that I have seen in standard here i cant paste the screen shot . but how its comming tht i am not able to analysis .

This is news to me now. Which standard code are you referring to?

Good luck !!

Read only

aris_hidalgo
Contributor
0 Likes
1,012

Hi,

Maybe hierarchical alv will suit your requirement. In SE38, search for SALV*.

Hope it helps...

Read only

rainer_hbenthal
Active Contributor
0 Likes
1,012

Multiple headers are not possible with Grid.

Read only

0 Likes
1,012

Dear ,

It is possible because that I have seen in standard here i cant paste the screen shot . but how its comming tht i am not able to analysis .

regards aryan .

Read only

0 Likes
1,012

If you have saw this in a standard report then analyse the code and poste the result here. Otherwise i stay at "its not possible".

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,012

I second you Rainer.

Read only

Former Member
0 Likes
1,012

Done using Classical