SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

RGJGRA01 SAP ABAP Report - Hierarchy Graphics for JOA Master Data Objects







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


Transaction Code(s):

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

GJGA - Display JOA graphically


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


INCLUDES used within this REPORT RGJGRA01

INCLUDE LCNETDAT.
INCLUDE LCNETCON.


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:

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.



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