2008 Dec 23 1:12 PM
Hi Experts,
How to identify the values of the wage types filled in RT (resultant table ) in the function IMPRT.
Regards,
IFF
Hi Experts,
How to identify the values of the wage types filled in RT (resultant table ) in the function IMPRT.
Regards,
IFF
2008 Dec 23 1:27 PM
For this U need to call FM CU_READ_RGDIR and get the payroll results.
LOOP AT it_rgdir WHERE srtza = 'A'
AND void IS INITIAL
AND reversal IS INITIAL
AND fpper = v_fpper. <-- give the period
v_seqnr = it_rgdir-seqnr.
ENDLOOP.
rx-key-pernr = pernr-pernr.
rx-key-seqno = v_seqnr.
rp-imp-c2-RU.
Loop at rt.
Read the amounts in rt-betrg for the wage types rt-lgart .......
endloop.
2008 Dec 24 5:29 AM
Hi Srinivas,
Can you just let me know the FM related to payroll , As I am new to the payroll process.
The problem which I am facing is the RT is having values when I am doing posting with
PC00_M99_CIPE I am getting error stating that balances are not proper.
When I run the payorll driver I am not getting any error only during posting time I am getting the error
during transaction PC00_M99_CIPE run.
Please advice.
Regards,
IFF
2008 Dec 24 5:53 AM
hi,
u can use this fm PYXX_READ_PAYROLL_RESULT. this fm will give u the complete payroll results.
Regards,
Sumanjeet.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |