MF21BF10 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 MF21BF10 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: CU Request
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_FIELD_SCREEN_PBO_INIT CALL FUNCTION 'FC_FIELD_SCREEN_PBO_INIT' EXPORTING e_prog = l_prog e_dnum = l_dnum e_display = l_flg_show.
FC_VIEW_TRANSFER_INIT CALL FUNCTION 'FC_VIEW_TRANSFER_INIT' EXPORTING e_cactt = gs_scr_cntrl_1-cactt e_itkey = gs_scr_cntrl_1-id IMPORTING et_fdisp = gs_scr_cntrl_1-it_fdisp.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = text-003 diagnosetext2 = text-004 diagnosetext3 = text-005 textline1 = text-006 textline2 = text-007 titel = text-002 cancel_display = ' ' IMPORTING answer = ld_answer.
FC_SAVE_SAP_TABLES * CALL FUNCTION 'FC_SAVE_SAP_TABLES' * EXPORTING * e_lp_dimen = go_gp->dimen * e_lp_rvers = go_gp->rvers * e_lp_ryear = go_gp->ryear * e_lp_perid = go_gp->perid * e_cg_cu = ld_bunit * e_assignment_change = ld_assignment_change * e_calling_tcode = sy-tcode * .
FC_GET_MEMORY_ID CALL FUNCTION 'FC_GET_MEMORY_ID' EXPORTING e_cu_flag = con_x IMPORTING i_memory_id = gd_id1 EXCEPTIONS OTHERS = 1.
FC_GET_MEMORY_ID CALL FUNCTION 'FC_GET_MEMORY_ID' EXPORTING e_cg_flag = con_x IMPORTING i_memory_id = gd_id1 EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.