MGJS1F00 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 MGJS1F00 into the relevant SAP transactions such as SE38 or SE80
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: JV Bank Account Switching -- Main Processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HEADER CALL FUNCTION 'HEADER' EXPORTING I_REPORT_NUM = WS_LIT_C10_AUDIT_RPT_NUM I_REPORT_TITLE = TEXT-041 I_TITLE_LENGTH = WS_LIT_I4_AUDIT_RPT_TTL_LEN.
HEADER CALL FUNCTION 'HEADER' EXPORTING I_REPORT_NUM = WS_LIT_C10_MAIN_RPT_NUM I_REPORT_TITLE = TEXT-031 I_TITLE_LENGTH = WS_LIT_I4_MAIN_RPT_TTL_LEN.
HEADER CALL FUNCTION 'HEADER' EXPORTING I_REPORT_NUM = WS_LIT_C10_STAT_RPT_NUM I_REPORT_TITLE = TEXT-032 I_TITLE_LENGTH = WS_LIT_I4_STAT_RPT_TTL_LEN.
HEADER CALL FUNCTION 'HEADER' EXPORTING I_REPORT_NUM = WS_LIT_C10_ERR_RPT_NUM I_REPORT_TITLE = TEXT-033 I_TITLE_LENGTH = WS_LIT_I4_ERR_RPT_TTL_LEN.
JV_WRITE_MESSAGE CALL FUNCTION 'JV_WRITE_MESSAGE' EXPORTING SORT_ORDER = WS_LIT_N1_ONE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MGJS1F00 - JV Bank Account Switching -- Main Processing MGJRCTOP_ALV - Include MGJRCTOP_ALV MGJRCTOP - Partner Suspense Clearance Data Declarations MGJRCF01_ALV - Include MGJRCF01_ALV MGJRCF01 - Partner Suspense Clearance - Post Tax Recovery Items MGJNRTOP - Update of Ledger for Cutback - Data Declaration