Skip to content

/AWS1/CL_LM2SLOTTYPEVALUE

Each slot type can have a set of values. Each SlotTypeValue represents a value that the slot type can take.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_SAMPLEVALUE TYPE REF TO /AWS1/CL_LM2SAMPLEVALUE /AWS1/CL_LM2SAMPLEVALUE

The value of the slot type entry.

IT_SYNONYMS TYPE /AWS1/CL_LM2SAMPLEVALUE=>TT_SYNONYMLIST TT_SYNONYMLIST

Additional values related to the slot type entry.


Queryable Attributes

sampleValue

The value of the slot type entry.

Accessible with the following methods

Method Description
GET_SAMPLEVALUE() Getter for SAMPLEVALUE

synonyms

Additional values related to the slot type entry.

Accessible with the following methods

Method Description
GET_SYNONYMS() Getter for SYNONYMS, with configurable default
ASK_SYNONYMS() Getter for SYNONYMS w/ exceptions if field has no value
HAS_SYNONYMS() Determine if SYNONYMS 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_SLOTTYPEVALUES

TYPES TT_SLOTTYPEVALUES TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2SLOTTYPEVALUE WITH DEFAULT KEY
.