RE3IN_DOCUMENT 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 RE3IN_DOCUMENT 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: Test
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_TAX_DATA_COMPLETE call function 'FKK_TAX_DATA_COMPLETE' exporting i_applk = x_fkkko-applk i_bukrs = x_fkkop-bukrs i_mwskz = x_fkkop-mwskz i_sbasw = x_fkkop-betrw i_betrw = x_fkkop-sbetw i_sbasw_gross_amount = 'X' importing e_ktosl = anz-ktosl e_kschl = anz-kschl e_hkont = anz-mwsko e_betrw = x_fkkop-sbetw exceptions others = 1.
FI_COMPANY_CODE_DATA call function 'FI_COMPANY_CODE_DATA' exporting i_bukrs = x_fkkop-bukrs importing e_t001 = t001.
FKK_ACCOUNT_DETERMINE call function 'FKK_ACCOUNT_DETERMINE' exporting i_tfk033d = tfk033d importing e_tfk033d = tfk033d exceptions error_message = 0 others = 0.
FKK_ACCOUNT_DETERMINE_0020 call function 'FKK_ACCOUNT_DETERMINE_0020'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RE3IN_DOCUMENT - Test RE3FO_REGIO - Subroutines for Regional Structure RE3FOPAY - Object-Specific Include for Migration Object PAYMENT RE3FOLOCK - documentation and ABAP source code RE3FOBPE - Object-Specific Include for Migration Object BBP_EXT RE3FOBDC_INC2 - Include for BDC Objects with Processing According to Servi01