SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | R/3 Plug-In Interfaces(SRM-EBP-INT) SAP SRM

BBP_MONITORING_REP SAP ABAP Report - Information Regarding Interface -> Backend







BBP_MONITORING_REP is a standard Executable ABAP Report 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 BBP_MONITORING_REP 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 BBP_MONITORING_REP. "Basic submit
SUBMIT BBP_MONITORING_REP AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_MONITORING_REP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


List of all the Function module called
Selection Text: USERNAME = Benutzername
Selection Text: TYPE = Type
Selection Text: TODAY = Heute
Selection Text: OTHERDAT = Datum
Selection Text: OTHER = Anderes
Selection Text: EVENT7 = Ereignis
Selection Text: EVENT = Ereignis
Selection Text: CLIENT = Mandant
Title: Information Regarding Interface -> Backend
Text Symbol: 027 = Start Time of the process :
Text Symbol: 026 = Date of the execution of the process:
Text Symbol: 025 = Backend System ( Logical name)
Text Symbol: 024 = Function module
Text Symbol: 023 = Business Object Key
Text Symbol: 022 = Sequence
Text Symbol: 021 = List of the Sub Call Within the Interface
Text Symbol: 020 = Print View of All Interfaces
Text Symbol: 019 = List of All the Interfaces Called From EBP => Backend
Text Symbol: 018 = Print View
Text Symbol: 017 = Event/ Program
Text Symbol: 016 = Event Type
Text Symbol: 015 = Event Name
Text Symbol: 014 = Program Name
Text Symbol: 013 = Client:
Text Symbol: 012 = Username:
Text Symbol: 011 = Time
Text Symbol: 010 = Backend System
Text Symbol: 009 = Method
Text Symbol: 008 = Business Object
Text Symbol: 007 = Other Date
Text Symbol: 006 = Today
Text Symbol: 005 = Detail View of the Report
Text Symbol: 004 = Display Fields
Text Symbol: 003 = List
Text Symbol: 002 = Selection
Text Symbol: 001 = Period


INCLUDES used within this REPORT BBP_MONITORING_REP

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:

No SAP FUNCTION MODULES are executed within this report code!



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 BBP_MONITORING_REP or its description.