/AWS1/CL_BDZUSERCONTEXT¶
Contains information about the user making the request. Use this to pass user identity information for access control filtering, so that retrieval results only include documents the user is authorized to access.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_userid TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The identifier of the user making the retrieval request.
Queryable Attributes¶
userId¶
The identifier of the user making the retrieval request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERID() |
Getter for USERID, with configurable default |
ASK_USERID() |
Getter for USERID w/ exceptions if field has no value |
HAS_USERID() |
Determine if USERID has a value |