‎2007 May 16 10:18 PM
Hi I have 2 itabs (header and items)
itab header => for materials
itab items => for components materials
for ej. header contains 3 registers matnr (1,2,3)
itab item contains 15 registers with diferents components of materials 1,2 and 3
the report must shows:
header matnr 1
items from matnr 1 (5 registers)
header matnr 2
items from matnr 2 (5 registers)
header matnr 3
items from matnr 3 (5 registers)
Header and items have diferent structures.
i used this functions
REUSE_ALV_BLOCK_LIST_INIT'
inside loop and enloop itab header.
REUSE_ALV_BLOCK_LIST_APPEND'
and then
REUSE_ALV_BLOCK_LIST_DISPLAY'
the report function right with one material, but no with much materials.
I can' t use the function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY because the reporte have many columns.
please help!!
thanks...
‎2007 May 16 10:23 PM
‎2007 May 16 10:23 PM
‎2007 May 16 10:26 PM
Refer : CS12,CS13,CS11 Transactions to get simliar output.
Reward Points if it is helpful
Thanks
Seshu