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

RIINET30 SAP ABAP Report - Network List







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IN26 - Change Network List
IN27 - Display Network List


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 RIINET30. "Basic submit
SUBMIT RIINET30 AND RETURN. "Return to original report after report execution complete
SUBMIT RIINET30 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: 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


INCLUDES used within this REPORT RIINET30

INCLUDE MIOLXTOP.
INCLUDE EAML_SEL_GLOBAL_DATA.
INCLUDE EAML_SEL.
INCLUDE EAML_SEL_CHECK.


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:

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.



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