MSJOBF01 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 MSJOBF01 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: Include MSJOBF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SELSCREEN_EXISTS CALL FUNCTION 'RS_SELSCREEN_EXISTS' EXPORTING REPORT = RALDB-REPORT IMPORTING ANSWER = ANSWER.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = RALDB-REPORT VARIANT = RALDB-VARIANT IMPORTING R_C = RETURN_CODE.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMSJOB' DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.
F4_REPORT CALL FUNCTION 'F4_REPORT' EXPORTING OBJECT = F4_FIELD SUPPRESS_SELECTION = 'X' DISPLAY_ONLY = ' ' IMPORTING RESULT = F4_FIELD.
F4_REPORT_VARIANT CALL FUNCTION 'F4_REPORT_VARIANT' EXPORTING OBJECT = RALDB-VARIANT PROGRAM = F4_FIELD SUPPRESS_SELECTION = 'X' DISPLAY_ONLY = ' ' IMPORTING RESULT = RALDB-VARIANT PROGRAM = F4_FIELD.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = 'SAPMSJOB' DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPFIELDS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MSJOBF01 - Include MSJOBF01 MSI_MAPPING_PRODUCT_CUST - Customizing Comparison: Product MSI_MAPPING_PRODUCT_CUST - Customizing Comparison: Product MSI_ECC_CONSTANTS001 - Common include for all ECC constants (Miniplatform specific) MSIZETOP - documentation and ABAP source code MSIZEO01 - documentation and ABAP source code