RESDEDIMONJIT_USERCOMMAND 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 RESDEDIMONJIT_USERCOMMAND 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
JIT05_DISPLAY_TEXT_JITTE CALL FUNCTION 'JIT05_DISPLAY_TEXT_JITTE' EXPORTING jinum_iv = int_jited-jinum.
JIT06_SEARCH_KUNNR CALL FUNCTION 'JIT06_SEARCH_KUNNR' EXPORTING lifnr_iv = gt_header-lifnr knref_iv = gt_header-knref ablad_iv = gt_header-ablad IMPORTING kunnr_ev = kunnr_lv EXCEPTIONS not_found = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = gt_header-partn IMPORTING output = partn2_lv.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = partn_lv IMPORTING output = kunnr_lv.
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 CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-039 diagnose_object = 'JIT_IDOC_POPUP' text_question = text-036 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer TABLES parameter = spar_lt EXCEPTIONS text_not_found = 1 OTHERS = 2 .
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_edidc 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_edidc idoc_data = i_edidd EXCEPTIONS error_opening_idoc = 1 error_writing_idoc_status = 2 no_idocs = 3 OTHERS = 4.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-023 diagnose_object = 'EDMON_IDOC_DELETE'"'JIT_IDOC_DELETE' text_question = text-021 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer TABLES parameter = spar_lt EXCEPTIONS text_not_found = 1 OTHERS = 2 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-023 * diagnose_object = 'JIT_IDOC_DELETE' text_question = text * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer TABLES parameter = spar_lt EXCEPTIONS text_not_found = 1 OTHERS = 2 .
JIT06_SEARCH_KUNNR CALL FUNCTION 'JIT06_SEARCH_KUNNR' EXPORTING lifnr_iv = gt_header-lifnr knref_iv = gt_header-knref ablad_iv = gt_header-ablad IMPORTING kunnr_ev = kunnr_lv EXCEPTIONS not_found = 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 .
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'OVAI' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'JITV' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'OJIT3' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESDEDIMONJIT_USERCOMMAND - RESDEDIMONJITUSERCOMMAND RESDEDIMONJIT_DISPLAY - RESDEDIMONJITDISPLAY RESDEDIMONJIT_BUILD_CUSTO - RESDEDIMONJITBUILDCUSTO RESDEDIMONJIT - IDoc Monitor for Incoming JIT Calls RESDEDIMONJIT - IDoc Monitor for Incoming JIT Calls RESDEDIMON - IDoc Monitor for Incoming Forecast/JIT Delivery Schedules