SAP ABAP Class CL_BCFG_ENUM_CONTAINER_TYPE (enum of container types (extendable))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CUS-TOL-API (Application Component) Business Configuration API (SAP-internal)
     S_BCFG_API (Package) Business Configuration Support API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BCFG_ENUM_BASE base class for enums 20110416
Properties
Class CL_BCFG_ENUM_CONTAINER_TYPE  
Short Description enum of container types (extendable)    
Super Class CL_BCFG_ENUM_BASE base class for enums 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_BCFG_API   Business Configuration Support API 
Created 20100629   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BCFG_ENUM_CONTAINER_TYPE has no forward declaration.
Interfaces
Class CL_BCFG_ENUM_CONTAINER_TYPE has no interface implemented.
Friends
Class CL_BCFG_ENUM_CONTAINER_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CLASSIC Static Attribute Public Object reference (TYPE REF TO) CL_BCFG_ENUM_CONTAINER_TYPE a container type derived from Classic BC Sets (see doc.) 20101110
2 ID_CLASSIC Constant Private Type reference (TYPE) STRING 'CLASSIC' 20100830
3 ID_SWITCH_BCSET Constant Private Type reference (TYPE) STRING 'SWITCH' 20110408
4 SWITCH_BCSET Static Attribute Public Object reference (TYPE REF TO) CL_BCFG_ENUM_CONTAINER_TYPE a container type representing Switch BC Sets (see doc.) 20110318
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20100629
2 CONSTRUCTOR Instance method Protected Constructor just for extenders; use constants instead 20100629
3 VALUES Static method Public Method 20110416
4 VALUE_OF Static method Public Method returns the value (object instance) corresponding to the ID 20100629
Events
Class CL_BCFG_ENUM_CONTAINER_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_ENUM_CONTAINER_TYPES Public See coding 20110303 ty_t_enum_container_types type hashed table of ref to cl_bcfg_enum_container_type with unique key table_line
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_BCFG_ENUM_CONTAINER_TYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BCFG_ENUM_CONTAINER_TYPE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FACTORY Call by reference Object reference (TYPE REF TO) IF_BCFG_CONFIG_FACTORY 20110416
2 Importing I_ID Call by reference Type reference (TYPE) STRING 20110416

Method CONSTRUCTOR on class CL_BCFG_ENUM_CONTAINER_TYPE has no exception.

Method VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_T_ENUM_CONTAINER_TYPES 20110416

Method VALUES on class CL_BCFG_ENUM_CONTAINER_TYPE has no exception.

Method VALUE_OF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) STRING 20110416
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_BCFG_ENUM_CONTAINER_TYPE 20101125

Method VALUE_OF on class CL_BCFG_ENUM_CONTAINER_TYPE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703