RPCGETV0 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 RPCGETV0 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 for reading Norwegian tables
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_NO_GET_LAST_ORG_DATA CALL FUNCTION 'HR_NO_GET_LAST_ORG_DATA' EXPORTING in_werks = wpbp-werks in_btrtl = wpbp-btrtl in_begda = p_begda in_endda = p_endda IMPORTING municc_jur = p_munic * TABLES * ERROR = EXCEPTIONS wrong_import_parameter = 1 error_in_org_assignment = 2 no_firm_org_number = 3 OTHERS = 4 .
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = wpbp-bukrs * IMPORTING * ADRESS = T001-ADRNR TABLES appendix = t001z EXCEPTIONS not_found = 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.
RPCGETV0 - Include for reading Norwegian tables RPCGETUX - Data Collection for USA Payroll (Taxes) RPCGETU2 - Data Collection for Payroll Accounting (USA) RPCGETU1 - Data Collection for USA Payroll (Benefits) RPCGETU0 - Data Collection for Payroll Accounting (USA) RPCGETT0 - Data input for payroll accounting (Fed.Rep.Germany)