MGJS1F02 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 MGJS1F02 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 -- Build Selection Tables
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
JV_COLLECT_MESSAGE CALL FUNCTION 'JV_COLLECT_MESSAGE' EXPORTING MSGID = WS_LIT_C2_MSGID MSGNO = WS_EMN_C3_NO_COMPCODES STATUS = WS_LIT_C1_ERROR_MSG IMPORTING MAX_SEVERITY = WS_FLD_C1_MAXSEV.
JV_COLLECT_MESSAGE CALL FUNCTION 'JV_COLLECT_MESSAGE' EXPORTING MSGID = WS_LIT_C2_MSGID MSGNO = WS_EMN_C3_ACTIVATE_CO STATUS = WS_LIT_C1_WARN_MSG VAR1 = LOC_FLD_C50_COMPANY_TEXT IMPORTING MAX_SEVERITY = WS_FLD_C1_MAXSEV.
JV_COLLECT_MESSAGE CALL FUNCTION 'JV_COLLECT_MESSAGE' EXPORTING MSGID = WS_LIT_C2_MSGID MSGNO = WS_EMN_C3_NO_BANKS STATUS = WS_LIT_C1_ERROR_MSG IMPORTING MAX_SEVERITY = WS_FLD_C1_MAXSEV.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MGJS1F02 - JV Bank Account Switching -- Build Selection Tables MGJS1F01 - JV Bank Account Switching - Parameter Checking MGJS1F00 - JV Bank Account Switching -- Main Processing MGJRCTOP_ALV - Include MGJRCTOP_ALV MGJRCTOP - Partner Suspense Clearance Data Declarations MGJRCF01_ALV - Include MGJRCF01_ALV