Skip to content

/AWS1/CL_BDKAUTOMATEDRSNINGP18

An annotation for modifying an existing variable in an Automated Reasoning policy.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD07 /AWS1/BDKAUTOMATEDRSNINGPLYD07

The current name of the variable to update.

Optional arguments:

iv_newname TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD07 /AWS1/BDKAUTOMATEDRSNINGPLYD07

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

iv_description TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD08 /AWS1/BDKAUTOMATEDRSNINGPLYD08

The new description for the variable, replacing the previous description.


Queryable Attributes

name

The current name of the variable 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 variable, 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 variable, 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