SAP ABAP Interface IF_NHLC_ISO_639_1 (ISO 639-1 language 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_639_1  
Short Description ISO 639-1 language 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_639_1 has no forward declaration.
Interfaces
Interface IF_NHLC_ISO_639_1 has no interface.
Friends
Interface IF_NHLC_ISO_639_1 has no friend.
Attributes
Interface IF_NHLC_ISO_639_1 has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALL_LANGUAGES Instance method Public Method 20130618
2 GET_LANGUAGE Instance method Public Method 20130618
Events
Interface 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 Returning R_LANGUAGES Value transfer Type reference (TYPE) TY_LANGUAGES 20130618

Method GET_ALL_LANGUAGES on Interface 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 Importing I_ISO_CODE Call by reference Type reference (TYPE) TY_LANGUAGE-ISO_CODE 20130618
2 Returning R_LANGUAGE Value transfer Type reference (TYPE) TY_LANGUAGE 20130618

Method GET_LANGUAGE on Interface IF_NHLC_ISO_639_1 has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740