SAP ABAP Class /BOBF/CL_CONF_V_CONTENT_IMPL (Check class implementation of act, assoc, det, query, val)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
⤷
/BOBF/CONFIGURATION (Package) Business Object Processing Configuration

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_CONF_V_CONSISTENCY | Super Class for Consistency Checks | 20081212 |
Properties
Class | /BOBF/CL_CONF_V_CONTENT_IMPL | |
Short Description | Check class implementation of act, assoc, det, query, val | |
Super Class | /BOBF/CL_CONF_V_CONSISTENCY | Super Class for Consistency Checks |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOBF/CONFIGURATION | Business Object Processing Configuration |
Created | 20081212 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOBF/CL_CONF_V_CONTENT_IMPL has no forward declaration.
Interfaces
Class /BOBF/CL_CONF_V_CONTENT_IMPL has no interface implemented.
Friends
Class /BOBF/CL_CONF_V_CONTENT_IMPL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_CLASS_IMPLEMENTATION | 20081212 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_LIBRARY_CLASS | 20081212 |
Methods
Class /BOBF/CL_CONF_V_CONTENT_IMPL has no method.
Events
Class /BOBF/CL_CONF_V_CONTENT_IMPL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_CLASS_IMPLEMENTATION | Private | See coding | 20081212 | tt_class_implementation TYPE SORTED TABLE OF ty_class_implementation WITH NON-UNIQUE KEY node_key fieldname interface_name
|
||
2 | TT_LIBRARY_CLASS | Private | See coding | 20081212 | tt_library_class TYPE SORTED TABLE OF ty_library_class WITH NON-UNIQUE KEY class_name
WITH NON-UNIQUE SORTED KEY lib_cat COMPONENTS lib_cat
|
||
3 | TY_CLASS_IMPLEMENTATION | Private | See coding | 20081212 | BEGIN OF ty_class_implementation.
INCLUDE TYPE /BOBF/CONF_CLIMP.
TYPES class_name TYPE seoclsname.
TYPES inheritance_allowed TYPE boole_d.
TYPES END OF ty_class_implementation
|
||
4 | TY_LIBRARY_CLASS | Private | See coding | BOPF Library classes | 20081212 | BEGIN OF ty_library_class,
class_name TYPE seoclsname,
node_type TYPE /BOBF/OBM_NODE_TYPE,
assoc_cat TYPE /BOBF/OBM_ASSOC_CAT,
act_cat TYPE /BOBF/ACT_CAT,
val_cat TYPE /BOBF/VAL_CAT,
lib_status TYPE /BOBF/CONF_LIB_STATUS,
lib_cat TYPE /BOBF/CONF_LIB_CATEGORY,
derivator_cat TYPE /BOBF/OBM_DERIVATOR_CAT,
edit_mode TYPE /BOBF/CONF_EDIT_MODE,
vset_cat TYPE /BOBF/OBM_VSET_CAT,
END OF ty_library_class
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |