SAP Reports / Programs | Cross-Application Components | General Application Functions | Basis-Related Help Functions, Appl. Log, Formula Intepreter(CA-GTF-TS-BRHF) SAP CA

RFOPFI00 SAP ABAP Report - Business Transaction Events: Publish & Subscribe Interfaces







RFOPFI00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report program lists all available Publish & Subscribe interfaces belonging to the SAP 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 RFOPFI00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FINF - Info System Events
BERE - Business Event Repository


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


Text pool values


BTEs of the Selection Attributes
Selection Text: XONLK = Display Short Texts Only
Selection Text: XONLA = Only BTEs with Active Products
Selection Text: PRDKTC = D Customer Product
Selection Text: PRDKT = D CSP Product
Selection Text: PARTY = D CS Partner
Selection Text: LAND = D ISO Code
Selection Text: EVENT = D P&S BusTransEvent
Selection Text: ATTR_TYP = D Selection Attribute Category
Selection Text: ATTR_KEY = D Selection Attribute Type
Selection Text: APPLK = D BTE Application Indicator
Title: Business Transaction Events: Publish & Subscribe Interfaces
Text Symbol: 033 = Application and Country Filter Active
Text Symbol: 032 = RFC Destination
Text Symbol: 031 = Function Module
Text Symbol: 030 = Product Description
Text Symbol: 019 = Interface Definition for P&S BTE
Text Symbol: 018 = BTE Search for
Text Symbol: 017 = Publish&Subscribe BTE
Text Symbol: 016 = No Active Components Found
Text Symbol: 015 = Number of Active Components
Text Symbol: 014 = Active Customer Products (Own Developments)
Text Symbol: 013 = Active Partner Products
Text Symbol: 012 = Active Application Indicators
Text Symbol: 011 = BTE Search for Selection Attributes
Text Symbol: 010 = BTE Interval Search
Text Symbol: 00A = Interfaces Found for Components
Text Symbol: 008 = Documentation
Text Symbol: 007 = Interface Parameters
Text Symbol: 006 = Sample Function Module
Text Symbol: 005 = Interface Detail
Text Symbol: 004 = Further Information
Text Symbol: 003 = BTE Description
Text Symbol: 002 = P&S BTE
Text Symbol: 001 = Active Components
Text Symbol: 000 = Selected BTEs
001 BTE BTE Descritpion Further Information


INCLUDES used within this REPORT RFOPFI00

INCLUDE PFI00TOP.




INCLUDE PFI00F00_ALV.
INCLUDE PFI00F01_ALV.
INCLUDE PFI00HLP.


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