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 reports

Former Member
0 Likes
669

i want to print personel number and corresponding to that i print certain wage types and amount.

now what i want to do is that i want to print the personel number just once bt all the wage types and all the amt should be print again.

eg for the pernr wage amt

45 bas 456

fda 345

08 fda 890

vda 908

bas 900

this is the way i want my report to look like in alv

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
648

my using field merge , u can get desire output like this.

Regards

Prabhu

my using field merge , u can get desire output like this.

Regards

Prabhu

5 REPLIES 5
Read only

Former Member
0 Likes
649

my using field merge , u can get desire output like this.

Regards

Prabhu

Read only

0 Likes
648

how to use this can you please write it the way it has to be used

Read only

Former Member
Read only

0 Likes
648

im not getting the way how to do it

Read only

Former Member
0 Likes
648

hi

try to use hierarchial alv display

the concept is we need to use 2 itab for display

1 - in the header table give the personnel number

2 - in the line item table give the details you want to display repeatedly under your personnel number

the function module that is used for this purpose is 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'