SAP SMT1 2



Get Example source ABAP code based on a different SAP table
  



ABAP_RFC - Trust Relationships
A calling AS ABAP can be defined in an AS ABAP to be called as a trusted system. The system to be called is then known as a trusting system. Trust relationships are defined in transaction SMT1.
A trusted AS ABAP can log on to another AS ABAP without a password. These confidential relationships between AS ABAP systems have the following benefits:
Single sign-on can be used across systems borders
Passwords are not transported over the network
Timeout mechanism for logon data prevents misuse
User-specific logon data for the calling system is checked.

More Information
For a detailed description of a trusted relationship between two AS ABAP systems, see the documentation RFC in SAP Help Portal.