‎2007 Oct 23 7:15 AM
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...
‎2007 Oct 23 7:17 AM
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
‎2007 Oct 23 7:17 AM
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
‎2007 Oct 23 7:18 AM
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
‎2007 Oct 23 7:19 AM
Hi Ankita,
Please refer sample program "BCALV_TEST_HIERSEQ_LIST".
Best regards,
Prashant
‎2007 Oct 23 7:19 AM
Hi,
You can use REUSE_ALV_LIST_DISPLAY to achieve this as below,
in TOP_OF_PAGE display |--
| 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
‎2007 Oct 23 7:22 AM
Dear its not possible in ALV, better to use this way..
|INVENTORY |NVENTORY |NVENTORY
|OPENING INV | INCOMING | OUTGOING
reward if useful.
Amit Singla