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 headerline in alv

Former Member
0 Likes
679

Hi experts...

I am using REUSE_ALV_GRID_DISPLAY function for alv...

but I want output in below formate:


INVENTORY----


OPENING INV

INCOMING

OUTGOING

___________ _

_________

__________

00000000999

000000999

0000000999

___________________________________

Can anybody help me...

1 ACCEPTED SOLUTION
Read only

hymavathi_oruganti
Active Contributor
0 Likes
655

this can be achieved using hierachical alv.

REUSE_ALV_HIERSEQ_LIST_DISPLAY is the related fn module

BALVHD01 see this program as an example

Message was edited by:

Hymavathi Oruganti

5 REPLIES 5
Read only

hymavathi_oruganti
Active Contributor
0 Likes
656

this can be achieved using hierachical alv.

REUSE_ALV_HIERSEQ_LIST_DISPLAY is the related fn module

BALVHD01 see this program as an example

Message was edited by:

Hymavathi Oruganti

Read only

Former Member
0 Likes
655

Hi

It is not possible to get multiple header with GRID_DISPLAY fun module

use the function module

REUSE_ALV_HIERSEQ_LIST_DISPLAY

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
655

Hi Ankita,

Please refer sample program "BCALV_TEST_HIERSEQ_LIST".

Best regards,

Prashant

Read only

Former Member
0 Likes
655

Hi,

You can use REUSE_ALV_LIST_DISPLAY to achieve this as below,

in TOP_OF_PAGE display |--


INVENTORY--


| using WRITE AT statement.

and for other descriptions as

OPENING INV | INCOMING | OUTGOING|

___________ _

_________

__________

pass it as fieldcatalog values , this should solve the problem.

Regards,

Raghavendra

Read only

Former Member
0 Likes
655

Dear its not possible in ALV, better to use this way..

|INVENTORY |NVENTORY |NVENTORY

|OPENING INV | INCOMING | OUTGOING

reward if useful.

Amit Singla