MF21BF01 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 MF21BF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'TF166' langu = sy-langu tables dfies_tab = lt_dfies.
STC1_CREATE_HANDLE CALL FUNCTION 'STC1_CREATE_HANDLE' EXPORTING header = space tabname = 'TF166' * DISPLAY_ONLY = con_X ENDLESS = con_x * DISPLAY_TOGGLE = * SORT_FORBIDDEN = * MODIFY_CHECK = * INSERT_CHECK = * COPY_CHECK = * DELETE_CHECK = * MODIFY_DISP_FIELD = * EXPORT_MODULE = * PASTE_MODULE = * CUT_MODULE = NO_INSERT = con_x NO_DELETE = con_x NO_MOVE = con_x NO_UNDO = con_x NO_BUTTON = con_x * NO_PICK = con_x * ADDITIONAL_BUTTON = * ADD_BUTTON_CALL = * ADD_BUTTON_POSITION = * ADD_BUTTON_HEADER = * MAXWIDTH = UNIQUE_KEY = con_X NO_MARKER = con_x * SINGLE_LINE_SELECT = IMPORTING dynproreport = gs_table-program dynpronr = gs_table-dynsub tabhandle = gs_table-handle TABLES * NAMETAB = lt_dfies FIELDDIF = lt_dif * BUTTON_LIST = EXCEPTIONS NO_MORE_TABLES = 1 TOO_MANY_FIELDS = 2 NAMETAB_NOT_VALID = 3 HANDLE_NOT_VALID = 4 OTHERS = 5 .
STC1_PUT_DATA call function 'STC1_PUT_DATA' exporting handle = gs_table-handle tables table = lt_tf166 exceptions no_more_tables = 1 too_many_fields = 2 nametab_not_valid = 3 handle_not_valid = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.