SAP Reports / Programs

RS_RFC_TT_UI SAP ABAP Report - RSRFCTTUI







RS_RFC_TT_UI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Trust relationships can be used to link SAP systems and minimize the amount of authentication required for remote logons: If a source SAP system is known to the remote system as acalling system, no password is required for the logon...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 RS_RFC_TT_UI 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

SMT1 - Trusted-Trusting Connections
SMT2 - Trusted-Trusting Connections


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


Text pool values


Text Symbol: TRB = Delete Trusted Relationship
Text Symbol: TRA = SM59
Text Symbol: TR1 = Deletions can make relationships inconsistent.
Text Symbol: TR0 = Do you want to delete the trusted relationship?
Text Symbol: REF = Refresh
Text Symbol: ET1 = No statuses determined
Text Symbol: DSP = Display
Text Symbol: DS0 = Enter transaction code
Text Symbol: DEL = Delete
Text Symbol: DE0 = Set destination to 'not modifiable'?
Text Symbol: ANL = Create
Text Symbol: 020 = You are not authorized to make checks
Text Symbol: 019 = You are not authorized to make changes
Text Symbol: 018 = No display authorization
Text Symbol: 017 = Select a valid entry
Text Symbol: 016 = No online manual available
Text Symbol: 015 = No authorization
Text Symbol: 014 = Do you want to continue?
Text Symbol: 013 = Confirm
Text Symbol: 012 = Constructing server list for system
Text Symbol: 011 = Status check not made
Text Symbol: 010 = Installation Number
Text Symbol: 009 = Single Status
Text Symbol: 008 = Description
Text Symbol: 007 = Status
Text Symbol: 006 = Get Status
Text Symbol: 005 = Called Systems
Text Symbol: 004 = NT Domain
Text Symbol: 003 = ABAP Systems
Text Symbol: 002 = Called Systems
Text Symbol: 001 = Calling Systems


INCLUDES used within this REPORT RS_RFC_TT_UI

INCLUDE RFC_TT_UI_DATA.
INCLUDE RFC_TT_UI_CLASSIMPL.
INCLUDE RFC_TT_UI_PBO .
INCLUDE RFC_TT_UI_PAI .


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