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: 

Re:SAP-HR

Former Member
0 Kudos

Hi,

iam new to sap-ABAP , now i was put in abap focus to sap-hr,i need to do attendence verification and meal allowance adjustment so i need to develop screens for that, one screen layout based on report category __X22T60

and through this selection screen i need to output verification screen using ALV's, how to validate report category fiels,can anyone help me that anyone is familiar with this attendance module

2 REPLIES 2

suresh_datti
Active Contributor
0 Kudos

Hi,

The fields have the pre-fix PNP & can be validated during INITIALIZATION or the AT SELECTION-SCREEN EVENTS.ie PNPABKRS ( PAyroll Area) etc..You can see all the fields in V_T599F for any Report Category.

~Suresh

Former Member
0 Kudos

Hi,

Report category is a special type of assignment in HR modules. ABAP Programs that uses an HR LDB can be assigned to a report category, thus the standard selection screens are customized as per the need.

Standard validations are done by LDB Program itself, if you`ve to do more, you can do it in your abap program.

I guess the ldb in your case is PNP.

Hope this should help you, if so reward points.

Regards