SAP Reports / Programs | Project System | Information System(PS-IS) SAP PS

RCNST000 SAP ABAP Report - Project Info System: Structure Overview







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNS41 - Structure Overview
CN71 - Create versions
CN40 - Project Overview
CN41 - Structure Overview
CNSE5 - Progress Analysis
CNS40 - Project Overview
CNS71 - Create versions
CNE5 - Progress Analysis


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 RCNST000. "Basic submit
SUBMIT RCNST000 AND RETURN. "Return to original report after report execution complete
SUBMIT RCNST000 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_VERSN2 = 2nd plan version
Selection Text: P_VERSN1 = 1st plan version
Selection Text: P_UCOMM = D Entry in OK code
Selection Text: P_SLWID = D Field key
Selection Text: P_EVVRS1 = Progress plan version
Selection Text: P_EINSTL = Settings
Title: Project Info System: Structure Overview
Text Symbol: U11 = Released........................;;
Text Symbol: U12 = Partial confirmation............;;
Text Symbol: U13 = Final confirmation..............;;
Text Symbol: U16 = Technically closed..............;;
Text Symbol: U20 = Start in the past...............;;
Text Symbol: U21 = Started too early...............;;
Text Symbol: U22 = Finished too late...............;;
Text Symbol: U23 = Part.conf. & final schd. in past;;
Text Symbol: U25 = Med. disp. WBS element per proj.;;
Text Symbol: U26 = Med. disp. activities per netwrk;;
Text Symbol: U30 = Planned orders..................;;
Text Symbol: U31 = Orders..........................;;
Text Symbol: U32 = Relationships...................;;
Text Symbol: U33 = Milestones......................;;
Text Symbol: U34 = Production resources/tools......;;
Text Symbol: U35 = Capacity requirements...........;;
Text Symbol: U36 = Components......................;;
Text Symbol: U37 = Confirmations...................;;
Text Symbol: U40 = Sales documents.................;;
Text Symbol: U41 = Sales document items............;;
Text Symbol: U42 = Capital investment programs.....;;
Text Symbol: U43 = Cap. investment prog. positions.;;
Text Symbol: VON = from
Text Symbol: *01 =
Text Symbol: *02 = ;; The sign ;; marks the end of a text.
Text Symbol: *03 = ;; There are only remarks after the ;;
Text Symbol: *04 = ;; Lines beginning with ;; (like this) are not visible on the screen
Text Symbol: *05 = ;; Lines ending with ;+ are continued on the following line
Text Symbol: *06 = ;;
Text Symbol: 000 = Structure
Text Symbol: 001 = Structure





Text Symbol: 002 = Progress Analysis
Text Symbol: 003 = Save project version
Text Symbol: 004 = Change documents
Text Symbol: 005 = Archived Data
Text Symbol: === = ===================================================================================
Text Symbol: BIS = To
Text Symbol: O01 = Choose object types
Text Symbol: O02 = Object type
Text Symbol: O03 = Object types
Text Symbol: OSL = Select object types
Text Symbol: PFI = Profiles for info systems
Text Symbol: PLV = Plan versions
Text Symbol: STW = Select WBS level
Text Symbol: U02 = Selected projects...............;;
Text Symbol: U03 = Selected networks...............;;
Text Symbol: U04 = WBS elements -------------------------;;
Text Symbol: U05 = Activities ---------------------------;;
Text Symbol: U06 = Total...........................;;
Text Symbol: U07 = Milestones......................;;
Text Symbol: U08 = Critical........................;;
Text Symbol: U09 = Sub-critical....................;;
Text Symbol: U10 = Zero free float.................;;


INCLUDES used within this REPORT RCNST000

INCLUDE RCNST1000SET_LISPROG.
INCLUDE RCNSET.


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:

No SAP FUNCTION MODULES are executed within this report 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 RCNST000 or its description.