SAP Reports / Programs

RCNSM000 SAP ABAP Report - Project Info System: Data Selection from Memory







RCNSM000 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 RCNSM000 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 RCNSM000. "Basic submit
SUBMIT RCNSM000 AND RETURN. "Return to original report after report execution complete
SUBMIT RCNSM000 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: CN_STUFE = ?...(CN STUFE)
Selection Text: CN_PSPNR = ?...(CN PSPNR)
Selection Text: CN_PROJN = ?...(CN PROJN)
Selection Text: CN_NETNR = ?...(CN NETNR)
Selection Text: CN_HIEKZ = ?...(CN HIEKZ)
Title: Project Info System: Data Selection from Memory
Text Symbol: TNP = Network;; "Network
Text Symbol: TPA = PlOrder;; "Planned order
Text Symbol: TPC = PrfCntr;; "Profit center
Text Symbol: TPD = Project;; "Project
Text Symbol: TPE = WBS elm;; "WBS element
Text Symbol: TPL = InspLot;; "Inspection lot
Text Symbol: TPS = PersOrd;; "Personnel order
Text Symbol: TPX = PS text;; "PS text
Text Symbol: TPZ = Process;; "Process order
Text Symbol: TQM = QM ord.;; "QM order
Text Symbol: TRM = Confirm;; "Confirmation
Text Symbol: TSK = CstCntr;; "Cost center
Text Symbol: TSO = Misc ;; "Miscellaneous
Text Symbol: TST = Set ;; "Set
Text Symbol: TVB = SalesDc;; "Sales document
Text Symbol: TVC = GC act.;; "General costs activity
Text Symbol: TVD = SummObj;; "Summarization obj.
Text Symbol: TVE = Ext.act;; "Externally processed activity
Text Symbol: TVG = Act. ;; "Activity
Text Symbol: TVO = Act.no.;; "Predecessor
Text Symbol: TVP = SlsItem;; "Sales document item
Text Symbol: TVW = Int.act;; "Internally processed activity
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 one) do not appear on the screen
Text Symbol: *05 = ;; Lines ending with ;+ are continued on the following line
Text Symbol: *06 = ;;
Text Symbol: TAB = Rel. ;; "Relationship
Text Symbol: TAF = Order ;; "Order
Text Symbol: TBA = PurcReq;; "Purchase requisition
Text Symbol: TCF = COorder;; "CO production order





Text Symbol: TCI = COIntrn;; "CO internal order
Text Symbol: TCM = COModel;; "CO model order
Text Symbol: TDO = DocOrig;; "Document orig.
Text Symbol: TEC = GC elem;; "General costs element
Text Symbol: TEE = Ext.elm;; "External processing element
Text Symbol: TEL = Element;; "Element
Text Symbol: TEW = Int.elm;; "Internal processing element
Text Symbol: TFA = PrOrder;; "Production order
Text Symbol: TFH = PRT ;; "PRT
Text Symbol: TFM = Mat-ext;; "Components for purchase requisition
Text Symbol: TIA = PM ord.;; "Maintenance order
Text Symbol: TIP = Inv.pos;; "Capital investment program position
Text Symbol: TIV = Inv.prg;; "Capital investment program
Text Symbol: TKB = Cap.req;; "Capacity requirement
Text Symbol: TKS = CstCntr;; "Cost center
Text Symbol: TMR = Comp. ;; "Component
Text Symbol: TMS = Milest.;; "Milestone
Text Symbol: TNA = Succssr;; "Successor


INCLUDES used within this REPORT RCNSM000

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:

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