DBNETWORK_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 DBNETWORK_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 DBNETWORK_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING objnr = diinet-status spras = sy-langu IMPORTING line = diinet-statxt EXCEPTIONS object_not_found = 1.
INST_AUTHORITY_CHECK_ALL CALL FUNCTION 'INST_AUTHORITY_CHECK_ALL' EXPORTING begrp = diinet-begru tcode = 'IN03' EXCEPTIONS keine_berechtigung_begrp = 01 keine_berechtigung_iwerk = 02 keine_berechtigung_swerk = 03.
CR_WORKCENTER_PRE_READ CALL FUNCTION 'CR_WORKCENTER_PRE_READ' TABLES tarbid = l_tarbid.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = l_jsto_pre_tab.
PM_DB_FILL_DIQMEL CALL FUNCTION 'PM_DB_FILL_DIQMEL' EXPORTING i_viqmel = h_viqmel IMPORTING e_diqmel = diqmel.
INST_AUTHORITY_CHECK_ALL * CALL FUNCTION 'INST_AUTHORITY_CHECK_ALL' * EXPORTING * qmart = diqmel-qmart * iwerk = diqmel-iwerk * swerk = diqmel-swerk * tcode = h_tcode * EXCEPTIONS * keine_berechtigung_iwerk = 02 * keine_berechtigung_swerk = 03 * OTHERS = 09.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DBNETWORK_F01 - Include DBNETWORK_F01 DBN1GLEIF01 - IS-H*MED: Planungsliste (OP-Plan) DBMMIMRKPFRESBF04 - documentation and ABAP source code DBMMIMRKPFRESBF03 - documentation and ABAP source code DBMMIMRKPFRESBF02 - documentation and ABAP source code DBMMIMRKPFRESBF01 - documentation and ABAP source code