BAPIMONI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The BAPI Monitor creates a list of all BAPIs that exist in the system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter BAPIMONI 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.
Selection Text: SRC_SEL = BAPIs with Original System:
Selection Text: SONSTIGE = Others
Selection Text: REL_SEL = FM Release Status (--/INT/REL)
Selection Text: RELEASES = Release:
Selection Text: POBJ = Object Types to Be Displayed
Selection Text: ONLYNEW = Only New BAPIs:
Selection Text: FROZ_SEL = BOR Release Status (X/ )
Selection Text: COMP_SEL = Restrict to Applic. Components
Selection Text: BAPIAGRW = Accounting
Selection Text: BAPIAGLO = Logistics
Selection Text: BAPIAGHR = Human Resources
Selection Text: BAPIAGBA = Basis
Selection Text: ALLFBS = Potential BAPIs (FMs) Only
Title: BAPI Monitor: Statistics on BAPIs and Their Properties
Text Symbol: 045 = Not released
Text Symbol: 046 = Note: There may
Text Symbol: 047 = be BAPI function modules
Text Symbol: 048 = that are not assigned as methods to business objects
Text Symbol: 049 = New in
Text Symbol: 050 = Release Status of
Text Symbol: 051 = completed BAPIs
Text Symbol: 052 = All
Text Symbol: 053 = Total:
Text Symbol: 054 = Only New BAPIs in
Text Symbol: 055 = Only BAPIs Created in Releases up to and Inc.
Text Symbol: 056 = BAPIs with Business Objects
Text Symbol: 057 = BAPIMONITOR Results Overview
Text Symbol: 058 = Created in Rel:
Text Symbol: 059 = Obsolete in Rel.:
Text Symbol: 060 = Source System:
Text Symbol: 061 = Last Changed:
Text Symbol: 062 = Person Resp.:
Text Symbol: 063 = Documented
Text Symbol: 064 = ALE Message Type
Text Symbol: 065 = No ALE message type assigned
Text Symbol: 066 = BAPIMONITOR Detail View
Text Symbol: 067 = System Data:
Text Symbol: 068 = Display by Area:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWO_QUERY_INTERFACE CALL FUNCTION 'SWO_QUERY_INTERFACE' EXPORTING OBJTYPE = VERBS-BOTYPE INTERFACE = VERBS-BOTYPE TEXT = 'X' IMPORTING INFO = INTERFACEINFO.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING TEXTLINE1 = 'Sortieren nach:'(035) TITEL = 'BAPI Monitor Sortieroptionen'(036) IMPORTING ANSWER = ANSWER TABLES T_SPOPLI = POPUPLIST .
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING MARK_FLAG = 'X' MARK_MAX = 15 TEXTLINE1 = 'Felder auswählen:'(020) TITEL = 'Anzeige Optionen'(021) IMPORTING ANSWER = ANSWER TABLES T_SPOPLI = POPUPLIST EXCEPTIONS NOT_ENOUGH_ANSWERS = 1 TOO_MUCH_ANSWERS = 2 TOO_MUCH_MARKS = 3 OTHERS = 4 .
DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING ID = 'FU' LANGU = DOKU_LANGU OBJECT = DOKU_OBJECT TYP = 'T' TABLES LINE = DOKU_CONTENT EXCEPTIONS NO_DOCU_ON_SCREEN = 1 NO_DOCU_SELF_DEF = 2 NO_DOCU_TEMP = 3 RET_CODE = 4 OTHERS = 5 .
DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING ID = 'FU' LANGU = DOKU_LANGU OBJECT = DOKU_OBJECT TYP = 'T' TABLES LINE = DOKU_CONTENT EXCEPTIONS NO_DOCU_ON_SCREEN = 1 NO_DOCU_SELF_DEF = 2 NO_DOCU_TEMP = 3 RET_CODE = 4 OTHERS = 5 .
SWO_OBJTYPE_DOCU_GET CALL FUNCTION 'SWO_OBJTYPE_DOCU_GET' EXPORTING OBJTYPE = VERBS-BOTYPE LANGUAGE = DOKU_LANGU DATAMODEL = ITOJTB-UDMENTID TABLES LINES = DOKU_CONTENT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .
SWO_OBJTYPE_DOCU_GET CALL FUNCTION 'SWO_OBJTYPE_DOCU_GET' EXPORTING OBJTYPE = VERBS-BOTYPE LANGUAGE = DOKU_LANGU DATAMODEL = ITOJTB-UDMENTID TABLES LINES = DOKU_CONTENT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .
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 BAPIMONI or its description.
BAPIMONI - BAPI Monitor: Statistics on BAPIs and Their Properties BAPIMONI - BAPI Monitor: Statistics on BAPIs and Their Properties BAPIFELD - Proposals for English Field Names in BAPI Parameters BAPIFELD - Proposals for English Field Names in BAPI Parameters BAPIDATA - documentation and ABAP source code BAN_BAPI_TEST_F01 - BANBAPITESTF01