PCGI4BR0 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 PCGI4BR0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BR_ADV_SET_SW_REG_NEXT_MNTH call function 'HR_BR_ADV_SET_SW_REG_NEXT_MNTH' exporting date = p_bondt datmo = ls_t549a-datmo permo = p_permo importing sw_paydt_next_month = l_switch.
HR_COPY_TBUFF_TO_BUFFER call function 'HR_COPY_TBUFF_TO_BUFFER' exporting clusterid = lc_clusterid tables buffer = tbuff buffer_directory = buffer_dir exceptions error_buffertab = 1 others = 2.
HR_IMPORT_RGDIR_FROM_PCLX call function 'HR_IMPORT_RGDIR_FROM_PCLX' exporting employee_number = pernr-pernr cluster_id = lc_clusterid tables import_rgdir = pt_rgdir_sel exceptions no_results = 1 no_read_authority = 2 others = 3.
PYXX_SPECIFY_OBJECTS call function 'PYXX_SPECIFY_OBJECTS' tables specified_objects = lt_specified_objects.
PYXX_READ_RGDIR_PAYRESULTS call function 'PYXX_READ_RGDIR_PAYRESULTS' exporting clusterid = lc_clusterid employeenumber = pernr-pernr tables rgdir = pt_rgdir_sel imported_periods = pt_payresult_sel exceptions import_error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.