SAP Reports / Programs | Just-In-Time Processing | Industry Solution Automotive | Just-In-Time Processing(IS-A-JIT) SAP IS

RESDEDIJIT_ALVFUNCTIONS SAP ABAP INCLUDE - RESDEDIJITALVFUNCTIONS







RESDEDIJIT_ALVFUNCTIONS 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 RESDEDIJIT_ALVFUNCTIONS into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RESDEDIJIT_ALVFUNCTIONS. "Basic submit
SUBMIT RESDEDIJIT_ALVFUNCTIONS AND RETURN. "Return to original report after report execution complete
SUBMIT RESDEDIJIT_ALVFUNCTIONS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RESDEDIJIT_ALVFUNCTIONS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

IDOC_INPUT CALL FUNCTION 'IDOC_INPUT' EXPORTING no_of_retries = 0 mass_processing = 'X' input_method = method end_event_enabled = 'X' * END_EVENT_ALWAYS = C_FALSE * DO_COMMIT = C_TRUE * PROCESS_CODE = * IMPORTING * EXCEPTION_VALUE = * INPUT_SUCCEEDED_FOR_ALL = TABLES unprocessed_idocs = unproc_idoc1 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_INPUT CALL FUNCTION 'IDOC_INPUT' EXPORTING no_of_retries = 0 mass_processing = 'X' input_method = method end_event_enabled = 'X' * END_EVENT_ALWAYS = C_FALSE * DO_COMMIT = C_TRUE * PROCESS_CODE = * IMPORTING * EXCEPTION_VALUE = * INPUT_SUCCEEDED_FOR_ALL = TABLES unprocessed_idocs = unproc_idoc 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 = int_bdidocstat-docnum TABLES idoc_status = DELE_BDIDOCSTAT "note 1100225 EXCEPTIONS idoc_foreign_lock = 1 idoc_not_found = 2 idoc_status_records_empty = 3 idoc_status_invalid = 4 db_error = 5 OTHERS = 6.

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_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 = * 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_header-docnum TABLES idoc_status = t_idoc_status all_status = all_status_lt.



Contribute (Add Comments)

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 RESDEDIJIT_ALVFUNCTIONS or its description.