SAPMGJC1 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 There are two types of cash call transaction: Operated and Non-Operated...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 SAPMGJC1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GJ06 - JV Non-Operated Cash Call to Project
GJ05 - JV Non-operated cash call to eq grp
GJ04 - JV Gross Cash Call To Project
GJ03 - JV Net Cash Call To Project
GJ02 - JV Gross Cash Call To Equit Group
GJ01 - Net Cash Call to Equity Group
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: cash call transaction
Text Symbol: 103 = Cash Call Bill print finished
Text Symbol: 102 = Cash Call Bill Print was NOT successfull
Text Symbol: 101 = Venture FCurr Long text
Text Symbol: 100 = Funding Currency
Text Symbol: 031 = thresh amt
Text Symbol: 026 = Cash Call
Text Symbol: 025 = Do you want to recalculated ?
Text Symbol: 024 = on the current input value.
Text Symbol: 023 = Shares will be recalculated based
Text Symbol: 022 = Shares were distributed manually.
Text Symbol: 021 = be Cash Called.
Text Symbol: 020 = Partn thres. amt
Text Symbol: 019 = Do you wish to replace?
Text Symbol: 018 = Batch Number already exists.
Text Symbol: 017 = Confirm Batch Deletion
Text Symbol: 016 = Do you wish to delete cash call?
Text Symbol: 013 = Cash call already has a batch.
Text Symbol: 012 = Blocked items will be deleted.
Text Symbol: 011 = Do you wish to continue posting?
Text Symbol: 010 = Some entries are blocked.
Text Symbol: 009 = Suspended partners will not
Text Symbol: 008 = Cash Call has suspended partner.
Text Symbol: 007 = Confirm Posting
Text Symbol: 006 = Continue Posting?
Text Symbol: 005 = Partner will not receive postings.
Text Symbol: 004 = Partner is below
Text Symbol: 003 = Confirmation of Data Loss
Text Symbol: 002 = Do you want to save?
Text Symbol: 001 =
INCLUDE MGJC1TOP.
INCLUDE MGJC1TNG. " NON GENERATED TOP
INCLUDE MGJC1FIC. "KJVK000975
INCLUDE MGJC1O10.
INCLUDE MGJC1I10 .
INCLUDE MGJC1F10 .
INCLUDE MGJC1O01 .
INCLUDE MGJC1I01 .
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.