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

MGJVMDJOAI01 SAP ABAP INCLUDE - Include MGJVMDJOAI01







MGJVMDJOAI01 is a standard ABAP INCLUDE 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 MGJVMDJOAI01 into the relevant SAP transactions such as SE38 or SE80


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


INCLUDES used within this REPORT MGJVMDJOAI01

No INCLUDES are used within this REPORT code!


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:

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = CNTL_EG-TOP_LINE "TOP_OF_SCREEN_20 ENTRY_TO = ST8J9A_MAX_LINES LAST_PAGE_FULL = 'X' OVERLAPPING = ' ' LOOPS = LOOP_LINES OK_CODE = OK_CODE IMPORTING ENTRY_NEW = ACTUAL_IDX_ST8J9A EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 1 NO_ENTRY_TO = 2 NO_OK_CODE_OR_PAGE_GO = 3.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = CNTL_PARTNER-TOP_LINE "TOP_OF_SCREEN_20 ENTRY_TO = ST8J9C_MAX_LINES LOOPS = LOOPCOUNTER OK_CODE = OK_CODE IMPORTING ENTRY_NEW = ACTUAL_IDX_ST8J9C.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = CNTL_PENALTY-TOP_LINE "TOP_OF_SCREEN_20 ENTRY_TO = ST8JLP_MAX_LINES LAST_PAGE_FULL = 'X' OVERLAPPING = ' ' LOOPS = LOOPCOUNTER OK_CODE = OK_CODE IMPORTING ENTRY_NEW = ACTUAL_IDX_ST8JLP EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 1 NO_ENTRY_TO = 2 NO_OK_CODE_OR_PAGE_GO = 3.

JV_MD_VALIDATE_PENCAT CALL FUNCTION 'JV_MD_VALIDATE_PENCAT' EXPORTING P_PENCAT_BUKRS = t8jlp-bukrs P_PENCAT_JOA = T8JLP-JOA
TABLES JOAPENALTY = iJOAPENALTY JOAPENALTYX = iJOAPENALTYX.

JV_PENCAT *CALL FUNCTION 'JV_PENCAT' * EXPORTING * P_BUKRS = t8jlp-bukrs * P_JOA = T8JLP-JOA * IMPORTING * C_ST8JLP_FLAG = C_ST8JLP_FLAG * TABLES * JOAPENALTY = iJOAPENALTY * JOAPENALTYX = iJOAPENALTYX * ST8JLP = ST8JLP * IT8JLP = ST8JLP.

JV_MD_READTABLES CALL FUNCTION 'JV_MD_READTABLES' EXPORTING P_JOA = JOANAME P_BUKRS = T8JU-BUKRS IMPORTING IT8JU = T8JU IT8JUT = T8JUT TABLES ST8J9A = ST8J9A IT8JG = IT8JG IT8J9C = IT8J9C ST8JLP = St8jlp IT8JI = IT8JI.

JV_MD_JOA_VALIDATE CALL FUNCTION 'JV_MD_JOA_VALIDATE' EXPORTING P_BUKRS = T8JU-BUKRS P_JOA = T8JU-JOA * P_ACLASS = T8JU-ACLASS * P_REF_JOA = *T8JU-JOA P_mode = i_mode IMPORTING P_JOANAME = JOANAME TABLES RETURN = RETURN.

JV_MD_VALIDATE_EQUITY_GROUP CALL FUNCTION 'JV_MD_VALIDATE_EQUITY_GROUP' EXPORTING P_EG_BUKRS = T8J9A-bukrs P_EG_JOA = T8J9A-JOA I_MODE = I_MODE TABLES EQGDATA = IEQGDATA EQGDATAX = IEQGDATAX ST8J9A = ST8J9A ST8J9C = ST8J9C IT8JG = IT8JG SAVE_IT8JG = SAVE_IT8JG.

JV_MD_VALIDATE_PARTNER CALL FUNCTION 'JV_MD_VALIDATE_PARTNER' EXPORTING P_PARTNER_BUKRS = T8JU-BUKRS P_PARTNER_JOA = T8JU-JOA P_PARTNER_EGRUP = T8J9A-EGRUP IMPORTING P_POSTF = W_POSTF TABLES return = return JOAEQGPARTNERDATA = IJOAEQGPARTNERDATA JOAEQGPARTNERDATAX = IJOAEQGPARTNERDATAX ST8J9A = ST8J9A.

G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING ALLOW_PRINT = 'X' DYNP_TITLE = TITLE SEL_TITLE1 = G_T8JO SEL_TITLE2 = SPACE SHOW_ALSO_1 = 'X' WIDTH_OF_TITLES = 'X' START_COLUMN = '2' IMPORTING SEL_INDEX = SY-TABIX TABLES SEL_TABLE = G_T8JO EXCEPTIONS * extended_display_selected = 01 NO_LINES = 02 NO_LINE_PICKED = 03.

JV_MD_JOA_VALIDATE CALL FUNCTION 'JV_MD_JOA_VALIDATE' EXPORTING P_BUKRS = T8JU-BUKRS P_JOA = T8JU-JOA P_ACLASS = T8JU-ACLASS P_REF_JOA = *T8JU-JOA P_mode = i_mode IMPORTING P_JOANAME = JOANAME TABLES RETURN = RETURN.



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