MF21CF00 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 MF21CF00 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: Hierarchies (Request)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_POP_COPY_HRCHY call function 'FC_POP_COPY_HRCHY' exporting e_dimen = gd_lp_dimen e_hrchy_from = fc01base-hrchy e_text1 = text-011 "Von: e_text2 = text-012 "Nach: e_titel = ld_hrchy_cpt "Kopieren
importing i_answer = gd_answer "Kopieren: (Ja:1, Nein:0) i_hrchy_from = ld_hrchy_from i_hrchy_to = ld_hrchy_to.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = con_ja textline1 = text-020 "Möchten Sie wirklich löschen? titel = ld_hrchy_dlt 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_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF190' e_object = gd_customizing_object tables it_keylist = it_at_tf190.
FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF191' e_object = gd_customizing_object tables it_keylist = it_at_tf191.
FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF192' e_object = gd_customizing_object tables it_keylist = it_at_tf192.
FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF193' e_object = gd_customizing_object tables it_keylist = it_at_tf193.
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.
MF21CF00 - Form Routines for Screen 1000: Hierarchies (Request) MF21BTOP - Data Declarations (CU and CG) MF21BO32 - documentation and ABAP source code MF21BO31 - documentation and ABAP source code MF21BO21 - PBO Modules for Screen 2100, CG: Master Data MF21BO20 - PBO Modules for Screen 2000, CG: Request