RMSERI05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RMSERI05 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MF23 - Linking Versions Graphically
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: SO_MATN1 = Material
Selection Text: SO_VERI1 = Version
Selection Text: SO_WERK1 = Plant
Title: Linking Versions
Text Symbol: 002 = Plant
Text Symbol: 003 = Material
Text Symbol: 004 = Version
Text Symbol: 005 = Wareh.
Text Symbol: 007 = Period
Text Symbol: 008 = included in following materials :
001 | Plant | Material | Version | Number of links |
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNET_GRAPHIC_NETWORK CALL FUNCTION 'CNET_GRAPHIC_NETWORK' EXPORTING ABAP_CMD = ABAP_CMD CONFIRM = CONFIRM PROFILE = PROFILE STAT = STAT STATUS_TEXT = STATUS_TEXT TITLEBAR = TITLEBAR IMPORTING GR_MES = GR_MES GR_MODE = MODE GR_SEL_FIELD = SEL_FIELD M_TYP = M_TYP TABLES CLUSTERS = CLUSTER_TAB CVALS = CVALS_TAB DELETIONS = DELETE_TAB INODES = INODES_TAB " LABELS = LABELS_TAB LINES = LINES_TAB LVALS = LVALS_TAB NODES = NET_NODES_TAB NVALS = NVALS_TAB POSITIONS = POSITIONS_TAB EXCEPTIONS INV_PROFILE = 01 INV_WINID = 02 ERR_IN_PROFILE = 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.