SAP NetWeaver RFC SDK 7.50
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
_RFC_SECURITY_ATTRIBUTES Struct Reference

Structure passed to the RFC_SERVER_AUTHORIZATION_HANDLER giving some security related information about the calling ABAP partner of an incoming RFC call. More...

Public Attributes

SAP_UCfunctionName
 Name of the called function module. More...
 
SAP_UCsysId
 Calling ABAP system ID. More...
 
SAP_UCclient
 ABAP Client ("Mandant") More...
 
SAP_UCuser
 ABAP User. More...
 
SAP_UCprogName
 Name of the calling APAB program (report, module pool) More...
 
SAP_UCsncName
 SNC name of the calling ABAP system, if SNC is enabled. Use this only for display or logging purposes. More...
 
SAP_UCssoTicket
 Logon ticket of the ABAP user, if SSO2 or assertion tickets are enabled. More...
 
SAP_RAWsncAclKey
 Canonical representation of the SNC name of the calling ABAP system, if SNC is enabled. Use this for comparisons and access checks. More...
 
unsigned sncAclKeyLength
 Length of the above SNC AclKey. More...
 

Detailed Description

Structure passed to the RFC_SERVER_AUTHORIZATION_HANDLER giving some security related information about the calling ABAP partner of an incoming RFC call.

Definition at line 260 of file sapnwrfc.h.

Member Data Documentation

SAP_UC* _RFC_SECURITY_ATTRIBUTES::client

ABAP Client ("Mandant")

Definition at line 264 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::functionName

Name of the called function module.

Definition at line 262 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::progName

Name of the calling APAB program (report, module pool)

Definition at line 266 of file sapnwrfc.h.

SAP_RAW* _RFC_SECURITY_ATTRIBUTES::sncAclKey

Canonical representation of the SNC name of the calling ABAP system, if SNC is enabled. Use this for comparisons and access checks.

Definition at line 269 of file sapnwrfc.h.

unsigned _RFC_SECURITY_ATTRIBUTES::sncAclKeyLength

Length of the above SNC AclKey.

Definition at line 270 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::sncName

SNC name of the calling ABAP system, if SNC is enabled. Use this only for display or logging purposes.

Definition at line 267 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::ssoTicket

Logon ticket of the ABAP user, if SSO2 or assertion tickets are enabled.

Definition at line 268 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::sysId

Calling ABAP system ID.

Definition at line 263 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::user

ABAP User.

Definition at line 265 of file sapnwrfc.h.


The documentation for this struct was generated from the following file: