SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

MON20F01 SAP ABAP INCLUDE - Application monitor: DB memory assignment - input and format data







MON20F01 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 MON20F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MON20F01. "Basic submit
SUBMIT MON20F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MON20F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Application monitor: DB memory assignment - input and format data


INCLUDES used within this REPORT MON20F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

OBJECT_PRODUCT_RELATE CALL FUNCTION 'OBJECT_PRODUCT_RELATE' EXPORTING OBJEKTNAME = OBJEKT OBJEKTTYP = TYPUS TABLES HIETAB = LHIETAB EXCEPTIONS OBJECT_NOT_RELATED = 01 TYPE_NOT_SPECIFIED = 02.

DB_STATISTICS_DATA_READ CALL FUNCTION 'DB_STATISTICS_DATA_READ' EXPORTING TABLECLASS = EDisplay_Mode ACTIV_DATA = 'A' " TIME_BEGIN = " TIME_END = " SIGNI = TABLES DBSTAT = ITSTAM EXCEPTIONS INPUT_INCONSISTENCE = 01 NO_DATA_FOUND = 02.

PRODUCT_COMPONENT_TEXT CALL FUNCTION 'PRODUCT_COMPONENT_TEXT' EXPORTING * apnam = name_pointer "ALRK056544 APNAM = LOCAL_APNAM "ALRK056544 LEVEL = LEVEL_NUM IMPORTING APTXT = TEXT EXCEPTIONS TEXT_NOT_FOUND = 01.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = TABNAME LANGU = SY-LANGU TABLES NAMETAB = TABINFO EXCEPTIONS INTERNAL_ERROR = 01 TABLE_HAS_NO_FIELDS = 02 TABLE_NOT_ACTIV = 03.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING NO_VALUE_CHECK = ' ' POPUP_TITLE = POPUP_TITLE START_COLUMN = '22' START_ROW = '7' IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FIELDS EXCEPTIONS ERROR_IN_FIELDS = 01.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING CURSORLINE = 2 MARK_FLAG = ' ' MARK_MAX = 1 START_COL = 25 START_ROW = 1 TEXTLINE1 = TEXT-075 *D 'Nach welchen Kriterien ' TEXTLINE2 = TEXT-076 *D 'soll die zeitliche Entwicklung' TEXTLINE3 = TEXT-077 *D 'angezeigt werden? ' TITEL = TEXT-074 *D 'Analysemodus setzen ' IMPORTING ANSWER = ANSWER TABLES T_SPOPLI = HISTORY_MLIST EXCEPTIONS NOT_ENOUGH_ANSWERS = 01 TOO_MUCH_ANSWERS = 02 TOO_MUCH_MARKS = 03.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING CURSORLINE = 3 MARK_FLAG = ' ' MARK_MAX = 1 START_COL = 25 START_ROW = 1 TEXTLINE1 = TEXT-102 *D 'Signifikanz-Niveau der Analyse' TEXTLINE2 = TEXT-103 TEXTLINE3 = TEXT-104 TITEL = POPUP_TITLE IMPORTING ANSWER = ANSWE2 TABLES T_SPOPLI = HISTORY_MLIST EXCEPTIONS NOT_ENOUGH_ANSWERS = 01 TOO_MUCH_ANSWERS = 02 TOO_MUCH_MARKS = 03.

DB_STATISTICS_DATA_READ CALL FUNCTION 'DB_STATISTICS_DATA_READ' EXPORTING TABLECLASS = TABLECLASS ACTIV_DATA = 'H' TIME_BEGIN = ANALYSE_ANFANG TIME_END = ANALYSE_ENDE SIGNI = HISTORY_SIGNI TABLES DBSTAT = ITSTAM EXCEPTIONS INPUT_INCONSISTENCE = 01 NO_DATA_FOUND = 02.

DB_STATISTICS_DATA_READ CALL FUNCTION 'DB_STATISTICS_DATA_READ' EXPORTING TABLECLASS = TABLECLASS ACTIV_DATA = 'H' TIME_BEGIN = ANALYSE_ANFANG TIME_END = ANALYSE_ENDE " signi = TABLES DBSTAT = ITSTAM EXCEPTIONS INPUT_INCONSISTENCE = 01 NO_DATA_FOUND = 02.

DB_STATISTICS_DATA_READ CALL FUNCTION 'DB_STATISTICS_DATA_READ' EXPORTING TABLECLASS = TABLECLASS ACTIV_DATA = 'H' TIME_BEGIN = ANALYSE_ANFANG TIME_END = ANALYSE_ENDE " signi = TABLES DBSTAT = ITSTAM EXCEPTIONS INPUT_INCONSISTENCE = 01 NO_DATA_FOUND = 02.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU * ONLY = ' ' TABNAME = 'DBSTATAM' * IMPORTING * HEADER = * RC = TABLES NAMETAB = DB_NAMETAB EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 5.

DB_STATISTICS_DATA_READ CALL FUNCTION 'DB_STATISTICS_DATA_READ' EXPORTING TABLECLASS = 'A' "AMon-Daten ACTIV_DATA = DB_CALL_MODE "Aktuell/Historie TIME_BEGIN = DB_TIME_BEGIN TIME_END = DB_TIME_END * SIGNI = TABLES DBSTAT = DBSTAT EXCEPTIONS INPUT_INCONSISTENCE = 1 NO_DATA_FOUND = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MON20F01 or its description.