/AWS1/CL_BDOMDFYMEMSTRAGINPUT¶
Input for modifying a memory strategy.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_memorystrategyid
TYPE /AWS1/BDOSTRING
/AWS1/BDOSTRING
¶
The unique identifier of the memory strategy to modify.
Optional arguments:¶
iv_description
TYPE /AWS1/BDODESCRIPTION
/AWS1/BDODESCRIPTION
¶
The updated description of the memory strategy.
it_namespaces
TYPE /AWS1/CL_BDONAMESPACESLIST_W=>TT_NAMESPACESLIST
TT_NAMESPACESLIST
¶
The updated namespaces for the memory strategy.
io_configuration
TYPE REF TO /AWS1/CL_BDOMODIFYSTRATEGYCONF
/AWS1/CL_BDOMODIFYSTRATEGYCONF
¶
The updated configuration for the memory strategy.
Queryable Attributes¶
memoryStrategyId¶
The unique identifier of the memory strategy to modify.
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 |
description¶
The updated description of the 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 updated namespaces for the 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 updated configuration for the memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MODIFYMEMORYSTRATEGIESLIST
¶
TYPES TT_MODIFYMEMORYSTRATEGIESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOMDFYMEMSTRAGINPUT WITH DEFAULT KEY
.