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 problem

Former Member
0 Likes
375

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...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
356

Take the program BALVBT01 as a reference.

Regards,

Ravi

2 REPLIES 2
Read only

Former Member
0 Likes
357

Take the program BALVBT01 as a reference.

Regards,

Ravi

Read only

Former Member
0 Likes
356

Refer : CS12,CS13,CS11 Transactions to get simliar output.

Reward Points if it is helpful

Thanks

Seshu