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

CNIF_READ_LOCK_PROJECT SAP ABAP INCLUDE - Include LCNIF_STATUS_2001F02







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


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_PROJECT. "Basic submit
SUBMIT CNIF_READ_LOCK_PROJECT AND RETURN. "Return to original report after report execution complete
SUBMIT CNIF_READ_LOCK_PROJECT 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 LCNIF_STATUS_2001F02


INCLUDES used within this REPORT CNIF_READ_LOCK_PROJECT

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-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.



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_PROJECT or its description.