RWRFDF01 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 RWRFDF01 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 RWRFDF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EPRICAT_INPUT call function 'ENQUEUE_EPRICAT_INPUT' exporting mode_pricat_k001 = 'E' mode_pricat_k003 = 'E' mandt = sy-mandt prinbr = i_prinbr * PRODUCTGROUP = * EAN_UPC_BASE = * VALIDITY_BASE = x_prinbr = 'X' * X_PRODUCTGROUP = ' ' * X_EAN_UPC_BASE = ' ' * X_VALIDITY_BASE = ' ' _scope = '2' _wait = ' ' _collect = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.
DELETE_PRICE_CATALOGUE call function 'DELETE_PRICE_CATALOGUE' in update task exporting i_prinbr = ld_identifier->prinbr.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * ddic_structure = '' retfield = 'SO_NAME' * PVALKEY = ' ' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'SO_NAME-LOW' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = tables value_tab = lt_value * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'SO_NAME' * PVALKEY = ' ' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'SO_NAME-HIGH' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = tables value_tab = lt_value * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-006 "delete pricat catalogue * DIAGNOSE_OBJECT = ' ' text_question = text_question "Really delete ? * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = importing answer = answer * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = i_log_handle i_s_msg = ls_msg * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = i_log_handle i_s_msg = ls_msg * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log importing e_log_handle = ch_log_handle exceptions log_header_inconsistent = 1 others = 2.
BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting * I_CLIENT = SY-MANDT i_in_update_task = 'X' * I_SAVE_ALL = ' ' i_t_log_handle = lt_log_handle * IMPORTING * E_NEW_LOGNUMBERS = exceptions log_not_found = 1 save_not_allowed = 2 numbering_error = 3 others = 4.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting * i_s_display_profile = i_t_log_handle = lt_log_handle * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * IMPORTING * E_S_EXIT_COMMAND = exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.