SAP ABAP Class IF_NHLC_ISO_3166_1 (ISO 3166-1 country codes)
Properties
| Class | IF_NHLC_ISO_3166_1 | |
| Short Description | ISO 3166-1 country 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_3166_1 has no forward declaration.
Interfaces
Class IF_NHLC_ISO_3166_1 has no interface implemented.
Friends
Class IF_NHLC_ISO_3166_1 has no friend class.
Attributes
Class IF_NHLC_ISO_3166_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_3166_1 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_COUNTRIES | Public | See coding | 20130618 | ty_countries TYPE SORTED TABLE OF ty_country WITH UNIQUE KEY iso_code
|
||
| 2 | TY_COUNTRY | Public | See coding | 20130618 | BEGIN OF ty_country,
iso_code TYPE c LENGTH 2,
name TYPE string,
END OF ty_country
|
Method Signatures
Method GET_ALL_COUNTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COUNTRIES | Value transfer | Type reference (TYPE) | TY_COUNTRIES | 20130618 |
Method GET_ALL_COUNTRIES on class IF_NHLC_ISO_3166_1 has no exception.
Method GET_COUNTRY 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_COUNTRY-ISO_CODE | 20130618 | ||||
| 2 | R_COUNTRY | Value transfer | Type reference (TYPE) | TY_COUNTRY | 20130618 |
Method GET_COUNTRY on class IF_NHLC_ISO_3166_1 has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |