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

RINET0E0 SAP ABAP Report - Object Network: List of Equipment Links







RINET0E0 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 select 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 RINET0E0 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

IN18 - Change Object Network for Equipment
IN19 - Display Object Network for Equipment


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 RINET0E0. "Basic submit
SUBMIT RINET0E0 AND RETURN. "Return to original report after report execution complete
SUBMIT RINET0E0 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: S_DATVA = D .
Selection Text: S_DATVB = D .
Selection Text: S_END = D .
Selection Text: S_EQKANT = D .
Selection Text: S_EQVON = D .
Selection Text: S_ERDAT = D .
Selection Text: S_ERNAM = D .
Selection Text: S_LEN = D .
Selection Text: S_LRPID = D .
Selection Text: S_LRPTYP = D .
Selection Text: S_MEDIU = D .
Selection Text: S_NOTYFO = D .
Selection Text: S_NOTYTO = D .
Selection Text: S_NW_GRP = D .
Selection Text: S_NW_TYP = D .
Selection Text: S_POSFO = D .
Selection Text: S_POSTO = D .
Selection Text: S_RANGE = D .
Selection Text: S_STAE1 = D .
Selection Text: S_STAI1 = D .
Selection Text: S_START = D .
Selection Text: S_UOM = D .
Selection Text: VARIANT = D .
Selection Text: S_BEZARP = D .
Selection Text: S_BEZARL = D .
Selection Text: S_BEGRU = D .
Selection Text: S_AENAM = D .
Selection Text: S_AEDAT = D .
Selection Text: S_EDTYLO = D .
Title: Object Network: List of Equipment Links
Text Symbol: 100 = Link selection
Text Symbol: 101 = Objects linked
Text Symbol: 102 = Link description
Text Symbol: 103 = Classes
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: 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: SON = Others


INCLUDES used within this REPORT RINET0E0

INCLUDE RINETTOP.
INCLUDE RINETT0L.
INCLUDE EAML_SEL_GLOBAL_DATA.
INCLUDE EAML_SEL_GLOBAL_DATA_OL.
INCLUDE RINET010.


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