cancel
Showing results for 
Search instead for 
Did you mean: 

Diff Between HR99L00_GET_RETRO_MONTH_DIFF & PYXX_READ_PAYROLL_RESULT

mdkaleel
Explorer
0 Kudos

Hi

What is the Diff Between  HR99L00_GET_RETRO_MONTH_DIFF &  PYXX_READ_PAYROLL_RESULT.

when i use HR99L00_GET_RETRO_MONTH_DIFF i am getting payroll result with Retro information where as in PYXX_READ_PAYROLL_RESULT  i am not getting retro values.

Any Suggestion for using the right FM.

Thanks,

Kaleel

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member219272
Active Contributor
0 Kudos

i know nothing about abap totally ZERO

in one of the custom program we are using the FM - PYXX_READ_PAYROLL_RESULT

please see the below  (i do not know what they do )

CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT'

    EXPORTING

      clusterid                          = 'RG'

      employeenumber                     = pernr-pernr

      sequencenumber                     = v_seqnr

     read_only_international             = 'X'

    CHANGING

      payroll_result                     = i_payresult

   EXCEPTIONS

     illegal_isocode_or_clusterid        = 1

     error_generating_import              = 2

     import_mismatch_error              = 3

     subpool_dir_full                         = 4

     no_read_authority                      = 5

     no_record_found                        = 6

     versions_do_not_match              = 7

     error_reading_archive                 = 8

     error_reading_relid                      = 9

     OTHERS                                  = 10

i think you might have gone through the below posts i believe

ABAP-HR Retro Payroll Result | SCN

how to get Retro for a period or how to know wh... | SCN