SAP Reports / Programs | Project System | Structures | Operative Structures(PS-ST-OPR) SAP PS

CNIF_READ_LOCK_NETWORK SAP ABAP INCLUDE - Include CNIF_READ_LOCK_NETWORK







CNIF_READ_LOCK_NETWORK 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 CNIF_READ_LOCK_NETWORK into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CNIF_READ_LOCK_NETWORK. "Basic submit
SUBMIT CNIF_READ_LOCK_NETWORK AND RETURN. "Return to original report after report execution complete
SUBMIT CNIF_READ_LOCK_NETWORK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include CNIF_READ_LOCK_NETWORK


INCLUDES used within this REPORT CNIF_READ_LOCK_NETWORK

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

METHOD_START_LOG CALL FUNCTION 'METHOD_START_LOG' EXPORTING METHOD = CO1_METH-read OBJ_TYP = CO1_TYPE-network OBJ_ID_EXT = p_number IMPORTING LOG_LEVEL = LOG_LEVEL.

EXT_NETWORK_GET_INT_NETWORK call function 'EXT_NETWORK_GET_INT_NETWORK' EXPORTING i_ext_network = p_number IMPORTING e_int_network = p_number.

CO_TA_TCN41_READ CALL FUNCTION 'CO_TA_TCN41_READ' EXPORTING plnaw = lv_plnaw profidnetz = lv_profid IMPORTING tcn41_exp = ls_tcn41 EXCEPTIONS not_found = 1.

NW_EX_SET_NETSTUFE_MAX CALL FUNCTION 'NW_EX_SET_NETSTUFE_MAX' EXPORTING netstufe_imp = lv_netstufe_max.

CO_ZF_ORDER_READ CALL FUNCTION 'CO_ZF_ORDER_READ' EXPORTING flg_dialog = ' ' "no dialog flg_enqueue = p_flg_enq check_status_read = 'X' flg_no_gos = 'X' IMPORTING FLG_ENQUEUE_OK = flg_enq_ok TABLES aufnr_tab_imp = lt_net_pre EXCEPTIONS order_not_found = 1 release_no_change = 2 OTHERS = 3.

CO_BT_CAUFV_READ_WITH_KEY CALL FUNCTION 'CO_BT_CAUFV_READ_WITH_KEY' EXPORTING aufnr_act = l_aufnr IMPORTING caufvd_exp = p_caufvd EXCEPTIONS * not_found = 1 OTHERS = 0.

METHOD_FINISH_LOG CALL FUNCTION 'METHOD_FINISH_LOG' EXPORTING LOG_LEVEL = LOG_LEVEL SUCC_CODE = SUCC_CODE.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNIF_READ_LOCK_NETWORK or its description.