Skip to content

/AWS1/CL_BDZAGTCRTVMEMSESSBND

The short-term memory session that this retrieval reads from and writes to.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_actorid TYPE /AWS1/BDZAGENTCOREMEMACTORID /AWS1/BDZAGENTCOREMEMACTORID

The identifier of the end user or agent that the session belongs to. This identifier scopes session history so that one actor's history is never returned for another. You are responsible for sending the correct actor value.

iv_sessionid TYPE /AWS1/BDZAGENTCOREMEMORYSESSID /AWS1/BDZAGENTCOREMEMORYSESSID

The identifier of the session to restore and continue. You are responsible for sending the correct session value.


Queryable Attributes

actorId

The identifier of the end user or agent that the session belongs to. This identifier scopes session history so that one actor's history is never returned for another. You are responsible for sending the correct actor value.

Accessible with the following methods

Method Description
GET_ACTORID() Getter for ACTORID, with configurable default
ASK_ACTORID() Getter for ACTORID w/ exceptions if field has no value
HAS_ACTORID() Determine if ACTORID has a value

sessionId

The identifier of the session to restore and continue. You are responsible for sending the correct session value.

Accessible with the following methods

Method Description
GET_SESSIONID() Getter for SESSIONID, with configurable default
ASK_SESSIONID() Getter for SESSIONID w/ exceptions if field has no value
HAS_SESSIONID() Determine if SESSIONID has a value