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

MF21AF00 SAP ABAP INCLUDE - Form Routines for Screen 1000: View (Request)







MF21AF00 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 MF21AF00 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 MF21AF00. "Basic submit
SUBMIT MF21AF00 AND RETURN. "Return to original report after report execution complete
SUBMIT MF21AF00 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 1000: View (Request)


INCLUDES used within this REPORT MF21AF00

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:

FC_POP_COPY_DIMEN call function 'FC_POP_COPY_DIMEN' exporting e_dimen_from = fc01base-dimen e_text1 = text-011 "Von: e_text2 = text-012 "Nach: e_titel = text-010 "Sicht kopieren importing i_answer = gd_answer "Kopieren: (Ja:1, Nein:0) i_dimen_from = ld_dimen_from i_dimen_to = ld_dimen_to.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' "TOB1741 exporting "TOB1741 e_id = 'DIMEN' "TOB1741 e_dimen = ld_dimen_from. "TOB1741

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' "TOB1741 exporting "TOB1741 e_id = 'DIMEN' "TOB1741 e_dimen = ld_dimen_to "TOB1741 e_actvt = '01'. "TOB1741

FC_GET_VERSIONS call function 'FC_GET_VERSIONS' exporting e_rvers = gd_lp_rvers importing i_strvs = gd_strvs.

FC_HANDLE_TF189 call function 'FC_HANDLE_TF189' exporting e_mode = 'I' e_dimen = ld_dimen_to e_strvs = gd_strvs * E_CONGR = * E_BUNIT = e_ryear_inv = gd_lp_ryear_inv e_perid_inv = gd_lp_perid_inv e_rvers = gd_lp_rvers tables t_tf189 = it_tf189 t_tf189_del = it_tf189_del t_tf189_wt = it_tf189_wt * T_NODES = exceptions others = 0.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = con_ja textline1 = text-020 "Möchten Sie wirklich löschen? * TEXTLINE2 = E03 titel = text-021 importing answer = gd_answer.

FC_AT_RECORDING_CHECK call function 'FC_AT_RECORDING_CHECK' exporting e_object = gd_customizing_object importing i_object_appendable = gd_recording_of_changes.

FC_AT_REQUEST_SAVE call function 'FC_AT_REQUEST_SAVE'.



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