SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

MF21AF10 SAP ABAP INCLUDE - Form Routines for Screen 1100: View (Master Data)







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


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 MF21AF10. "Basic submit
SUBMIT MF21AF10 AND RETURN. "Return to original report after report execution complete
SUBMIT MF21AF10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Routines for Screen 1100: View (Master Data)


INCLUDES used within this REPORT MF21AF10

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:

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.



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