Start of Content Area

Background documentation Authorization Object S_RFC_TT  Locate the document in its SAP Library structure

Definition

You need this authorization object if you want to restrict access to transaction SMT1 (Maintain Trust Relationships Between SAP Systems).

Authorization Fields

Authorization Object S_RFC_TT

Authorization

Meaning

Values

ACTVT

Permitted activity

01: Display

02: Create

03: Change

06: Delete

39: Check

RFC_TT_TYP

Restrict access according to system type

1: Called system

2: Calling system

RFC_SYSID

System ID of the calling system

<SysID>

RFC_INSTNR

Installation number of the SAP systems (to avoid unwanted granting of authorization in case the name of the system happens to be the same)

<InstNr>

 

Example

If a user wants authorization to display and change all calling systems, s/he needs the following values:

      ACTVT:         01,03

      RFC_TT_TYP:     2

      RFC_SYSID:       *

      RFC_INSTNR:     *

 

End of Content Area