Skip to content

/AWS1/CL_BDCMEMRECCREATEINPUT

Input structure to create a new memory record.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_requestidentifier TYPE /AWS1/BDCREQUESTIDENTIFIER /AWS1/BDCREQUESTIDENTIFIER

A client-provided identifier for tracking this specific record creation request.

it_namespaces TYPE /AWS1/CL_BDCNAMESPACESLIST_W=>TT_NAMESPACESLIST TT_NAMESPACESLIST

A list of namespace identifiers that categorize or group the memory record.

io_content TYPE REF TO /AWS1/CL_BDCMEMORYCONTENT /AWS1/CL_BDCMEMORYCONTENT

The content to be stored within the memory record.

iv_timestamp TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP

Time at which the memory record was created.

Optional arguments:

iv_memorystrategyid TYPE /AWS1/BDCMEMORYSTRATEGYID /AWS1/BDCMEMORYSTRATEGYID

The ID of the memory strategy that defines how this memory record is grouped.


Queryable Attributes

requestIdentifier

A client-provided identifier for tracking this specific record creation request.

Accessible with the following methods

Method Description
GET_REQUESTIDENTIFIER() Getter for REQUESTIDENTIFIER, with configurable default
ASK_REQUESTIDENTIFIER() Getter for REQUESTIDENTIFIER w/ exceptions if field has no v
HAS_REQUESTIDENTIFIER() Determine if REQUESTIDENTIFIER has a value

namespaces

A list of namespace identifiers that categorize or group the memory record.

Accessible with the following methods

Method Description
GET_NAMESPACES() Getter for NAMESPACES, with configurable default
ASK_NAMESPACES() Getter for NAMESPACES w/ exceptions if field has no value
HAS_NAMESPACES() Determine if NAMESPACES has a value

content

The content to be stored within the memory record.

Accessible with the following methods

Method Description
GET_CONTENT() Getter for CONTENT

timestamp

Time at which the memory record was created.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

memoryStrategyId

The ID of the memory strategy that defines how this memory record is grouped.

Accessible with the following methods

Method Description
GET_MEMORYSTRATEGYID() Getter for MEMORYSTRATEGYID, with configurable default
ASK_MEMORYSTRATEGYID() Getter for MEMORYSTRATEGYID w/ exceptions if field has no va
HAS_MEMORYSTRATEGYID() Determine if MEMORYSTRATEGYID has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_MEMORYRECSCREATEINPUTLIST

TYPES TT_MEMORYRECSCREATEINPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCMEMRECCREATEINPUT WITH DEFAULT KEY
.