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: 

ALV Report for a HR ABAP program

Former Member
0 Kudos

Hi experts,

I have tried a program in HR ABAP with ALV header information. In that i displayed 3 fields (pernr, first name, Last name) from pa0000, pa0002 for the active employees(stat2=3 in pa0000). But in the first name and last name columns, i get the pernr values of column 1. The names are not displaying. Instead the pernr values are displayed in all the 3 cols. Can anybody tell me what is the mistake that i might have done in it. If anybody send me the coding related to this, it will be better to correct.

Regards,

Shanthi.

2 REPLIES 2

franois_henrotte
Active Contributor
0 Kudos

probably your field catalog is not correct

0 Kudos

Hi,

I have checked the field catalog also. I have given the respective field names (VORNA for the first name and NACHN for last name) in field catalog.