SAP Reports / Programs | Payroll | Australia(PY-AU) SAP PY

RPCMSTQ1 SAP ABAP INCLUDE - Function definition Australia







RPCMSTQ1 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPCMSTQ1 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RPCMSTQ1. "Basic submit
SUBMIT RPCMSTQ1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCMSTQ1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPCMSTQ1

INCLUDE RPUMKC00.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HRPY_AU_FIND_QUOMO CALL FUNCTION 'HRPY_AU_FIND_QUOMO' "FBDL9CK017369 EXPORTING "FBDL9CK017369 VALIDITY_DATE = PTQUODED-DATUM "FBDL9CK017369 IMPORTING "FBDL9CK017369 QUOMO = L_QUOMO "FBDL9CK017369 TABLES "FBDL9CK017369 P0001A = P0001 "FBDL9CK017369 P0007A = P0007 "FBDL9CK017369 P0008A = P0008 "FBDL9CK017369 P0016A = P0016 "FBDL9CK017369 CHANGING "FBDL9CK017369 T001PA = T001P "FBDL9CK017369 EXCEPTIONS "FBDL9CK017369 ERROR_OPERATION = 1 "FBDL9CK017369 NO_BACKVALUE = 2 "FBDL9CK017369 FEATURE_NOT_GENERATED = 3 "FBDL9CK017369 INVALID_SIGN_IN_FUNID = 4 "FBDL9CK017369 FIELD_IN_REPORT_TAB_IN_PE03 = 5 "FBDL9CK017369 OTHERS = 6 "FBDL9CK017369 . "FBDL9CK017369

RP_GET_HIRE_DATE CALL FUNCTION 'RP_GET_HIRE_DATE' EXPORTING persnr = pernr-pernr check_infotypes = '0000' IMPORTING hiredate = hiredate.

ROUND CALL FUNCTION 'ROUND' EXPORTING DECIMALS = 0 INPUT = DIFFERENCE SIGN = 'X' IMPORTING OUTPUT = OUT_DIFFERENCE EXCEPTIONS INPUT_INVALID = 1 OVERFLOW = 2 TYPE_INVALID = 3 OTHERS = 4.

HR_99S_INTERVAL_BETWEEN_DATES CALL FUNCTION 'HR_99S_INTERVAL_BETWEEN_DATES' EXPORTING BEGDA = PAYDTE_FOR ENDDA = PAYDTE_IN IMPORTING MONTHS = MONTHS_DIFF.

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING i_molga = calcmolga i_appl = 'NTAX' i_date = aper-chkdt IMPORTING e_valid = condition_as.

HR_FEATURE_BACKTABLE CALL FUNCTION 'HR_FEATURE_BACKTABLE' EXPORTING feature = 'QCASL' struc_content = pme71 kind_of_error = '3' TABLES back = cas_tab * CHANGING * STATUS = EXCEPTIONS * DUMMY = 1 * ERROR_OPERATION = 2 * NO_BACKVALUE = 3 * FEATURE_NOT_GENERATED = 4 * INVALID_SIGN_IN_FUNID = 5 * TAB_IN_REPORT_FIELD_IN_PE03 = 6 OTHERS = 0 .

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING i_molga = calcmolga i_appl = 'NTAX' i_date = aper-chkdt IMPORTING e_valid = lv_condition.

HRAU_AVERA_RELEV_COUNT CALL FUNCTION 'HRAU_AVERA_RELEV_COUNT' IMPORTING NUM = num.

CD_READ_RGDIR CALL FUNCTION 'CD_READ_RGDIR' EXPORTING PERSNR = pernr-pernr TABLES IN_RGDIR = pernr_rgdir * EXCEPTIONS * NO_RECORD_FOUND = 1 * OTHERS = 2 .

PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING clusterid = 'RQ' employeenumber = pernr-pernr sequencenumber = seq CHANGING payroll_result = wa_current.

CD_READ_RGDIR CALL FUNCTION 'CD_READ_RGDIR' EXPORTING PERSNR = pernr-pernr TABLES IN_RGDIR = pernr_rgdir * EXCEPTIONS * NO_RECORD_FOUND = 1 * OTHERS = 2 .

PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING clusterid = 'RQ' employeenumber = pernr-pernr sequencenumber = seq FILTER_CUMULATIONS = ' ' CHANGING payroll_result = wa_current.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPCMSTQ1 or its description.