RIINET30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists all object networks with object links that match the criteria you entered on the selection screen...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 RIINET30 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IN26 - Change Network List
IN27 - Display Network List
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: VARIANT = D .
Selection Text: S_UOM = D .
Selection Text: S_START = D .
Selection Text: S_RANGE = D .
Selection Text: S_NW_TYP = D .
Selection Text: S_NW_GRP = D .
Selection Text: S_NETID = D .
Selection Text: S_LRPTYP = D .
Selection Text: S_LRPID = D .
Selection Text: S_LEN = D .
Selection Text: S_END = D .
Selection Text: P_NW_FL = Functional Location Network
Selection Text: P_NW_EQ = Equipment Network
Title: Network List
Text Symbol: SON = Others
Text Symbol: FG1 = Network
Text Symbol: ANZ = Number
Text Symbol: 706 = Yes
Text Symbol: 705 = No
Text Symbol: 704 = List Editing Canceled
Text Symbol: 703 = have not yet been processed?
Text Symbol: 702 = for all the objects selected that
Text Symbol: 701 = Do you want to cancel processing
Text Symbol: 700 = **** LINES 701, 702, 703 are one sentence.
Text Symbol: 024 = Display Equipment Network List
Text Symbol: 023 = Change Equipment Network List
Text Symbol: 022 = Display Func.Loc. Network List
Text Symbol: 021 = Change Func.Loc. Network List
Text Symbol: 020 = Object Type
Text Symbol: 010 = Network Selection
INCLUDE MIOLXTOP.
INCLUDE EAML_SEL_GLOBAL_DATA.
INCLUDE EAML_SEL.
INCLUDE EAML_SEL_CHECK.
No SAP DATABASE tables are accessed within this REPORT code!
EAML_JNET_NW CALL FUNCTION 'EAML_JNET_NW' EXPORTING iv_kantyp = g_kantyp iv_netid = EAML_S_NW_LIST_UI-netid.
INST_AUTHORITY_CHECK_ALL * CALL FUNCTION 'INST_AUTHORITY_CHECK_ALL' * EXPORTING * BEGRP = OBJECT_TAB-BEGRU * TCODE = Y_FCODE_IN03 * EXCEPTIONS * KEINE_BERECHTIGUNG_BEGRP = 01 * KEINE_BERECHTIGUNG_IWERK = 02 * KEINE_BERECHTIGUNG_SWERK = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIINET30 - Network List RIINET30 - Network List RIINET20 - Object Network List for Equipment (Multi-Level) RIINET20 - Object Network List for Equipment (Multi-Level) RIINET10 - Object Network List for Functional Location (Multi-Level) RIINET10 - Object Network List for Functional Location (Multi-Level)