RIGC0004 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Maintain Object Relations and GIS Method Repository Use this report to maintain object relations and the GIS method repository...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 RIGC0004 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GBC1 - GBC: Method Repository
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_RART = D Type of Object Relationship
Title: GBC: Maintain Object Relationships and GIS Method Repository
Text Symbol: 022 = Do You Want to Save These Changes?
Text Symbol: 021 = Do You Want to Create Object &1&?
Text Symbol: 020 = Others
Text Symbol: 019 = Do you want to delete object &1
Text Symbol: 018 = Rename Method &1
Text Symbol: 017 = Rename Object &1
Text Symbol: 016 = Rename Object/Method
Text Symbol: 015 = Connection
Text Symbol: 014 = Method for Object Type
Text Symbol: 013 = Do you want to delete method &1?
Text Symbol: 012 = Application Components
Text Symbol: 011 = Events
Text Symbol: 010 = Methods
Text Symbol: 009 = Attributes
Text Symbol: 008 = Key Fields
Text Symbol: 007 = Add Method
Text Symbol: 006 = Delete Object/Method
Text Symbol: 005 = GIS Objects
Text Symbol: 004 = SAP Objects
Text Symbol: 003 = GIS
Text Symbol: 002 = SAP
Text Symbol: 001 = Confirmation Prompt
INCLUDE: GBCEITOP.
INCLUDE: GBCMI001.
INCLUDE: GBCRIC05.
INCLUDE: GBCSI002.
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.