cancel
Showing results for 
Search instead for 
Did you mean: 

'rp-imp-c2-rk'

Former Member
0 Kudos

Hi expert,

     I am checking abap code for payroll result extraction. can you tell what macro 'rp-imp-c2-rk' do in the program?

Many Thanks,

    

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi BZ,

    Macro 'rp-imp-c2-XX' is used to read the payroll results from Cluster.

    Here 'XX' represents the country code, in your case rk-Canada so the macro which you have mentioned will read the payroll results from the cluster for key RK-KEY i.e., pernr and sequence number.

    Normally these macros will read payroll tables like RT, CRT ...etc from cluster.  you can find this kind of macros in table 'TRMAC'.

    Hope it is clear.

Regards,

Surendra Gupta.

Answers (1)

Answers (1)

paul_bakker2
Active Contributor
0 Kudos

Hi,

Not sure I understand your question. I'm assuming you've already tried double-clicking on the macro name & reading its code?

If that doesn't work, search for the macro name in the global program.

cheers

Paul