SAP ABAP Class /BOFU/CL_V_CODE_VALUES (Check Code Values: Domain vals, IMG Tables)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_VALIDATION | Interface for a Validation | 20081127 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_V_DEMO_CUST_CODES | Test Customer: Check Code Values | 20110119 |
2 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_V_TEST_CUST_CODES | Test Customer: Check Code Values | 20090403 |
3 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_V_TEST_EMPL_CODES | Test Employee: Check Code Values | 20090403 |
Properties
Class | /BOFU/CL_V_CODE_VALUES | |
Short Description | Check Code Values: Domain vals, IMG Tables | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | /BOFU/CODE_LISTS | |
Program status | ||
Category | 0 | |
Package | /BOFU/CODE_LISTS | Code Lists |
Created | 20081127 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOBF/IF_FRW_VALIDATION | Interface for a Validation | 20081127 |
Friends
Class /BOFU/CL_V_CODE_VALUES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'KEY' | 20081127 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | /BOBF/T_FORKEY_BUFFER | Buffer structure for foreign keys | 20081127 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LCL_V_CODE_VALUES_HELPER | 20081127 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20081127 |
2 | ![]() |
Instance method | Protected | Method | Indicates for which field name which code has to be checked | 20081127 |
Events
Class /BOFU/CL_V_CODE_VALUES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_READ_CODES | Private | See coding | 20081127 | tt_read_codes TYPE SORTED TABLE OF ty_read_codes WITH UNIQUE KEY type
|
||
2 | TY_READ_CODES | Private | See coding | 20081127 | BEGIN OF ty_read_codes,
type TYPE string,
codes TYPE /bofu/if_code_list_provider=>tt_code_values,
END OF ty_read_codes
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /BOFU/CL_V_CODE_VALUES has no parameter.
Method CONSTRUCTOR on class /BOFU/CL_V_CODE_VALUES has no exception.
Method GET_VALIDATION_CONFIGURATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ATTRIBUTE_DETAILS | Call by reference | Type reference (TYPE) | /BOBF/T_ATTRIBUTE_DETAILS | Details of BO node atttributes | 20081127 | ||
2 | ![]() |
IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_VAL | Context Information for Validations | 20081127 |
Method GET_VALIDATION_CONFIGURATION on class /BOFU/CL_V_CODE_VALUES has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 701 |