SAP ABAP Class /BOFU/CL_C_LIST_PROV_FACTORY (Code List Provider Factory)
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
Properties
Class /BOFU/CL_C_LIST_PROV_FACTORY  
Short Description Code List Provider Factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/CODE_LISTS   Code Lists 
Created 20081127   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOFU/CL_C_LIST_PROV_FACTORY has no forward declaration.
Interfaces
Class /BOFU/CL_C_LIST_PROV_FACTORY has no interface implemented.
Friends
Class /BOFU/CL_C_LIST_PROV_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CODE_LIST_PROVIDER Constant Protected Type reference (TYPE) CLASSNAME '/BOFU/CL_CODE_LIST_PROVIDER' BS_FND Code list provider 20090216
2 GT_CODE_LIST_PROVIDER_COLL Static Attribute Private Type reference (TYPE) GTY_TS_CODE_LIST_PROVIDER_COLL Collection of Code List Provider 20081127
3 GV_REPOSITORY_RUNTIME_CLASS Static Attribute Protected Type reference (TYPE) CLASSNAME Repository Runtime class (TM use only) 20090216
Methods
# Method Level Visibility Method type Description Created on
1 GET_CODE_LIST_PROVIDER Static method Public Method Get an instance of the code list provider for a given type 20081127
2 SET_REPOSITORY_RUNTIME_CLASS Static method Public Method Set Repository Runtime Class (TM use only) 20090216
Events
Class /BOFU/CL_C_LIST_PROV_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_CODE_LIST_PROVIDER_COLL Private See coding Collection of Code List Provider 20081127 BEGIN OF gty_s_code_list_provider_coll, code_type TYPE string, r_code_list_provider TYPE REF TO /bofu/if_code_list_provider, END OF gty_s_code_list_provider_coll
2 GTY_TS_CODE_LIST_PROVIDER_COLL Private See coding Collection of Code List Provider 20081127 gty_ts_code_list_provider_coll TYPE SORTED TABLE OF gty_s_code_list_provider_coll WITH UNIQUE KEY code_type
Method Signatures

Method GET_CODE_LIST_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_CODE_TYPE_NAME Call by reference Type reference (TYPE) STRING 20081127
2 Returning OUT_CODE_LIST_PROVIDER Value transfer Object reference (TYPE REF TO) /BOFU/IF_CODE_LIST_PROVIDER Interface to Codelist 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_CODE_LIST_PROVIDER 20081127

Method SET_REPOSITORY_RUNTIME_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BADI_NAME Call by reference Type reference (TYPE) CLIKE 20090216
2 Importing IV_REPOSITORY_RUNTIME_CLASS Call by reference Type reference (TYPE) SEOCLASS Class/Interface 20090216

Method SET_REPOSITORY_RUNTIME_CLASS on class /BOFU/CL_C_LIST_PROV_FACTORY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701