SAP Reports / Programs | Plant Maintenance | Technical Objects | Object Networking(PM-EQM-ON) SAP PM

RINET0N0 SAP ABAP Report - Object Network: Network Representation and Evaluations







RINET0N0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to display an see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RINET0N0 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 RINET0N0. "Basic submit
SUBMIT RINET0N0 AND RETURN. "Return to original report after report execution complete
SUBMIT RINET0N0 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: CLSEL = D ClassSelection
Selection Text: DY_TCODE = D OK code entry
Selection Text: S_AEDAT = D Changed on
Selection Text: S_AENAM = D Changed by
Selection Text: S_BEGRU = D Authorization Group
Selection Text: S_BEZARL = D RelTypeUsed
Selection Text: S_BEZARP = D RelTypePoss.
Selection Text: S_DATVA = D Valid from
Selection Text: S_DATVB = D Valid to
Selection Text: S_EQKANT = D Link object
Selection Text: S_EQVON = D Node
Selection Text: S_ERDAT = D Created on
Selection Text: S_ERNAM = D Created by
Selection Text: S_KANTE = D Link
Selection Text: S_KANXT = D Description
Selection Text: S_MEDIU = D Medium
Selection Text: S_NETID = D Network ID
Selection Text: S_NETYP = D Link category
Selection Text: S_STAE1 = D Status excluded
Selection Text: S_STAI1 = D Status included
Selection Text: S_TPKANT = D Link object
Selection Text: S_TPVON = D Node
Selection Text: DY_SELM = ?...(DY_SELM)
Title: Object Network: Network Representation and Evaluations
Text Symbol: SON = Others
Text Symbol: D25 = anyway?
Text Symbol: D24 = Exchange object for these links
Text Symbol: D23 = which are not displayed
Text Symbol: D22 = Object has input/output links
Text Symbol: D21 = Replace Object
Text Symbol: D13 = link(s)?
Text Symbol: D12 = Delete the
Text Symbol: 001 = Choose fields
Text Symbol: 002 = Link
Text Symbol: 003 = FunctLoc:No. + short text
Text Symbol: 004 = EquipNo. + short text
Text Symbol: 009 = Title
Text Symbol: 100 = Link selection





Text Symbol: 101 = Objects linked
Text Symbol: 102 = General/administrative data
Text Symbol: 103 = Classes
Text Symbol: 120 = Not all links have link objects maintained
Text Symbol: 301 = Node inserted
Text Symbol: 302 = Node duplicated
Text Symbol: 303 = Node/link deleted
Text Symbol: 304 = Link inserted
Text Symbol: 305 = Node modified
Text Symbol: 306 = Link modified
Text Symbol: 307 = A node cannot be linked with itself
Text Symbol: 308 = Link cannot be duplicated
Text Symbol: 700 = **** LINES 701, 702, 703 are one sentence.
Text Symbol: 701 = Do you want to cancel processing
Text Symbol: 702 = for all the objects selected that
Text Symbol: 703 = have not yet been processed?
Text Symbol: 704 = List editing canceled
Text Symbol: 705 = No
Text Symbol: 706 = Yes
Text Symbol: 707 = Termination in graphic processing
Text Symbol: 800 = Unprocessed objects
Text Symbol: 801 = Processed objects
Text Symbol: 802 = Last objects processed
Text Symbol: ANZ = No.
Text Symbol: C01 = Class limitation
Text Symbol: D11 = Delete object link


INCLUDES used within this REPORT RINET0N0

INCLUDE RINETTOP.
INCLUDE RINETT0L.
INCLUDE RINETT0N.
INCLUDE RINETT0G.
INCLUDE EAML_SEL_GLOBAL_DATA.
INCLUDE EAML_SEL_GLOBAL_DATA_OL.


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