SAP Reports / Programs | Basis Components | Middleware | RFC(BC-MID-RFC) SAP BC

SAPMCRFC SAP ABAP dialog Program - Display and Maintain RFC Destinations







SAPMCRFC is a standard Module pool for a dialog screen ABAP Program 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 SAPMCRFC 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

SM59 - RFC Destinations (Display/Maintain)


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


Text pool values


Title: Display and Maintain RFC Destinations
Text Symbol: TRD = Do you want to delete the trace files (dev_rfc*)?
Text Symbol: RTT = RFC Trace Files
Text Symbol: DEL = Do you want to delete the destination?
Text Symbol: 111 = 'RFC Trace File Access'
Text Symbol: 110 = Select an RFC connection
Text Symbol: 108 = Select one node only
Text Symbol: 106 = Internal Standard Connection
Text Symbol: 105 = Type
Text Symbol: 104 = Comment
Text Symbol: 100 = RFC Connections
Text Symbol: 027 = change
Text Symbol: 026 = copy
Text Symbol: 025 = delete
Text Symbol: 024 = display
Text Symbol: 023 = create
Text Symbol: 022 = SM59 Administration
Text Symbol: 021 = No
Text Symbol: 020 = Yes
Text Symbol: 019 = No internal destinations found
Text Symbol: 018 = Search
Text Symbol: 012 = Refresh
Text Symbol: 011 = Unknown type
Text Symbol: 010 = Connections via ABAP Driver
Text Symbol: 009 = TCP/IP connections
Text Symbol: 008 = SNA/CPI-C connections
Text Symbol: 007 = CMC Connection
Text Symbol: 006 = Logical Connections
Text Symbol: 005 = Internal Connections
Text Symbol: 004 = HTTP Connections to ABAP System
Text Symbol: 003 = HTTP Connections to External Server
Text Symbol: 002 = ABAP Connections
Text Symbol: 001 = R/2 Connections


INCLUDES used within this REPORT SAPMCRFC

INCLUDE SM59_CLIMPL.
INCLUDE SM59_PBO01.
INCLUDE SM59_PAI01.
INCLUDE SM59_FORMS.


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