|
SAP NetWeaver RFC SDK 7.50
|
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_UC * | functionName |
| Name of the called function module. More... | |
| SAP_UC * | sysId |
| Calling ABAP system ID. More... | |
| SAP_UC * | client |
| ABAP Client ("Mandant") More... | |
| SAP_UC * | user |
| ABAP User. More... | |
| SAP_UC * | progName |
| Name of the calling APAB program (report, module pool) More... | |
| SAP_UC * | sncName |
| SNC name of the calling ABAP system, if SNC is enabled. More... | |
| SAP_UC * | ssoTicket |
| Logon ticket of the ABAP user, if SSO2 or assertion tickets are enabled. More... | |
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.
| 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.