SAP ABAP Class /BOBF/CL_CONF_V_MAPPING_CONST (Check existence of association binding elements)
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_MAPPING_CONST | |
Short Description | Check existence of association binding elements | |
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_MAPPING_CONST has no forward declaration.
Interfaces
Class /BOBF/CL_CONF_V_MAPPING_CONST has no interface implemented.
Friends
Class /BOBF/CL_CONF_V_MAPPING_CONST 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) | TY_GT_INTF_DESCR | 20081212 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_GT_STRUCT_DESCR | 20081212 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20081212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Get Interface Descriptor | 20081212 |
Events
Class /BOBF/CL_CONF_V_MAPPING_CONST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_GS_INTF_DESCR | Private | See coding | 20081212 | BEGIN OF ty_gs_intf_descr,
intf_name TYPE seoclsname,
intf_descr TYPE REF TO cl_abap_intfdescr.
TYPES: END OF ty_gs_intf_descr
|
||
2 | TY_GS_STRUCT_DESCR | Private | See coding | 20081212 | BEGIN OF ty_gs_struct_descr,
struct_name TYPE strukname,
struct_descr TYPE REF TO cl_abap_structdescr.
TYPES: END OF ty_gs_struct_descr
|
||
3 | TY_GT_ERROR_TABLE | Private | See coding | 20081212 | ty_gt_error_table TYPE SORTED TABLE OF seoclsname
|
||
4 | TY_GT_INTF_DESCR | Private | See coding | 20081212 | ty_gt_intf_descr TYPE SORTED TABLE OF ty_gs_intf_descr
WITH UNIQUE KEY intf_name
|
||
5 | TY_GT_STRUCT_DESCR | Private | See coding | 20081212 | ty_gt_struct_descr TYPE SORTED TABLE OF ty_gs_struct_descr
WITH UNIQUE KEY struct_name
|
Method Signatures
Method _GET_INTF_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_INTF_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_INTFDESCR | Runtime Type Services | 20081212 | ||
2 | ![]() |
IV_INTF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20081212 |
Method _GET_INTF_DESCR on class /BOBF/CL_CONF_V_MAPPING_CONST has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |