Application Development and Automation 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: 
Read only

Function IMPRT in Payroll Shcema

Former Member
0 Likes
511

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

3 REPLIES 3
Read only

Former Member
0 Likes
455

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.

Read only

0 Likes
455

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

Read only

Former Member
0 Likes
455

hi,

u can use this fm PYXX_READ_PAYROLL_RESULT. this fm will give u the complete payroll results.

Regards,

Sumanjeet.