Skip to content

/AWS1/CL_BDCSAVEBRSESSPFLRSP

SaveBrowserSessionProfileResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_profileidentifier TYPE /AWS1/BDCBROWSERPROFILEID /AWS1/BDCBROWSERPROFILEID

The unique identifier of the saved browser profile.

iv_browseridentifier TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The unique identifier of the browser associated with the session from which the profile was saved.

iv_sessionid TYPE /AWS1/BDCBROWSERSESSIONID /AWS1/BDCBROWSERSESSIONID

The unique identifier of the browser session from which the profile was saved.

iv_lastupdatedat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP

The timestamp when the browser profile was last updated. This value is in ISO 8601 format.


Queryable Attributes

profileIdentifier

The unique identifier of the saved browser profile.

Accessible with the following methods

Method Description
GET_PROFILEIDENTIFIER() Getter for PROFILEIDENTIFIER, with configurable default
ASK_PROFILEIDENTIFIER() Getter for PROFILEIDENTIFIER w/ exceptions if field has no v
HAS_PROFILEIDENTIFIER() Determine if PROFILEIDENTIFIER has a value

browserIdentifier

The unique identifier of the browser associated with the session from which the profile was saved.

Accessible with the following methods

Method Description
GET_BROWSERIDENTIFIER() Getter for BROWSERIDENTIFIER, with configurable default
ASK_BROWSERIDENTIFIER() Getter for BROWSERIDENTIFIER w/ exceptions if field has no v
HAS_BROWSERIDENTIFIER() Determine if BROWSERIDENTIFIER has a value

sessionId

The unique identifier of the browser session from which the profile was saved.

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

lastUpdatedAt

The timestamp when the browser profile was last updated. This value is in ISO 8601 format.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value