SAP ABAP Interface IF_NHLC_ISO_3166_1 (ISO 3166-1 country codes)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-HTC (Application Component) Hana Transport Container (ABAP)
⤷
SNHI_DELIVERY_UNIT_PROXY (Package) HANA Integraton: Delivery Unit Proxy

⤷

⤷

Properties
Interface | IF_NHLC_ISO_3166_1 | |
Short Description | ISO 3166-1 country codes |
General Data
Package | SNHI_DELIVERY_UNIT_PROXY | HANA Integraton: Delivery Unit Proxy |
Created | 20130618 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_NHLC_ISO_3166_1 has no forward declaration.
Interfaces
Interface IF_NHLC_ISO_3166_1 has no interface.
Friends
Interface IF_NHLC_ISO_3166_1 has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface IF_NHLC_ISO_3166_1 has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |