Skip to content

/AWS1/CL_BDKAUTOMATEDRSNINGP11

An annotation for modifying an existing custom type in an Automated Reasoning policy.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD00 /AWS1/BDKAUTOMATEDRSNINGPLYD00

The current name of the custom type to update.

it_values TYPE /AWS1/CL_BDKAUTOMATEDRSNINGP12=>TT_AUTOMATEDRSNINGPLYTYPEVAL00 TT_AUTOMATEDRSNINGPLYTYPEVAL00

The updated list of values for the custom type, which can include additions, modifications, or removals.

Optional arguments:

iv_newname TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD00 /AWS1/BDKAUTOMATEDRSNINGPLYD00

The new name for the custom type, if you want to rename it. If not provided, the name remains unchanged.

iv_description TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD01 /AWS1/BDKAUTOMATEDRSNINGPLYD01

The new description for the custom type, replacing the previous description.


Queryable Attributes

name

The current name of the custom type to update.

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

newName

The new name for the custom type, if you want to rename it. If not provided, the name remains unchanged.

Accessible with the following methods

Method Description
GET_NEWNAME() Getter for NEWNAME, with configurable default
ASK_NEWNAME() Getter for NEWNAME w/ exceptions if field has no value
HAS_NEWNAME() Determine if NEWNAME has a value

description

The new description for the custom type, replacing the previous description.

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

values

The updated list of values for the custom type, which can include additions, modifications, or removals.

Accessible with the following methods

Method Description
GET_VALUES() Getter for VALUES, with configurable default
ASK_VALUES() Getter for VALUES w/ exceptions if field has no value
HAS_VALUES() Determine if VALUES has a value