MJBDOF03 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 MJBDOF03 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 MJBDOF03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING show_linno = ' ' object = text-030 corrections_option = wrk_corrections_wanted IMPORTING corrections_wanted = flg_corrections EXCEPTIONS inconsistent_range = 1 no_messages = 2 OTHERS = 3.
AFO_FOI_FAIL_ADM_EVT_DELETE CALL FUNCTION 'AFO_FOI_FAIL_ADM_EVT_DELETE' EXPORTING i_objnr = jbdobj1-objnr.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXCEPTIONS inconsistent_range = 1 no_messages = 2 OTHERS = 3.
JBR_EXTKNZ_MAINTAIN CALL FUNCTION 'JBR_EXTKNZ_MAINTAIN' EXPORTING i_objnr = jbdobj1-objnr ip_fcode = sav_bearb_modus i_jbixobj = com_object_head "BaselII EXCEPTIONS OTHERS = 1.
ISB_RM_OBJECT_MAINTAIN CALL FUNCTION 'ISB_RM_OBJECT_MAINTAIN' EXPORTING ip_fcode = sav_bearb_modus IMPORTING ep_fcode = wrk_fcode TABLES tp_object = com_object tp_jbrmfeld = sav_jbrmfeld tp_fcode = wrk_fkt_exclude CHANGING ip_object = com_object_head EXCEPTIONS OTHERS = 1.
ISB_KL_OBJECT_MAINTAIN CALL FUNCTION 'ISB_KL_OBJECT_MAINTAIN' EXPORTING ip_fcode = sav_bearb_modus IMPORTING ep_fcode = wrk_fcode TABLES tp_object = com_object tp_fcodes = wrk_fkt_exclude CHANGING ip_object = com_object_head EXCEPTIONS OTHERS = 1.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXCEPTIONS OTHERS = 1.
ISB_BUS_OBJECT_CHECK_INIT CALL FUNCTION 'ISB_BUS_OBJECT_CHECK_INIT'.
ISB_EGK_OBJECT_CHECK_INIT CALL FUNCTION 'ISB_EGK_OBJECT_CHECK_INIT' EXPORTING ip_erkrs = sav_erkrs TABLES tp_prot = wrk_prot.
ISB_KL_OBJECT_CHECK_INIT CALL FUNCTION 'ISB_KL_OBJECT_CHECK_INIT' EXPORTING flg_no_fdue = 'X' TABLES error_itab = wrk_prot e_satz_itab = gtp_object_edt EXCEPTIONS error_found = 1 OTHERS = 2.
ISB_KL_OBJECT_CHECK_INIT * call function 'ISB_KL_OBJECT_CHECK_INIT' * tables * error_itab = wrk_prot * exceptions * error_found = 1 * others = 2.
ISB_FO_STC_COND_CHECK_INIT CALL FUNCTION 'ISB_FO_STC_COND_CHECK_INIT' TABLES tap_err_prot = wrk_prot trp_fo_stc_cond = gtp_stc_cond.
ISB_BUS_OBJECT_CHECK CALL FUNCTION 'ISB_BUS_OBJECT_CHECK' EXPORTING check = con_check ip_enqueue = ' ' TABLES tp_prot = wrk_prot tp_object = gtp_object_edt.
ISB_EGK_OBJECT_CHECK CALL FUNCTION 'ISB_EGK_OBJECT_CHECK' EXPORTING check = con_check ip_erkrs = sav_erkrs TABLES tp_object = gtp_object_edt tp_prot = wrk_prot tp_epos = lt_egk_merkmale.
ISB_EGK_OBJECT_COMPLETE CALL FUNCTION 'ISB_EGK_OBJECT_COMPLETE' EXPORTING ip_erkrs = sav_erkrs TABLES tp_object = gtp_object_edt tp_epos = lt_egk_merkmale EXCEPTIONS OTHERS = 1.
ISB_KL_OBJECT_CHECK CALL FUNCTION 'ISB_KL_OBJECT_CHECK' EXPORTING check_level = con_check TABLES error_itab = wrk_prot e_satz_itab = gtp_object_edt EXCEPTIONS OTHERS = 1.
ISB_BUS_OBJECT_CRIT_CHECK CALL FUNCTION 'ISB_BUS_OBJECT_CRIT_CHECK' EXPORTING i_erkrs = sav_erkrs TABLES tp_prot = wrk_prot tp_jbrmfeld = sav_jbrmfeld tp_egkep = lt_egk_merkmale EXCEPTIONS OTHERS = 1.
ISB_FO_STC_COND_CHECK CALL FUNCTION 'ISB_FO_STC_COND_CHECK' EXPORTING ip_enqueue = ' ' TABLES tap_err_prot = wrk_prot tcp_fo_stc_cond = gtp_stc_cond EXCEPTIONS error_found = 1 OTHERS = 2.
CALL FUNCTION 'MESSAGES_INITIALIZE' EXCEPTIONS OTHERS = 1.
ISB_BUS_OBJECT_COMPLETE CALL FUNCTION 'ISB_BUS_OBJECT_COMPLETE' TABLES tp_prot = wrk_prot tp_object = gtp_object_edt.
ISB_EGK_OBJECT_COMPLETE CALL FUNCTION 'ISB_EGK_OBJECT_COMPLETE' EXPORTING ip_erkrs = sav_erkrs TABLES tp_object = gtp_object_edt EXCEPTIONS OTHERS = 1.
ISB_KL_OBJECT_COMPLETE CALL FUNCTION 'ISB_KL_OBJECT_COMPLETE' TABLES error_itab = wrk_prot e_satz_itab = gtp_object_edt EXCEPTIONS OTHERS = 1.
ISB_BUS_OBJECT_SAVE CALL FUNCTION 'ISB_BUS_OBJECT_SAVE' TABLES tp_object = gtp_object_edt EXCEPTIONS error_while_saving = 1 OTHERS = 2.
ISB_EGK_OBJECT_SAVE CALL FUNCTION 'ISB_EGK_OBJECT_SAVE' TABLES tp_object = gtp_object_edt EXCEPTIONS error_while_saving = 1 OTHERS = 2.
ISB_KL_OBJECT_SAVE CALL FUNCTION 'ISB_KL_OBJECT_SAVE' TABLES e_satz_itab = gtp_object_edt EXCEPTIONS error_while_saving = 1 OTHERS = 2.
ISB_FO_STC_COND_SAVE CALL FUNCTION 'ISB_FO_STC_COND_SAVE' EXCEPTIONS OTHERS = 1.
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 MJBDOF03 or its description.