SAPMGJB2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The non operated billing transaction allows the entry of non-operated expenditure against ventures which are not held by an operator known on the SAP Client...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 SAPMGJB2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GJ0A - Non-Operated Billing by Operator V.2
GJ0B - Non-Operated Billing by Venture V.2
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.
Title: Non-operated Billing transaction
Text Symbol: 046 = Gross Invoice Amount in Local Currency:
Text Symbol: 047 = Gross Amount
Text Symbol: 048 = Net Amount
Text Symbol: 049 = Operator's Bank Information
Text Symbol: 050 = Bank Type
Text Symbol: 051 = Country
Text Symbol: 052 = Bank Key
Text Symbol: 053 = Bank Account
Text Symbol: 054 = Control Key
Text Symbol: 055 = Replace Total Asset Transac. Amount?
Text Symbol: 056 = All the asset amounts added up together is different from the
Text Symbol: 057 = total amount you declared. Should this total be replaced?
Text Symbol: 058 = Incomplete asset details are found.
Text Symbol: 059 = Do you want to correct them?
Text Symbol: 060 = Data Missing
Text Symbol: 061 = Do you really want to cancel the changes?
Text Symbol: 062 = 'Recovery Indicator'
Text Symbol: 063 = 'Joint venture recovery indctr'
Text Symbol: 064 = 'WBS element'
Text Symbol: 065 = 'Order'
Text Symbol: 066 = 'CO/PP order'
Text Symbol: 067 = 'Cost Center'
Text Symbol: 068 = 'Payment terms'
Text Symbol: 069 = calculating NET/GROSS total amounts
Text Symbol: 070 = Operator
Text Symbol: 071 = Company Code
Text Symbol: 072 = Joint Venture
Text Symbol: 073 = No asset(s) found for the selected line.
Text Symbol: 074 = summary amount not equal to detail lines total.
Text Symbol: 075 = Should the summary amount be adjusted to equal detail total?
Text Symbol: C01 = Asset master (ANLA) not found
Text Symbol: C02 = Asset rec. account (T095) not found
Text Symbol: 002 = Confirmation of Data Loss
Text Symbol: 003 = Continue to Clear Form ?
Text Symbol: 004 = Replace Data
Text Symbol: 005 = Billing Number already
Text Symbol: 006 = exists. Do you wish to replace?
INCLUDE MGJB2TOP.
INCLUDE MGJB2O10.
INCLUDE MGJB2I10.
INCLUDE MGJB2F10.
INCLUDE MGJB2O01 .
INCLUDE MGJB2I01 .
INCLUDE MGJB2F01 .
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.