I have successfully developed a custom HR ALV report using a Logical Database (LDB), fully aligned with SAP standard HR concepts.
What I implemented:
Built a custom ALV Report using SALV
Used Logical Database (LDB) with:
PA0000 (Actions)
PA0001 (Organizational Assignment)
PA0002 (Personal Data)
PA0185 (Identification)
PA0008 (Basic Pay)
Implemented NODES and GET events to fetch employee data correctly
Designed a dynamic Selection Screen generated from LDB, including:
Personnel Number (PERNR)
Start Date
Date of Birth
ID Number
Marital Status
Employee Name
Nationality
Applied proper filtering logic to ensure accurate data retrieval
Displayed the results in a clean and structured ALV Grid
? Transaction Code: ZMT_ALV_EMP
This task helped me deeply understand:
How SAP HR Logical Databases work
The relationship between LDB, Selection Screens, and GET events
Best practices for building professional ALV reports in ABAP
Always learning, always improving ?