CNIF_READ_LOCK_PROJECT 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_PROJECT 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 LCNIF_STATUS_2001F02
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-PROJECT_DEFINITION OBJ_ID_EXT = I_project IMPORTING LOG_LEVEL = LOG_LEVEL.
CONVERSION_EXIT_ABPSN_INPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSN_INPUT' EXPORTING INPUT = i_project IMPORTING OUTPUT = l_project.
CJDW_GLOBAL_VALUES CALL FUNCTION 'CJDW_GLOBAL_VALUES' IMPORTING V_PROJ = e_proj.
CJDW_SELECT_BASIC_DATA CALL FUNCTION 'CJDW_SELECT_BASIC_DATA' EXPORTING enqueue = 'X' project = l_project IMPORTING e_proj = e_proj e_memid_proj = l_memid_proj "n_903981 e_memid_prps = l_memid_prps "n_903981 EXCEPTIONS error_message = 1 entry_element_not_found = 2 missing_parameter = 3 project_not_found = 4 OTHERS = 5.
CJDW_SELECT_BASIC_DATA CALL FUNCTION 'CJDW_SELECT_BASIC_DATA' EXPORTING project = l_project IMPORTING e_proj = e_proj e_memid_proj = l_memid_proj "n_903981 e_memid_prps = l_memid_prps "n_903981 EXCEPTIONS error_message = 1 entry_element_not_found = 2 missing_parameter = 3 project_not_found = 4 OTHERS = 5.
METHOD_LOG_READ CALL FUNCTION 'METHOD_LOG_READ' TABLES T_METHOD_LOG_EXP = lT_METHOD_LOG T_MSG_LOG_EXP = lT_Msg_LOG.
CJDW_ENQUEUE CALL FUNCTION 'CJDW_ENQUEUE' EXPORTING OBJECT_ID = l_project EXCEPTIONS FOREIGN_LOCK = 1 INVALID_TYPE = 2 MISSING_PARAMETER = 3 SYSTEM_FAILURE = 4 OTHERS = 5.
CJDW_ENQUEUE CALL FUNCTION 'CJDW_ENQUEUE' EXPORTING OBJECT_ID = l_project OTYPE = 'D' EXCEPTIONS FOREIGN_LOCK = 1 INVALID_TYPE = 2 MISSING_PARAMETER = 3 SYSTEM_FAILURE = 4 OTHERS = 5.
METHOD_LOG_READ CALL FUNCTION 'METHOD_LOG_READ' TABLES T_METHOD_LOG_EXP = lT_METHOD_LOG T_MSG_LOG_EXP = lT_Msg_LOG.
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_PROJECT - Include LCNIF_STATUS_2001F02 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