Application Development 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: 

Identical names in subsequent rows not shown in ALV list

Former Member
0 Kudos

hi,

I am new to ABAP,

i have developed a ALV Program to show the joiners and leavers of a Company,

here everything works fine, except one thing,

i have 10 number of colums, 1. PERNR 2.First Name 3.LAst Name 4. DOB ....

in the Second column(First Name), if the names are similar, like 1.shane Lee and 2.shane warne, the second persons first name is not getting displyed (that files is blank) but the last name , DOB and all works fine,

i have used this code "rp_provide_from_last p0002".

what are all the possibilities to correct this.

Thanks

B

Moderator message: please use meaningful subject lines when posting, corrected for you this time.

Edited by: Thomas Zloch on Nov 18, 2010 8:50 AM

3 REPLIES 3

former_member225631
Active Contributor
0 Kudos

By debugging after rp_provide statement you can ensure name is retrieved properly. If name in second line is not coming, please check whether you have used sort on this field in ALV.

Former Member
0 Kudos

Are you using ALV Grid ? If yes, remove the sorting of columns and Check the output.

Former Member
0 Kudos

Simple: disable "cell merging" in the ALV layout settings. (or include and editable field, then it's disabled automatically)