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
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 CNIF_READ_LOCK_NETWORK
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNIF_READ_LOCK_NETWORK - Include CNIF_READ_LOCK_NETWORK CNIF_PUT_SY_MESSAGE - Include LCNIF_STATUS_2001F07 CNIF_PUT_MESSAGE - Include LCNIF_STATUS_2001F08 CNIF_NV_STAT_AALK_CHG - Include CNIF_NV_STAT_AALK_CHG CNIF_NV_OPEN_CHECK - Include CNIF_NV_OPEN_CHECK CNIF_NP_STAT_AALK_CHG - Include CNIF_NP_STAT_AALK_CHG