WDR01F02 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 WDR01F02 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: Form Include
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_EGER_FORALL_LOGIKNR CALL FUNCTION 'ISU_DB_EGER_FORALL_LOGIKNR' * IMPORTING * Y_COUNT = TABLES t_v_eger = t_v_eger EXCEPTIONS not_found = 1 OTHERS = 2.
ISU_DB_EASTL_SELECT CALL FUNCTION 'ISU_DB_EASTL_SELECT' EXPORTING * X_ANLAGE = x_logiknr = x_logiknr x_ab = co_date_infinite x_bis = co_date_infinite IMPORTING * Y_COUNT = y_eastl = y_s_eastl * TABLES * T_EASTL = * T_EASTL_OLD = * T_EASTL_KEY_LOGIKNR = EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.
ISU_DB_EANL_SELECT CALL FUNCTION 'ISU_DB_EANL_SELECT' EXPORTING x_anlage = x_anlage * X_KEYDATE = IMPORTING y_v_eanl = y_v_eanl EXCEPTIONS not_found = 1 system_error = 2 invalid_date = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = x_log_handle x_action = co_msg_log_off * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
ISU_TW_INTERVAL_CHECK CALL FUNCTION 'ISU_TW_INTERVAL_CHECK' TABLES txy_equi_intvl = t_equi_intvl EXCEPTIONS OTHERS = 1.
ISU_TW_INTERVAL_CHECK CALL FUNCTION 'ISU_TW_INTERVAL_CHECK' TABLES txy_equi_intvl = t_pruef_intvl EXCEPTIONS OTHERS = 1.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = x_log_handle x_action = co_msg_log_on * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
ISU_DB_EGER_FORALL CALL FUNCTION 'ISU_DB_EGER_FORALL' * IMPORTING * Y_COUNT = TABLES t_v_eger = t_v_eger EXCEPTIONS not_found = 1 OTHERS = 2.
ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = co_device * X_LENGTH = 50 x_line_count = 1 * X_READ_ADRC_REGIO = ' ' * X_READ_ISU_DATA = ' ' * X_READ_MRU = ' ' * X_READ_KONZ = ' ' * X_READ_BUKRS = ' ' * X_ADDRNUMBER = * X_PARTNER = * X_HAUS = * X_VSTELLE = x_devloc = t_v_eger-devloc * X_ANLAGE = * X_EKUN_EXT = * X_EHAU = * X_EVBS = * X_EGPL = * X_EANL = * X_BUKRS = ' ' * X_SPARTE = ' ' * X_AKLASSE = ' ' * X_ADDR_OBJ = IMPORTING y_addr_lines = adrlines * Y_LINE_COUNT = * Y_EADRDAT = * Y_ADRC_REGIO = * Y_ADDR_DATA = EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'EQUI_SEL' retfield = 'EQUNR' window_title = text-t38 value_org = 'S' multiple_choice = 'X' TABLES value_tab = t_equi_sel return_tab = back_tab.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = wa_back-fieldval IMPORTING output = con_equnr.
ISU_DB_TE063_SINGLE CALL FUNCTION 'ISU_DB_TE063_SINGLE' EXPORTING x_herstell = x_herst * IMPORTING * Y_TE063 = EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_PMPLANT_DETERMINE_NOTIF CALL FUNCTION 'ISU_PMPLANT_DETERMINE_NOTIF' EXPORTING x_notifcode = wa_notif_data-notif_code * X_NOTPROFILE = x_regiogroup = t_itab_equi-regiogroup * X_ROLE = 20500033 IMPORTING y_iwerk = wa_notif_data-iwerk EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
ISU_PMPLANT_DETERMINE_NOTIF CALL FUNCTION 'ISU_PMPLANT_DETERMINE_NOTIF' EXPORTING x_notifcode = wa_notif_data-notif_code * X_NOTPROFILE = x_regiogroup = t_itab_pruef-regiogroup * X_ROLE = 20500033 IMPORTING y_iwerk = wa_notif_data-iwerk EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_off * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
ISU_PMPLANT_DETERMINE_NOTIF CALL FUNCTION 'ISU_PMPLANT_DETERMINE_NOTIF' EXPORTING x_notifcode = wa_notif_data-notif_code * X_NOTPROFILE = x_regiogroup = regiogroup * X_ROLE = 20500033 IMPORTING y_iwerk = wa_notif_data-iwerk EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_on * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_on * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_off * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
ISU_PMPLANT_DETERMINE_NOTIF CALL FUNCTION 'ISU_PMPLANT_DETERMINE_NOTIF' EXPORTING x_notifcode = wa_notif_data-notif_code * X_NOTPROFILE = x_regiogroup = regiogroup * X_ROLE = 20500033 IMPORTING y_iwerk = wa_notif_data-iwerk EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_on * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_on * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_off * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
ISU_PMPLANT_DETERMINE_NOTIF CALL FUNCTION 'ISU_PMPLANT_DETERMINE_NOTIF' EXPORTING x_notifcode = wa_notif_data-notif_code * X_NOTPROFILE = x_regiogroup = regiogroup * X_ROLE = 20500033 IMPORTING y_iwerk = wa_notif_data-iwerk EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_on * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_on * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_off * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
ISU_PMPLANT_DETERMINE_NOTIF CALL FUNCTION 'ISU_PMPLANT_DETERMINE_NOTIF' EXPORTING x_notifcode = wa_notif_data-notif_code * X_NOTPROFILE = x_regiogroup = regiogroup * X_ROLE = 20500033 IMPORTING y_iwerk = wa_notif_data-iwerk EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_on * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = log_handle x_action = co_msg_log_on * IMPORTING * Y_LAST_MSG = EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
ISU_CREATE_NOTIFICATION CALL FUNCTION 'ISU_CREATE_NOTIFICATION' EXPORTING x_commit = ' ' x_appl_log = 'X' x_reset = 'X' TABLES txy_notif_data = t_notif_data.
ISU_EGTUR_SET_MELDUNG CALL FUNCTION 'ISU_EGTUR_SET_MELDUNG' * EXPORTING * X_EQUNR = * X_MELDUNG = TABLES t_meldung_tab = t_egtur_upd_tab.
ISU_DB_TE571_UPDATE CALL FUNCTION 'ISU_DB_TE571_UPDATE' IN UPDATE TASK EXPORTING * X_TE571 = x_upd_mode = co_upd_modify TABLES t_te571 = t_te571_upd_tab EXCEPTIONS OTHERS = 1.
ISU_STRUCTURE_READ CALL FUNCTION 'ISU_STRUCTURE_READ' EXPORTING x_is_complete = co_flag_notmarked x_structure = co_flag_notmarked x_ab = x_date x_bis = x_date x_text = co_flag_notmarked x_language = sy-langu x_progress_display = co_flag_notmarked TABLES xt_path = ipath " reading path * YT_STRUC = * T_BCONT = * T_EABL = * T_EABLG = * T_EABP = * T_EADZ = * T_EANL = * T_EASTI = * T_EASTL = * T_EASTS = * T_EAUS = * T_EAUSV = * T_EEIN = * T_EEINV = t_eger = ieger * T_EGPL = * T_EHAU = t_ekun = iekun * T_ETDZ = * T_ETTIF = * T_EVBS = * T_EVER = * T_EZUG = * T_EZUZ = * T_FKKVKP = * T_TE420 = * T_TE422 = EXCEPTIONS path_invalid = 1 date_invalid = 2 selection_failed = 3 OTHERS = 4.
DEQUEUE_E_EGTUR CALL FUNCTION 'DEQUEUE_E_EGTUR' EXPORTING _SYNCHRON = 'X'.
DEQUEUE_E_TE571 CALL FUNCTION 'DEQUEUE_E_TE571' EXPORTING LOS = x_los _SYNCHRON = 'X'.
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 WDR01F02 or its description.