cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GET PAYROLL DATA USING FUNCTIONS MODULES

Former Member
0 Likes
1,164


Hi all,

this is naresh,

i am getting payroll data from clusters using functions modules CD_READ_RGDIR and PYXX_READ_PAYROLL_RESULT using PNP LDB.

now i want to get same payroll data with same function modules but without using LDB.

how can i write the code for this.

please share soon.

thanks,

Naresh.

View Entire Topic
kamesh_g
Contributor
0 Likes

Hi

Use of FMs not dependent on with / with out using LDBs.

Use the same fucntion module . But instead pernr-pernr pass your selection screen paramter as personnel number . if you are not using LDB you must define a selection screen paramter for PERNRs .

So you can loop that selection parameter and  pass the pernr to FM to pull pay results.

If you use LDB GET PERNR will behave as loop here .

Thanks

Kamesh