BMR01F01 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 BMR01F01 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: DB Selection and Output
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING * LANGU = SY-LANGU * ONLY = ' ' TABNAME = TABLENAME * IMPORTING * HEADER = * RC = TABLES NAMETAB = TABINFO EXCEPTIONS INTERNAL_ERROR = 1 TABLE_HAS_NO_FIELDS = 2 TABLE_NOT_ACTIV = 3 NO_TEXTS_FOUND = 4 OTHERS = 5.
BL01_DYN_LIST_DISPLAY *CALL FUNCTION 'BL01_DYN_LIST_DISPLAY' * EXPORTING * APPLICATION = 'BNAV' ** LIST_GUI_FUNCTION = 'BM_DYN_LIST_USER_COMMAND' ** LIST_GUI_STATUS = 'DYN_LIST_STATUS' ** SCREEN_TITLE = ' ' * SELECT_FUNCTION = 'BM_DYN_LIST_SHOW' ** SET_POS_OFF = 0 ** SET_POS_ROW = 1 ** SET_POS_SCL = 0 ** STRU_GUI_FUNCTION = ' ' ** STRU_GUI_STATUS = ' ' ** TABNAME = ' ' ** X_END = 0 ** X_START = 0 ** Y_END = 0 ** Y_START = 0 ** IMPORTING ** FIELD_INDEX = ** RETURN_CODE = ** VALUE_INDEX = * TABLES * FIELDS = IBL01_VALUE * STANDARD_COLORS = IBL01_COLOR * STANDARD_COLTXT = IBL01_SPATX * STANDARD_REPORT = IBL01_LISTE * STANDARD_SELECT = IBL01_SELEC * STANDARD_STRUCT = IBL01_BAUM * STANDARD_TITLES = IBL01_TITEL * VALUETAB = ITSTATFCT * EXCEPTIONS * FIELD_NOT_IN_DDIC = 1 * LIST_WIDE = 2 * NO_TABLESTRUCTURE_GIVEN = 3 * VALUE_TABLE_EMPTY = 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.
BMR01F01 - DB Selection and Output BMEN_CORRMEN9 - Correction Report for Area Menu LE_INB_TRQ BMEN_CORRMEN9 - Correction Report for Area Menu LE_INB_TRQ BMEN_CORRMEN8 - Correction Report for Area Menu LE_INB_TRQ BMEN_CORRMEN8 - Correction Report for Area Menu LE_INB_TRQ BMEN_CORRMEN7 - Correction Report for Area Menu LE_INB_TRQ