/AWS1/CL_SUPSUPPORTEDLANGUAGE¶
A JSON-formatted object that contains the available ISO 639-1 language code
,
language
name and langauge display
value. The language code is what should be used
in the CreateCase call.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_code
TYPE /AWS1/SUPCODE
/AWS1/SUPCODE
¶
2 digit ISO 639-1 code. e.g.
en
iv_language
TYPE /AWS1/SUPLANGUAGE
/AWS1/SUPLANGUAGE
¶
Full language description e.g.
ENGLISH
iv_display
TYPE /AWS1/SUPDISPLAY
/AWS1/SUPDISPLAY
¶
Language display value e.g.
ENGLISH
Queryable Attributes¶
code¶
2 digit ISO 639-1 code. e.g.
en
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
language¶
Full language description e.g.
ENGLISH
Accessible with the following methods¶
Method | Description |
---|---|
GET_LANGUAGE() |
Getter for LANGUAGE, with configurable default |
ASK_LANGUAGE() |
Getter for LANGUAGE w/ exceptions if field has no value |
HAS_LANGUAGE() |
Determine if LANGUAGE has a value |
display¶
Language display value e.g.
ENGLISH
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAY() |
Getter for DISPLAY, with configurable default |
ASK_DISPLAY() |
Getter for DISPLAY w/ exceptions if field has no value |
HAS_DISPLAY() |
Determine if DISPLAY 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_SUPPORTEDLANGUAGESLIST
¶
TYPES TT_SUPPORTEDLANGUAGESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SUPSUPPORTEDLANGUAGE WITH DEFAULT KEY
.