/AWS1/CL_BDOCUSTMEMSTRAGINPUT¶
Input for creating a custom memory strategy.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BDONAME /AWS1/BDONAME¶
The name of the custom memory strategy.
Optional arguments:¶
iv_description TYPE /AWS1/BDODESCRIPTION /AWS1/BDODESCRIPTION¶
The description of the custom memory strategy.
it_namespaces TYPE /AWS1/CL_BDONAMESPACESLIST_W=>TT_NAMESPACESLIST TT_NAMESPACESLIST¶
The namespaces associated with the custom memory strategy.
io_configuration TYPE REF TO /AWS1/CL_BDOCUSTOMCONFINPUT /AWS1/CL_BDOCUSTOMCONFINPUT¶
The configuration for the custom memory strategy.
Queryable Attributes¶
name¶
The name of the custom memory strategy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the custom memory strategy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
namespaces¶
The namespaces associated with the custom memory strategy.
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 |
configuration¶
The configuration for the custom memory strategy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |