Hi Naresh,
You need to fetch the payroll cluster details without LDB. Ok try the below method (same as we do in LDB now without LDB). Mandatory: Selection fields: Pernr and Payroll start date and end date.
1. Find the molga of the pernr.
2. Use FM CU_READ_RGDIR passing pernr and molga, the outcome will be rgdir.
3. Get the sequence number by passing begda, endda and rgdir in FM CD_READ_LAST
4. Read the payroll results using PYXX_READ_PAYROLL_RESULT FM.
Hope it might help you. Revert back if you need anything further. But may i know why you dont wanna use LDB
With Regards,
Giriesh M