RGJGRA01 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 RGJGRA01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GJGA - Display JOA 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: VENTURE = Venture Name
Selection Text: VEGDATE = From Date for Equity Group
Selection Text: VACTIVE = Active Venture
Selection Text: PJOA = Joint Operating Agreement
Selection Text: COMPANY = Company Code
Title: Hierarchy Graphics for JOA Master Data Objects
Text Symbol: 026 = Corporate
Text Symbol: 025 = Non-operated
Text Symbol: 024 = Non-op. on-bill
Text Symbol: 023 = Operated tax
Text Symbol: 022 = Operated no tax
Text Symbol: 021 = Assignment of active ventures to Company Code
Text Symbol: 020 = Assignment of active ventures to Joint Operating Agreement
Text Symbol: 019 = Assignment to active Joint Venture
Text Symbol: 018 =
Text Symbol: 016 = Active:
Text Symbol: 015 = Type:
Text Symbol: 014 = Date:
Text Symbol: 013 = Oper. Share
Text Symbol: 012 = Equity Share
Text Symbol: 011 = Partner &&&&&&&&&&
Text Symbol: 010 = Assignment to Joint Venture
Text Symbol: 009 = Equity Group &&&
Text Symbol: 008 = Equity Type &&&
Text Symbol: 007 = Assignment to Joint Operating Agreement
Text Symbol: 006 = Joint Venture &&&&&&
Text Symbol: 005 = JOA &&&&&&
Text Symbol: 004 = Company Code &&&&
Text Symbol: 003 = Assignment to Company Code
Text Symbol: 002 = Additional
Text Symbol: 001 = Selection
INCLUDE LCNETDAT.
INCLUDE LCNETCON.
No SAP DATABASE tables are accessed within this REPORT code!
CNET_GRAPHIC_HIERARCHY CALL FUNCTION 'CNET_GRAPHIC_HIERARCHY' EXPORTING CONFIRM = CONFIRM STAT = HIER_STAT PROFILE = PROFILE TITLEBAR = TITLEBAR IMPORTING GR_MES = GR_MES M_TYP = M_TYP TABLES CLUSTERS = CLUSTERS_TAB CVALS = CVALS_TAB DELETIONS = DELETE_TAB INODES = INODES_TAB NODES = HIER_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.