SAP ABAP Class IF_NHLC_ISO_639_1 (ISO 639-1 language codes)
Properties
| Class | IF_NHLC_ISO_639_1 | |
| Short Description | ISO 639-1 language codes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130618 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_NHLC_ISO_639_1 has no forward declaration.
Interfaces
Class IF_NHLC_ISO_639_1 has no interface implemented.
Friends
Class IF_NHLC_ISO_639_1 has no friend class.
Attributes
Class IF_NHLC_ISO_639_1 has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130618 | ||
| 2 | Instance method | Public | Method | 20130618 |
Events
Class IF_NHLC_ISO_639_1 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_LANGUAGE | Public | See coding | 20130618 | BEGIN OF ty_language,
iso_code TYPE c LENGTH 2,
name TYPE string,
END OF ty_language
|
||
| 2 | TY_LANGUAGES | Public | See coding | 20130618 | ty_languages TYPE SORTED TABLE OF ty_language WITH UNIQUE KEY iso_code
|
Method Signatures
Method GET_ALL_LANGUAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LANGUAGES | Value transfer | Type reference (TYPE) | TY_LANGUAGES | 20130618 |
Method GET_ALL_LANGUAGES on class IF_NHLC_ISO_639_1 has no exception.
Method GET_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ISO_CODE | Call by reference | Type reference (TYPE) | TY_LANGUAGE-ISO_CODE | 20130618 | ||||
| 2 | R_LANGUAGE | Value transfer | Type reference (TYPE) | TY_LANGUAGE | 20130618 |
Method GET_LANGUAGE on class IF_NHLC_ISO_639_1 has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |