RPLGARV0_PROCESSING 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 RPLGARV0_PROCESSING 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: Include RPLGARV0_PROCESSING
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_NO_EVALUATION_PERIODS CALL FUNCTION 'HR_NO_EVALUATION_PERIODS' EXPORTING rep_pernr = pernr-pernr inper_modif = wa_t549a-permo rep_begda = p_begda rep_endda = p_endda TABLES evpdir = evpdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = wa_t5v2k-leadcc IMPORTING address = address EXCEPTIONS not_found = 1 OTHERS = 2.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = adr_sel IMPORTING sadr = adr_info EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
HR_NO_GET_LAST_ORG_DATA CALL FUNCTION 'HR_NO_GET_LAST_ORG_DATA' EXPORTING in_werks = wa_org-werks in_btrtl = wa_org-btrtl in_begda = p_begda in_endda = p_endda IMPORTING address_info = adr_info EXCEPTIONS wrong_import_parameter = 1 error_in_org_assignment = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.