SAP Reports / Programs | Payroll | Norway(PY-NO) SAP PY

RPLGARV0_PROCESSING SAP ABAP INCLUDE - Include RPLGARV0_PROCESSING







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


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


Text pool values


Title: Include RPLGARV0_PROCESSING


INCLUDES used within this REPORT RPLGARV0_PROCESSING

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:

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.



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