SAP ABAP Interface /BOFU/IF_CODE_LIST_PROVIDER (Interface to Codelist)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/CODE_LISTS (Package) Code Lists
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /BOFU/IF_BADI_CODE_LIST_PROV Interface for BAdI: /SCMTMS/CODE_LIST_PROVIDER 20081127
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_CODE_LIST_PROVIDER Generic DDIC based TMS code list 20090216
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_DUMMY_CODE_LST_PRVD Dummy code list provider (has no functionality) 20081127
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_GET_BUPA_ID Class for BAdI Impl.: /SCMTMS/BUPA_INTERNAL_ID 20081127
Properties
Interface /BOFU/IF_CODE_LIST_PROVIDER  
Short Description Interface to Codelist    
General Data
Package /BOFU/CODE_LISTS   Code Lists 
Created 20081127   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOFU/IF_CODE_LIST_PROVIDER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /BOFU/IF_CODE_LIST_PROVIDER has no interface.
Friends
Interface /BOFU/IF_CODE_LIST_PROVIDER has no friend.
Attributes
Interface /BOFU/IF_CODE_LIST_PROVIDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CODE_EXISTENCE Instance method Public Method 20081127
2 INIT Instance method Public Method 20081127
3 RETRIEVE_CODE_DESCRIPTIONS Instance method Public Method 20081127
4 RETRIEVE_CODE_LIST Instance method Public Method 20081127
5 RETRIEVE_CODE_VALUES Instance method Public Method 20081127
Events
Interface /BOFU/IF_CODE_LIST_PROVIDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_CODETYPE_AND_CTXT_KEYFIELDS Public See coding 20131027 tt_codetype_and_ctxt_keyfields TYPE STANDARD TABLE OF ty_codetype_and_ctxt_keyfields WITH DEFAULT KEY
2 TT_CODE_VALUES Public See coding 20081127 tt_code_values TYPE STANDARD TABLE OF ty_code_value WITH DEFAULT KEY
3 TT_CODE_VALUES_W_DESCRIPTIONS Public See coding 20081127 tt_code_values_w_descriptions TYPE STANDARD TABLE OF ty_code_value_w_description WITH DEFAULT KEY
4 TT_CTXT_KEYFIELD Public See coding 20131027 tt_ctxt_keyfield TYPE STANDARD TABLE OF TY_CTXT_KEYFIELD WITH DEFAULT KEY
5 TT_CTXT_KEYFIELD_VALUE Public See coding 20131027 tt_ctxt_keyfield_value TYPE STANDARD TABLE OF TY_CTXT_KEYFIELD_VALUE WITH DEFAULT KEY
6 TT_CTXT_KEY_FIELD_VAL Public See coding 20131027 tt_ctxt_key_field_val TYPE TABLE OF /bofu/s_ext_param_value
7 TT_DFIES Public See coding 20131027 tt_dfies TYPE STANDARD TABLE OF dfies WITH DEFAULT KEY
8 TY_CODETYPE_AND_CTXT_KEYFIELDS Public See coding 20131027 BEGIN OF ty_codetype_and_ctxt_keyfields, code_type_name TYPE string, ctxt_keyfields TYPE tt_ctxt_keyfield, END OF ty_codetype_and_ctxt_keyfields
9 TY_CODE_VALUE Public See coding 20081127 BEGIN OF ty_code_value, content TYPE string, list_id TYPE string, END OF ty_code_value
10 TY_CODE_VALUE_W_DESCRIPTION Public See coding 20081127 BEGIN OF ty_code_value_w_description. INCLUDE TYPE ty_code_value AS code_value. TYPES: description TYPE string, tooltip TYPE string, END OF ty_code_value_w_description
11 TY_CTXT_KEYFIELD Public See coding 20131027 BEGIN OF TY_CTXT_KEYFIELD, context_key_field type /BOFU/S_FBIV_CONTEXT_KEY_MAP_H-context_key_field, END OF TY_CTXT_KEYFIELD
12 TY_CTXT_KEYFIELD_VALUE Public See coding 20131027 BEGIN OF TY_CTXT_KEYFIELD_value, context_key_field_value type /BOFU/S_FBIV_CONTEXT_KEY_MAP_H-context_key_field_value, END OF TY_CTXT_KEYFIELD_value
Method Signatures

Method CHECK_CODE_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_CODE_VALUE Call by reference Type reference (TYPE) STRING 20081127
2 Returning OUT_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20081127

Method CHECK_CODE_EXISTENCE on Interface /BOFU/IF_CODE_LIST_PROVIDER has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CTXT_KEYFIELDS_DDIC Call by reference Type reference (TYPE) /BOFU/IF_CODE_LIST_PROVIDER=>TT_CTXT_KEYFIELD 20131027
2 Importing IN_CODE_TYPE_NAME Call by reference Type reference (TYPE) STRING 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_CODE_LIST_PROVIDER Exception class for Code list provider 20081127

Method RETRIEVE_CODE_DESCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_CODE_VALUES Call by reference Type reference (TYPE) TT_CODE_VALUES 20081127
2 Importing IN_CTXT_KEY_FIELD_DDIC Call by reference Type reference (TYPE) /BOFU/IF_CODE_LIST_PROVIDER=>TT_CTXT_KEYFIELD 20131027
3 Importing IN_CTXT_KEY_FIELD_VALS Call by reference Type reference (TYPE) TT_CTXT_KEY_FIELD_VAL 20131027
4 Importing IN_LANGUAGE_CODE Call by reference Type reference (TYPE) LANG 20081127
5 Returning OUT_CODE_DESCRIPTIONS Value transfer Type reference (TYPE) TT_CODE_VALUES_W_DESCRIPTIONS 20081127

Method RETRIEVE_CODE_DESCRIPTIONS on Interface /BOFU/IF_CODE_LIST_PROVIDER has no exception.

Method RETRIEVE_CODE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_LANGUAGE_CODE Call by reference Type reference (TYPE) LANG 20081127
2 Importing IN_LIST_ID Call by reference Type reference (TYPE) STRING 20081127
3 Returning OUT_CODE_LIST Value transfer Type reference (TYPE) TT_CODE_VALUES_W_DESCRIPTIONS 20081127

Method RETRIEVE_CODE_LIST on Interface /BOFU/IF_CODE_LIST_PROVIDER has no exception.

Method RETRIEVE_CODE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_CONTEXT_ATTRIBUTES Call by reference Type reference (TYPE) /BOFU/T_STRING The fields from the contxt struct. which are currently bound 20081127
2 Importing IN_CONTEXT_PARAMETERS Call by reference Type reference (TYPE) ANY Context binding data 20081127
3 Returning OUT_CODE_VALUES Value transfer Type reference (TYPE) TT_CODE_VALUES Codes 20081127

Method RETRIEVE_CODE_VALUES on Interface /BOFU/IF_CODE_LIST_PROVIDER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 701