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

RPCBURQ0 SAP ABAP INCLUDE - Operation Subroutines (International Version)







RPCBURQ0 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 RPCBURQ0 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 RPCBURQ0. "Basic submit
SUBMIT RPCBURQ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBURQ0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Operation Subroutines (International Version)


INCLUDES used within this REPORT RPCBURQ0

No INCLUDES are used within this REPORT code!


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:

CD_SELECT_DATE_RANGE CALL FUNCTION 'CD_SELECT_DATE_RANGE' "FDSAHRK000132 EXPORTING "FDSAHRK000132 FPPER_BEGDA = SEARCHDATE "FDSAHRK000132 FPPER_ENDDA = SEARCHDATE "FDSAHRK000132 TABLES "FDSAHRK000132 IN_RGDIR = RGDIR "FDSAHRK000132 OUT_RGDIR = OUT_RGDIR. "FDSAHRK000132

CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' "FDSAHRK000132 EXPORTING "FDSAHRK000132 RECORD_TYPE = 'A' "FDSAHRK000132 TABLES "FDSAHRK000132 IN_RGDIR = OUT_RGDIR "FDSAHRK000132 OUT_RGDIR = IN_RGDIR. "FDSAHRK000132

CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' "FDSAHRK000132 EXPORTING "FDSAHRK000132 VOID_INDICATOR = ' ' "FDSAHRK000132 TABLES "FDSAHRK000132 IN_RGDIR = IN_RGDIR "FDSAHRK000132 OUT_RGDIR = OUT_RGDIR. "FDSAHRK000132

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

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

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING i_molga = calcmolga i_appl = 'TX13' i_date = it_t549s-pdate IMPORTING e_valid = condition_as.

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 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 RPCBURQ0 or its description.