RPCGETB3 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 RPCGETB3 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 RPCALCB0 (form pool) Data collection FUP3270
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BE_READ_COMPANY CALL FUNCTION 'HR_BE_READ_COMPANY' EXPORTING imp_date = p_endda imp_comp_code = wpbp-bukrs IMPORTING company_class = lc_company EXCEPTIONS empty_parameter = 1 no_company = 2 no_company_defined_in_lang = 3 wrong_company_data = 4 not_found = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCGETB3 - include RPCALCB0 (form pool) Data collection FUP3270 RPCGETB2 - include RPCALCB0 (form pool) Data collection FUP0505 RPCGETB1 - include RPCALCB0 (form pool) Data collection FUP0100 RPCGETB0 - include RPCALCB0 (form pool) Data collection FUP0100, FUP0101,.. RPCGETA0RA - documentation and ABAP source code RPCGETA0 - Data Input for Payroll Accounting (Austria)