Skip to content

/AWS1/CL_BDKAUTOMATEDRSNINGP10

An annotation for adding a new custom type to an Automated Reasoning policy, defining a set of possible values for variables.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD00 /AWS1/BDKAUTOMATEDRSNINGPLYD00

The name of the new custom type. This name will be used to reference the type in variable definitions and rules.

iv_description TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD01 /AWS1/BDKAUTOMATEDRSNINGPLYD01

A description of what the custom type represents and how it should be used in the policy.

it_values TYPE /AWS1/CL_BDKAUTOMATEDRSNINGP02=>TT_AUTOMATEDRSNINGPLYDEFTYPE01 TT_AUTOMATEDRSNINGPLYDEFTYPE01

The list of possible values that variables of this type can take, each with its own description and identifier.


Queryable Attributes

name

The name of the new custom type. This name will be used to reference the type in variable definitions and rules.

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

A description of what the custom type represents and how it should be used in the policy.

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 list of possible values that variables of this type can take, each with its own description and identifier.

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