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
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
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
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: 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?
INCLUDE RINETTOP.
INCLUDE RINETT0L.
INCLUDE EAML_SEL_GLOBAL_DATA.
INCLUDE EAML_SEL_GLOBAL_DATA_OL.
INCLUDE RINET010.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RINET0E0 - Object Network: List of Equipment Links RINET0E0 - Object Network: List of Equipment Links RINET010 - Object Network: Identical Flow Control for FL/EQ Evaluations RINDXRNW - Reorganize the IBDX Table for Networks RINDXRNW - Reorganize the IBDX Table for Networks RINDXRCN - Reorganize the IBDX Table for Standard Networks