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

Multiple Column Heading in ALV Grid

Former Member
0 Likes
1,643

Hi Friends,

I have to display the column heading, in first row it should be date and beneath that we need two column as from and to as shown below..

DATE

FROM | TO

how can we achive this is ALV Grid, do we have any standard programs with the same scenario

Thank You.

Regards,

Kumar M.

3 REPLIES 3
Read only

Former Member
0 Likes
862

Hi,

It can be achieved in ALV List Display, but in ALV Grid Display you can try doing,



Data: gv_title(70) type c.
gv_title+1(20) = 'First Title'.
gv_title+30(20) = 'Second Title'.
gv_layout-grid_title = gv_title.

Hope it helps

Regards

Mansi

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
862

Hello,

AFAIK this is not possible in ALV Grid. In ALV list you can try some workaround which is also not full-proof.

Anyways the same requirement has been discussed umpteen times in the forum, try searching the forum.

BR,

Suhas

Read only

RaymondGiuseppi
Active Contributor
0 Likes
862

Read the thread , also read SAP documentation at [Header and Footer Areas|http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/49/3e0b86347d3ef0e10000000a421937/frameset.htm] (But work only for Web Dynpro , i fear it's not possible in SAPGUI ?)

Regards,

Raymond