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

SAPMGJVA SAP ABAP dialog Program - Joint Operating Agreement Maintenance Transaction







SAPMGJVA is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Maintenance transaction for the Joint Operating Agreement (JOA) &DEFINITON& The Joint Operating Agreement (JOA) groups Joint Ventures (JV's)...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 SAPMGJVA 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

GJA3 - Display joint operating agreement
GJA2 - Change joint operating agreement
GJA1 - Create joint operating agreement


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 SAPMGJVA. "Basic submit
SUBMIT SAPMGJVA AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMGJVA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Joint Operating Agreement Maintenance Transaction
Text Symbol: 122 = an Equity Type. Remove assignment ?
Text Symbol: 134 = Equity Group
Text Symbol: 140 = unsuspense
Text Symbol: 141 = suspense
Text Symbol: 160 = JOA
Text Symbol: 161 = Joint Venture
Text Symbol: 171 = JV partners
Text Symbol: 172 = Partner
Text Symbol: 173 = ICoC
Text Symbol: 174 = Name
Text Symbol: 175 = Drilling Statistical Ratio
Text Symbol: 176 = DrStat
Text Symbol: 177 = Description
Text Symbol: 178 = Producing Statistical Ratio
Text Symbol: 179 = PrStat
Text Symbol: 200 = operated
Text Symbol: 201 = non-operated
Text Symbol: 202 = on-billing
Text Symbol: 203 = oper./corp.
Text Symbol: 204 = non consistent
Text Symbol: 220 = Group type has changed
Text Symbol: 221 = Remove equity group
Text Symbol: 222 = from all ventures ?
Text Symbol: 300 = Change Penalty Category
Text Symbol: 400 = Change Overhead rate type
Text Symbol: 121 = is assigned to
Text Symbol: 001 =
Text Symbol: 012 = non-operated
Text Symbol: 015 = corporate
Text Symbol: 020 = Confirm Cancel Screen
Text Symbol: 021 = Do you want to leave
Text Symbol: 022 = this screen ?
Text Symbol: 030 = Confirm Cancel Transaction
Text Symbol: 031 = Do you want to cancel
Text Symbol: 032 = the transaction ?
Text Symbol: 035 = Confirm Cancel
Text Symbol: 040 = Confirm Delete of Table-Line





Text Symbol: 041 = Do you want to delete
Text Symbol: 042 = the selected line ?
Text Symbol: 050 = Save Changes
Text Symbol: 060 = Save Changes
Text Symbol: 061 = Do you want to save the
Text Symbol: 062 = changes you made ?
Text Symbol: 070 = Incomplete Equity-Group
Text Symbol: 071 = Partner-Shares do not equal 100%
Text Symbol: 072 = Leave screen anyway ?
Text Symbol: 100 = change partner-shares
Text Symbol: 101 = Do you want to change/replace
Text Symbol: 102 = the existing entry ?
Text Symbol: 110 = Remove assigned Equity Group !
Text Symbol: 112 = an Equity Type. Delete anyway ?
Text Symbol: 120 = Share total is now below 100%


INCLUDES used within this REPORT SAPMGJVA

INCLUDE MGJVATOP .
INCLUDE MGJVAO00.
INCLUDE MGJVAI00.
INCLUDE MGJVAF00.
INCLUDE MGJVAO05.
INCLUDE MGJVAI05.
INCLUDE MGJVAF05.
INCLUDE MGJVAO10.
INCLUDE MGJVAI10.
INCLUDE MGJVAF10.
INCLUDE MGJVAO15.
INCLUDE MGJVAI15.
INCLUDE MGJVAF15.
INCLUDE MGJVAO20.
INCLUDE MGJVAI20.
INCLUDE MGJVAF20.
INCLUDE MGJVAO30.
INCLUDE MGJVAI30.
INCLUDE MGJVAF30.
INCLUDE MGJVAO35.
INCLUDE MGJVAI35.
INCLUDE MGJVAF35.
INCLUDE MGJVAO40.
INCLUDE MGJVAI40.





INCLUDE MGJVAF40.
INCLUDE MGJVAO45.
INCLUDE MGJVAI45.
INCLUDE MGJVAF45.
INCLUDE MGJVAO50.
INCLUDE MGJVAI50.
INCLUDE MGJVAF50.
INCLUDE MGJVAO55.
INCLUDE MGJVAI55.
INCLUDE MGJVAF55.
INCLUDE MGJVAI90.
INCLUDE MGJVAO60.
INCLUDE MGJVAF60.
INCLUDE MGJVAI60.


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:

No SAP FUNCTION MODULES are executed within this report code!



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