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 a
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
Below is a list of transaction codes which are relevant to this SAP report
SMT1 - Trusted-Trusting Connections
SMT2 - Trusted-Trusting Connections
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.
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
INCLUDE RFC_TT_UI_DATA.
INCLUDE RFC_TT_UI_CLASSIMPL.
INCLUDE RFC_TT_UI_PBO .
INCLUDE RFC_TT_UI_PAI .
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.