FMKF_DEF_UTILS 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 FMKF_DEF_UTILS 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 for FMKF_DEF: Utility forms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Confirmation of edition'(102) diagnose_object = 'BUKF_EDIT_MODE' text_question = 'Do you want to continue?'(201) text_button_1 = 'Yes'(001) icon_button_1 = 'ICON_OKAY' text_button_2 = 'No'(002) icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = '' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = l_answer TABLES parameter = l_t_parameter.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BUKF_KF_T' * FIELDNAME = ' ' langu = sy-langu * LFIELDNAME = ' ' all_types = 'X' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES dfies_tab = l_t_field_f4 * FIXED_VALUES = EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3 .
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'BUKF_S_KF_HEADER' retfield = 'KEYFIG' * PVALKEY = ' ' dynpprog = u_repid dynpnr = u_dynnr dynprofield = c_dynprofield * STEPL = 0 window_title = text-500 * VALUE = ' ' value_org = 'S' multiple_choice = l_multchoice * DISPLAY = ' ' * callback_program = con_repid * callback_form = con_form_bwb mark_tab = l_t_mark_tab IMPORTING *User select nothing and press enter *different from the cancel button where we have no info except l_t_return_tab empty USER_RESET = l_flag_user_reset TABLES value_tab = l_t_f4_table * FIELD_TAB = return_tab = l_t_return_tab * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 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.
FMKF_DEF_UTILS - Include for FMKF_DEF: Utility forms FMKF_DEF_TERM_F4_HELP - Include FMKF_DEF_TERM_F4_HELP FMKF_DEF_SCREEN_UTILS - Include for FMKF_DEF: Screen utilities FMKF_DEF_SCREEN_2250 - Include for FMKF_DEF: Screen 2250 FMKF_DEF_SCREEN_2210 - Include for FMKF_DEF: Screen 2210 FMKF_DEF_SCREEN_2200 - Include for FMKF_DEF: Screen 2200