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. More...
 
SAP_UCssoTicket
 Logon ticket of the ABAP user, if SSO2 or assertion tickets are enabled. 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 254 of file sapnwrfc.h.

Member Data Documentation

SAP_UC* _RFC_SECURITY_ATTRIBUTES::client

ABAP Client ("Mandant")

Definition at line 258 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::functionName

Name of the called function module.

Definition at line 256 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::progName

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

Definition at line 260 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::sncName

SNC name of the calling ABAP system, if SNC is enabled.

Definition at line 261 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 262 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::sysId

Calling ABAP system ID.

Definition at line 257 of file sapnwrfc.h.

SAP_UC* _RFC_SECURITY_ATTRIBUTES::user

ABAP User.

Definition at line 259 of file sapnwrfc.h.


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