RN_BU_CREATE_F01 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 RN_BU_CREATE_F01 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 RN_BU_CREATE_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_OM_TCODE_SET CALL FUNCTION 'ISH_OM_TCODE_SET' EXPORTING i_tcode = sy-tcode.
ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0 OTHERS = 0.
ISH_OM_TRAN_AUTH_CHECK CALL FUNCTION 'ISH_OM_TRAN_AUTH_CHECK' EXPORTING i_tcode = sy-tcode IMPORTING e_tc_auth = l_auth.
NF_GM_CREATE CALL FUNCTION 'NF_GM_CREATE' EXPORTING transactionscode = 'NB30R'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN_BU_CREATE_F01 - Include RN_BU_CREATE_F01 RN_BU_CREATE - Create Building Unit RN_BU_CREATE - Create Building Unit RN_BP_PREP_MIGR_USER_COMI03 - Include RN_BP_PREP_MIGR_USER_COMI03 RN_BP_PREP_MIGR_USER_COMI02 - Include RN_BP_PREP_MIGR_USER_COMI02 RN_BP_PREP_MIGR_STATUS_003 - Include RN_BP_PREP_MIGR_STATUS_003