MJBDBEWF03 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 MJBDBEWF03 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 MJBDBEWF03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions others = 1.
MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = i_sprot_x-ag msgty = i_sprot_x-severity txtnr = i_sprot_x-msgnr msgv1 = i_sprot_x-var1 msgv2 = i_sprot_x-var2 msgv3 = i_sprot_x-var3 msgv4 = i_sprot_x-var4 exceptions message_type_not_valid = 1 not_active = 2 others = 3.
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting * CORRECTIONS_OPTION = ' ' * CORRECTIONS_FUNC_TEXT = ' ' * LINE_FROM = ' ' * LINE_TO = ' ' * OBJECT = ' ' * SEND_IF_ONE = ' ' * BATCH_LIST_TYPE = 'J' show_linno = ' ' * SHOW_LINNO_TEXT = ' ' * SHOW_LINNO_TEXT_LEN = '3' * IMPORTING * CORRECTIONS_WANTED = exceptions inconsistent_range = 1 no_messages = 2 others = 3.
ISB_POS_CHANGE_COMPLETE call function 'ISB_POS_CHANGE_COMPLETE' tables error_itab = sav_sprot_x wrk_jbixbae = sav_jbixwpo exceptions error_found = 1 others = 2.
ISB_POS_CHANGE_SAVE call function 'ISB_POS_CHANGE_SAVE' tables wrk_jbixbae = sav_jbixwpo exceptions error_while_saving = 1 others = 2.
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-001 textline2 = text-003 titel = text-002 * START_COLUMN = 25 * START_ROW = 6 importing answer = answer exceptions others = 1.
TRANSFER_NAMES_TO_FIELDS call function 'TRANSFER_NAMES_TO_FIELDS' exporting selectfield = fieldname tables fields = fields namelist = list_of_fields exceptions wrong_format_given = 01.
HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' selectfield = fieldname * TITEL = ' ' * NO_PERS_HELP_SELECT = ' ' * TITLE_IN_VALUES_LIST = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * REDUCED_STATUS_ONLY = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' * NO_DISPLAY_OF_PERS_VALUES = ' ' * FILTER_FULL_TABLE = ' ' importing ind = sav_index * select_value = tables fields = fields full_table = value_tzb0a user_sel_fields = shrinkfields * HEADING_TABLE = exceptions full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 others = 6.
DEQUEUE_ALL call function 'DEQUEUE_ALL' * EXPORTING * _SYNCHRON = ' ' exceptions others = 1.
ISB_POS_CHANGE_CHECK_INIT call function 'ISB_POS_CHANGE_CHECK_INIT' tables error_itab = e_sprot_x wrk_jbixbae = wrk_jbixbae exceptions error_found = 1 others = 2.
ISB_POS_CHANGE_CHECK call function 'ISB_POS_CHANGE_CHECK' exporting * SAV_CHECK = '3' flg_online = 'X' tables error_itab = e_sprot_x wrk_jbixbae = wrk_jbixbae exceptions error_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.