RESDEDIMON is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use the monitor to select and further process the inbound forecast and JIT delivery schedules...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RESDEDIMON into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMFOR - Monitor for Forecast/JIT Del.Sched.
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.
Selection Text: CIMTYP = D .
Selection Text: ARCKEY = D .
Selection Text: VTRNR = Purchase Order Number
Selection Text: UPDTIM = Time Last Change Was Made
Selection Text: UPDDAT = Last Changed On
Selection Text: TEST = Test Option
Selection Text: STATUS = Current Status
Selection Text: SNDSNA = International Address
Selection Text: SNDPRT = Partner Type of Sender
Selection Text: SNDPRN = Partner Number of Sender
Selection Text: SNDPOR = Port of Sender
Selection Text: SNDPFC = Partner Function of Sender
Selection Text: RCVSNA = International Address
Selection Text: RCVPRT = Partner Type of Recipient
Selection Text: RCVPRN = Partner Number of Recipient
Selection Text: RCVPOR = Port of Recipient
Selection Text: RCVPFC = Partner Function of Recipient
Selection Text: RCVLAD = Logical Addr. of Recipient
Selection Text: PARTN_WE = Goods Recipient/Ship-To Party
Selection Text: PARTN_LF = Our Vendor Number
Selection Text: PARTN_AG = Sold-to Party
Selection Text: MESTYP = Logical Message
Selection Text: KWERK = Customer Plant
Selection Text: KTEXT = Description
Selection Text: IDNKD = Customer Material
Selection Text: DFABL = Unloading Point
Selection Text: CREDAT = D .
Selection Text: STDVRS = D .
Selection Text: STDMES = D .
Selection Text: STD = D .
Selection Text: SNDSMN = D .
Selection Text: SNDSLF = D .
Selection Text: SNDSDF = D .
Selection Text: SNDSCA = D .
Selection Text: SNDSAD = D .
Selection Text: SNDLAD = D .
Selection Text: SERIAL = D .
Selection Text: REFMES = D .
INCLUDE RESDEDI_DATA.
INCLUDE RESDEDI_DAT46.
INCLUDE RESDEDI_INIT.
INCLUDE RESDEDI_CREATEICONS.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELECTION_SCREEN' TABLES p_exclude = gt_extab.
MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING language = sy-langu msg_id = p_msg_id msg_no = p_msg_no msg_var1 = msg_var1 msg_var2 = msg_var2 msg_var3 = msg_var3 IMPORTING msg_text = msg_text EXCEPTIONS function_not_completed = 1 message_not_found = 2 OTHERS = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = msg_text.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-028 "Statushistorie i_tabname = 'STATUSHIST' it_fieldcat = s_fieldcat[] it_excluding = gt_extab[] TABLES t_outtab = statushist EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'STATUSHIST' * I_BACKGROUND_ID = ' ' i_grid_title = text-028 * I_GRID_SETTINGS = * IS_LAYOUT = it_fieldcat = s_fieldcat[] it_excluding = gt_extab[] * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = i_screen_start_column = 10 i_screen_start_line = 5 i_screen_end_column = 132 i_screen_end_line = 20 TABLES t_outtab = statushist EXCEPTIONS program_error = 1 OTHERS = 2.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' "#EC FB_OLDED EXPORTING defaultoption = 'Y' diagnosetext1 = text-022 textline1 = text textline2 = text-025 titel = text-026 cancel_display = ' ' IMPORTING answer = answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' "#EC FB_OLDED EXPORTING defaultoption = 'Y' diagnosetext1 = idoc_edidc-docnum textline1 = text-035 textline2 = text-036 titel = text-037 cancel_display = ' ' IMPORTING answer = answer.
APPLICATION_IDOC_POST_IMMEDIAT CALL FUNCTION 'APPLICATION_IDOC_POST_IMMEDIAT' * EXPORTING * ERROR_FLAG = C_FALSE * INBOUND_PARTNER_PROFILE = * DO_COMMIT = C_TRUE TABLES idoc_control = idoc_control idoc_data = i_edidd EXCEPTIONS error_opening_idoc = 1 error_writing_idoc_status = 2 no_idocs = 3 OTHERS = 4.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' "#EC FB_OLDED EXPORTING defaultoption = 'Y' diagnosetext1 = idoc_edidc-docnum textline1 = text-038 textline2 = text-036 titel = text-039 cancel_display = ' ' IMPORTING answer = answer.
APPLICATION_IDOC_POST_IMMEDIAT CALL FUNCTION 'APPLICATION_IDOC_POST_IMMEDIAT' * EXPORTING * ERROR_FLAG = C_FALSE * INBOUND_PARTNER_PROFILE = * DO_COMMIT = C_TRUE TABLES idoc_control = idoc_control idoc_data = i_edidd EXCEPTIONS error_opening_idoc = 1 error_writing_idoc_status = 2 no_idocs = 3 OTHERS = 4.
APPLICATION_IDOC_POST_IMMEDIAT CALL FUNCTION 'APPLICATION_IDOC_POST_IMMEDIAT' * EXPORTING * ERROR_FLAG = C_FALSE * INBOUND_PARTNER_PROFILE = * DO_COMMIT = C_TRUE TABLES idoc_control = idoc_control idoc_data = i_edidd EXCEPTIONS error_opening_idoc = 1 error_writing_idoc_status = 2 no_idocs = 3 OTHERS = 4.
EDM01_DELETE_IDOC CALL FUNCTION 'EDM01_DELETE_IDOC' EXPORTING docnum_iv = int_bdidocstat-docnum TABLES ct_bdidocstat = del_bdidocstat EXCEPTIONS not_possible = 1 OTHERS = 2.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'Y' DIAGNOSETEXT1 = TEXT-022 TEXTLINE1 = TEXT TEXTLINE2 = TEXT-163 TITEL = TEXT-023 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = ANSWER.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-029 "Legende i_tabname = 'LEGENDE' it_fieldcat = l_fieldcat[] it_excluding = gt_extab[] TABLES t_outtab = legende EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'LEGENDE' * I_BACKGROUND_ID = ' ' i_grid_title = text-029 * I_GRID_SETTINGS = * IS_LAYOUT = it_fieldcat = l_fieldcat[] it_excluding = gt_extab[] * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = i_screen_start_column = 10 i_screen_start_line = 5 i_screen_end_column = 90 i_screen_end_line = 20 TABLES t_outtab = legende EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-089 i_selection = 'X' i_scroll_to_sel_line = 'X' i_tabname = 'IMG_AUS' it_fieldcat = w_fieldcat[] it_excluding = gt_extab[] IMPORTING es_selfield = rs_selfield TABLES t_outtab = img_aus EXCEPTIONS program_error = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln1 IMPORTING output = vbeln1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln2 IMPORTING output = vbeln2.
IDOC_INPUT CALL FUNCTION 'IDOC_INPUT' EXPORTING no_of_retries = 0 mass_processing = 'X' input_method = method end_event_enabled = 'X' IDOC_START_EVENT_ENABLED = C_FALSE "Note 1818898 * END_EVENT_ALWAYS = C_FALSE * DO_COMMIT = C_TRUE * PROCESS_CODE = * IMPORTING * EXCEPTION_VALUE = * INPUT_SUCCEEDED_FOR_ALL = TABLES unprocessed_idocs = idoc_num idoc_data = i_edidd idoc_control = i_edidc EXCEPTIONS idoc_open_lock = 1 idoc_open_not_exist = 2 idoc_open_invalid = 3 idoc_open_already = 4 idoc_write_number_invalid = 5 idoc_write_status_invalid = 6 idoc_write_no_status = 7 idoc_write_lock = 8 idoc_write_db_error = 9 idoc_close_not_open = 10 idoc_close_db_error = 11 idoc_close_parameter_error = 12 idoc_close_no_status_written = 13 idocs_do_not_exist = 14 idocs_have_no_data_records = 15 unprocessed_idocs_empty = 16 OTHERS = 17 .
IDOC_STATUS_WRITE_TO_DATABASE CALL FUNCTION 'IDOC_STATUS_WRITE_TO_DATABASE' EXPORTING idoc_number = dele_docnum TABLES idoc_status = dele_bdidocstat "note 701895 EXCEPTIONS idoc_foreign_lock = 1 idoc_not_found = 2 idoc_status_records_empty = 3 idoc_status_invalid = 4 db_error = 5 OTHERS = 6.
SWE_EVENT_CREATE CALL FUNCTION 'SWE_EVENT_CREATE' EXPORTING objtype = 'IDOCDELINS' objkey = idoc_objkey event = 'INPUTFINISHED' * CREATOR = ' ' * TAKE_WORKITEM_REQUESTER = ' ' * START_WITH_DELAY = ' ' start_recfb_synchron = 'X' * NO_COMMIT_FOR_QUEUE = ' ' * DEBUG_FLAG = ' ' * NO_LOGGING = ' ' * IDENT = * IMPORTING * EVENT_ID = * TABLES * EVENT_CONTAINER = EXCEPTIONS objtype_not_found = 1 OTHERS = 2 .
SWE_EVENT_CREATE CALL FUNCTION 'SWE_EVENT_CREATE' EXPORTING objtype = 'ESDIDOC' objkey = idoc_objkey event = 'INPUTFINISHED' * CREATOR = ' ' * TAKE_WORKITEM_REQUESTER = ' ' * START_WITH_DELAY = ' ' start_recfb_synchron = 'X' * NO_COMMIT_FOR_QUEUE = ' ' * DEBUG_FLAG = ' ' * NO_LOGGING = ' ' * IDENT = * IMPORTING * EVENT_ID = * TABLES * EVENT_CONTAINER = EXCEPTIONS objtype_not_found = 1 OTHERS = 2 .
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_structure_name = 'ESD_INFO1' is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = IT_SORT[] * IT_FILTER = LT_FILTER * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_tab_all EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = it_sort[] * IT_FILTER = LT_FILTER * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = i_tabname_header = 'GT_HEADER' i_tabname_item = 'GT_INFO' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = gs_keyinfo * IS_PRINT = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = gt_header t_outtab_item = gt_info EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING es_layout = gs_layout et_fieldcat = gt_fieldcat[] * ET_SORT = T_SLIS_SORT * ET_FILTER = * ES_LIST_SCROLL = es_variant = g_variant * E_WIDTH = * ET_MARKED_COLUMNS = * ET_FILTERED_ENTRIES = * ET_FILTERED_ENTRIES_HEADER = * ET_FILTERED_ENTRIES_ITEM = TABLES et_outtab = gt_tab_all * ET_OUTTAB_HEADER = GT_HEADER * ET_OUTTAB_ITEM = GT_INFO * ET_COLLECT00 = * ET_COLLECT01 = * ET_COLLECT02 = * ET_COLLECT03 = * ET_COLLECT04 = * ET_COLLECT05 = * ET_COLLECT06 = * ET_COLLECT07 = * ET_COLLECT08 = * ET_COLLECT09 = EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING is_layout = gs_layout it_fieldcat = gt_fieldcat[].
ESD01_IDOC_MESSAGE_READ CALL FUNCTION 'ESD01_IDOC_MESSAGE_READ' EXPORTING idoc_number = gt_info-docnum TABLES idoc_status = t_idoc_status all_status = t_idoc_status.
BAPI_MESSAGE_GETDETAIL CALL FUNCTION 'BAPI_MESSAGE_GETDETAIL' DESTINATION rfcdest EXPORTING id = t_idoc_status-stamid number = t_idoc_status-stamno * LANGUAGE = SY-LANGU textformat = 'ASC' * LINKPATTERN = * MESSAGE_V1 = * MESSAGE_V2 = * MESSAGE_V3 = * MESSAGE_V4 = IMPORTING message = apo_message * RETURN = * TABLES * TEXT = messtab EXCEPTIONS communication_failure = 1 MESSAGE msg_text system_failure = 2 MESSAGE msg_text.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text_question display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
ESD01_IDOC_MESSAGE_READ CALL FUNCTION 'ESD01_IDOC_MESSAGE_READ' EXPORTING idoc_number = int_edidc-docnum IMPORTING idoc_message = messtxt TABLES idoc_status = t_idoc_status all_status = all_idoc_status.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'GRUPPE' dynpprog = g_repid dynpnr = '1100' dynprofield = 'GRUPPE' value_org = 'S' display = ' ' TABLES value_tab = int_esdmsg return_tab = f4ret EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
ESD01_IDOC_MESSAGE_READ CALL FUNCTION 'ESD01_IDOC_MESSAGE_READ' EXPORTING idoc_number = gt_header-docnum IMPORTING idoc_message = messtxt TABLES idoc_status = t_idoc_status all_status = t_idoc_status.
SWE_EVENT_CREATE CALL FUNCTION 'SWE_EVENT_CREATE' EXPORTING objtype = 'ESDIDOC' objkey = idoc_objkey event = 'INPUTFINISHED' * CREATOR = ' ' * TAKE_WORKITEM_REQUESTER = ' ' * START_WITH_DELAY = ' ' start_recfb_synchron = 'X' * NO_COMMIT_FOR_QUEUE = ' ' * DEBUG_FLAG = ' ' * NO_LOGGING = ' ' * IDENT = * IMPORTING * EVENT_ID = * TABLES * EVENT_CONTAINER = EXCEPTIONS objtype_not_found = 1 OTHERS = 2 .
SWE_EVENT_CREATE CALL FUNCTION 'SWE_EVENT_CREATE' EXPORTING objtype = 'IDOCDELINS' objkey = idoc_objkey event = 'INPUTFINISHED' * CREATOR = ' ' * TAKE_WORKITEM_REQUESTER = ' ' * START_WITH_DELAY = ' ' start_recfb_synchron = 'X' * NO_COMMIT_FOR_QUEUE = ' ' * DEBUG_FLAG = ' ' * NO_LOGGING = ' ' * IDENT = * IMPORTING * EVENT_ID = * TABLES * EVENT_CONTAINER = EXCEPTIONS objtype_not_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.
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 RESDEDIMON or its description.