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
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.
Title: Operation Subroutines (International Version)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.