CNSTATUS is a standard Executable ABAP Report 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 CNSTATUS 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.
Selection Text: ADM_UPD = Update Administration Data
Selection Text: ALL = All Projects
Selection Text: FROM_TO = Project
Selection Text: PROJECT = According to Select. Criteria:
Selection Text: TEST = Test Mode
Title: Analysis and Correction of Status Inconsistencies in Project Strct Pln
Text Symbol: 013 = JSTO file missing for WBS element
Text Symbol: 012 = ONRPD File for Project Definition
Text Symbol: 011 = ONRPD file missing for project definition
Text Symbol: 010 = ONR00 File for Project Definition
Text Symbol: 009 = ONR00 file missing for project definition
Text Symbol: 008 = Not created
Text Symbol: 007 = Created Successfully
Text Symbol: 006 = JSTO File for Project Definition
Text Symbol: 005 = JSTO File Missing for Project Definition
Text Symbol: 004 = No object found for the specified selection criteria
Text Symbol: 003 = Correction mode possible for single project only
Text Symbol: 002 = Project
Text Symbol: 001 = ================================================
Text Symbol: 018 = ONRPR file missing for WBS element
Text Symbol: 019 = ONRPR File for WBS Element
Text Symbol: 020 = Status CRTD and REL simultaneously active
Text Symbol: 021 = Status PREL and REL simultaneously active
Text Symbol: 022 = Status CRTD is set inactive
Text Symbol: 017 = ONR00 File for WBS Element
Text Symbol: 033 = No status error found
Text Symbol: 032 = Status TECO and CLSD simultaneously active
Text Symbol: 031 = Cannot lock. No further processing
Text Symbol: 030 = Status REL and CLSD simultaneously active
Text Symbol: 029 = Status REL is set inactive
Text Symbol: 028 = Status REL and TECO simultaneously active
Text Symbol: 027 = Status PREL and CLSD simultaneously active
Text Symbol: 026 = Status CRTD and CLSD simultaneously active
Text Symbol: 025 = Status PREL and TECO simultaneously active
Text Symbol: 024 = Status REL and PREL simultaneously active
Text Symbol: 023 = Status PREL is set inactive
Text Symbol: 049 = Active for Project Definition
Text Symbol: 048 = Set correspondingly
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EC_PROJ CALL FUNCTION 'ENQUEUE_EC_PROJ' EXPORTING MANDT = SY-MANDT TYP = 'P' PSPID = INT_PROJ-PSPID _WAIT = 'X' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNSTATUS - Analysis and Correction of Status Inconsistencies in Project Strct Pln CNSTATUS - Analysis and Correction of Status Inconsistencies in Project Strct Pln CNPOC_READ_UNIT_TEST - Program ZPOCUNITTEST CNPOC_READ_UNIT_TEST - Program ZPOCUNITTEST CNPOC_MODIFY_UNIT_TEST - Program CNPOC_MODIFY_UNIT_TEST CNPOC_MODIFY_UNIT_TEST - Program CNPOC_MODIFY_UNIT_TEST