MF21AF10 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 MF21AF10 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 Routines for Screen 1100: View (Master Data)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ld_bunit IMPORTING output = ld_bunit EXCEPTIONS OTHERS = 1.
FC_GET_DOMAIN_VALUES * call function 'FC_GET_DOMAIN_VALUES' "begin of "wis180698 * exporting * dname = 'FC_EXTERNAL' * tables * i_dd07v_tab = it_domain_values * exceptions * illegal_value = 1 * no_domain_found = 2 * no_values_found = 3 * others = 4.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'FC_EXTERNAL' value = '1' texts_only = 'X' IMPORTING dd07v_wa = it_domain_values EXCEPTIONS not_found = 1 illegal_input = 2. "end of "wis180698
CONVERSION_EXIT_ALPHA_INPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' * EXPORTING * input = ld_bunit * IMPORTING * output = ld_bunit * EXCEPTIONS * OTHERS = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "xrp030798 EXPORTING "xrp030798 text_question = text-q01 "xrp030798 default_button = '2' "xrp030798 display_cancel_button = ' ' "xrp030798 IMPORTING "xrp030798 answer = ld_answer. "xrp030798
FC_POP_CHANGE_LANGUAGE CALL FUNCTION 'FC_POP_CHANGE_LANGUAGE' EXPORTING e_language = gd_langu e_titel = ''(013) IMPORTING i_answer = gd_answer i_language = gd_langu.
FC_POP_LISTING CALL FUNCTION 'FC_POP_LISTING' EXPORTING e_dimen = fc01base-dimen e_object = v_object e_titel = ld_titel EXCEPTIONS not_found = 01.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = id_dokclass doklangu = id_langu dokname = id_dokname msg_var_1 = id_msgv1 msg_var_2 = id_msgv2 msg_var_3 = id_msgv3 msg_var_4 = id_msgv4 TABLES links = lt_tline EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.
FC_COI_SYSTEM_USAGE_GET CALL FUNCTION 'FC_COI_SYSTEM_USAGE_GET' EXPORTING i_dimen = i_dimen IMPORTING e_ustpflg = l_ustpflg e_puaflg = l_puaflg e_ocflg = l_ocflg.
POPUP_DISPLAY_TEXT_USER_BUTTON CALL FUNCTION 'POPUP_DISPLAY_TEXT_USER_BUTTON' EXPORTING popup_title = l_title * START_COLUMN = 5 * START_ROW = 5 * DOCU_CLASS = 'DT' text_object = l_docu_obj display_ok_button = lf_ok_button display_cancel_button = con_x IMPORTING answer = l_answ TABLES user_buttons = lt_buttons parameter = lt_params EXCEPTIONS error_in_text = 1 text_not_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.
MF21AF10 - Form Routines for Screen 1100: View (Master Data) MF21AF00 - Form Routines for Screen 1000: View (Request) MF210TOP - Data Declaration for SAPMF210 (Fin. Statement Items) MF210O64 - PBO Modules for Screen 1640: Sub-item List (Fast Entry) MF210O63 - PBO Modules for Screen 1630: Sub-item Texts MF210O62 - PBO Modules for Screen 1620: Sub-items (Master Data)