/AWS1/CL_XL8LANGUAGE¶
A supported language.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_languagename TYPE /AWS1/XL8LOCALIZEDNAMESTRING /AWS1/XL8LOCALIZEDNAMESTRING¶
Language name of the supported language.
iv_languagecode TYPE /AWS1/XL8LANGUAGECODESTRING /AWS1/XL8LANGUAGECODESTRING¶
Language code for the supported language.
Queryable Attributes¶
LanguageName¶
Language name of the supported language.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LANGUAGENAME() |
Getter for LANGUAGENAME, with configurable default |
ASK_LANGUAGENAME() |
Getter for LANGUAGENAME w/ exceptions if field has no value |
HAS_LANGUAGENAME() |
Determine if LANGUAGENAME has a value |
LanguageCode¶
Language code for the supported language.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LANGUAGECODE() |
Getter for LANGUAGECODE, with configurable default |
ASK_LANGUAGECODE() |
Getter for LANGUAGECODE w/ exceptions if field has no value |
HAS_LANGUAGECODE() |
Determine if LANGUAGECODE 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_LANGUAGESLIST¶
TYPES TT_LANGUAGESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_XL8LANGUAGE WITH DEFAULT KEY
.