/AWS1/CL_LICSCRIPTRULESTMT¶
Rule statement that uses a script to evaluate license asset conditions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_keytomatch TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Key name to match against in the script rule evaluation.
iv_script TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Script code used to evaluate the rule condition.
Queryable Attributes¶
KeyToMatch¶
Key name to match against in the script rule evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYTOMATCH() |
Getter for KEYTOMATCH, with configurable default |
ASK_KEYTOMATCH() |
Getter for KEYTOMATCH w/ exceptions if field has no value |
HAS_KEYTOMATCH() |
Determine if KEYTOMATCH has a value |
Script¶
Script code used to evaluate the rule condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCRIPT() |
Getter for SCRIPT, with configurable default |
ASK_SCRIPT() |
Getter for SCRIPT w/ exceptions if field has no value |
HAS_SCRIPT() |
Determine if SCRIPT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SCRIPTRULESTATEMENTLIST¶
TYPES TT_SCRIPTRULESTATEMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LICSCRIPTRULESTMT WITH DEFAULT KEY
.