RSWEINSTVMAINT 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 RSWEINSTVMAINT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SWEINST - Display Instance Linkages
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: RECID = Receiver ID
Selection Text: OBJTYPE = Object type
Selection Text: EVENT = Event
Title: Display Instance Linkages (New Version, Maintenance Dialog, Popup)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' view_name = 'SWEINSTVC' TABLES dba_sellist = dba_sellist EXCEPTIONS client_reference = 0 foreign_lock = 0 invalid_action = 0 no_clientindependent_auth = 0 no_database_function = 0 no_editor_function = 0 no_show_auth = 0 no_tvdir_entry = 0 no_upd_auth = 0 only_show_allowed = 0 system_failure = 0 unknown_field_in_dba_sellist = 0 view_not_found = 0 OTHERS = 0.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'STAT9100' TABLES p_exclude = p_exclude.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWEINSTVMAINT - Display Instance Linkages (New Version, Maintenance Dialog, Popup) RSWEINSTVMAINT - Display Instance Linkages (New Version, Maintenance Dialog, Popup) RSWEINSTF01 - documentation and ABAP source code RSWEINST - Display instance linkages RSWEINST - Display instance linkages RSWEINCL - INCLUDE File for Events