SAP Reports / Programs

RFOPFI01 SAP ABAP Report - Business Transaction Events: Process Interfaces







RFOPFI01 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 process 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 RFOPFI01 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

BERP - Business Processes
BERPC - Business Processes
FINP - Info System Processes


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


Text pool values


Events in the application components selected
Selection Text: XONLK = Display short texts only
Selection Text: XONLA = Only BTEs with Active Products
Selection Text: PROCS = D Process Bus.Trans. Event
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: 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: Process Interfaces
Text Symbol: 011 = BTE Search for Selection Attributes
Text Symbol: 012 = Active Application Indicators
Text Symbol: 013 = Active Partner Products
Text Symbol: 014 = Active Customer Products (Own Developments)
Text Symbol: 015 = Number of Active Components
Text Symbol: 016 = No Active Components Found
Text Symbol: 010 = BTE Interval Search
Text Symbol: 00A = Interface to Component Found
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 = Process BTE
Text Symbol: 001 = Active Components
Text Symbol: 000 = Selected BTEs
Text Symbol: 017 = Process BTE
Text Symbol: 018 = BTE Search for
Text Symbol: 034 = Alternative SAP Function Module Prioritized
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 to Process BTE
001 BTE BTE Description Further Information





INCLUDES used within this REPORT RFOPFI01

INCLUDE PFI01TOP.
INCLUDE PFI01F00_ALV.
INCLUDE PFI01F01_ALV.
INCLUDE PFI01HLP.


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