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
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 1000: View (Request)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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) MF210O61 - PBO Modules for Screen 1610: Sub-item List