SAP ABAP Class /BOBF/CL_CONF_V_ASSOC_BINDING (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_ASSOC_BINDING | |
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_ASSOC_BINDING has no forward declaration.
Interfaces
Class /BOBF/CL_CONF_V_ASSOC_BINDING has no interface implemented.
Friends
Class /BOBF/CL_CONF_V_ASSOC_BINDING 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_COMPAT_DTEL | 20081212 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_GT_INTF_DESCR | 20081212 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_GT_STRUCT_DESCR | 20081212 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20081212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20110829 |
2 | ![]() |
Instance method | Private | Method | 20110829 | |
3 | ![]() |
Instance method | Private | Method | 20110829 |
Events
Class /BOBF/CL_CONF_V_ASSOC_BINDING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_GS_COMPAT_DTEL | Private | See coding | 20081212 | BEGIN OF ty_gs_compat_dtel,
dtel_name_int TYPE string,
dtel_name_ext TYPE string,
only_for_constant TYPE boole_d,
END OF ty_gs_compat_dtel
|
||
2 | 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
|
||
3 | 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
|
||
4 | TY_GT_COMPAT_DTEL | Private | See coding | 20081212 | ty_gt_compat_dtel TYPE SORTED TABLE OF ty_gs_compat_dtel WITH UNIQUE KEY dtel_name_int dtel_name_ext
|
||
5 | TY_GT_ERROR_TABLE | Private | See coding | 20081212 | ty_gt_error_table TYPE SORTED TABLE OF seoclsname
|
||
6 | 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
|
||
7 | 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 CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /BOBF/CL_CONF_V_ASSOC_BINDING has no parameter.
Method CLASS_CONSTRUCTOR on class /BOBF/CL_CONF_V_ASSOC_BINDING has no exception.
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 | 20110829 | |||
2 | ![]() |
IV_INTF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110829 |
Method _GET_INTF_DESCR on class /BOBF/CL_CONF_V_ASSOC_BINDING has no exception.
Method _GET_STRUCT_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ATTRIBUTES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NAME | 20110829 | |||
2 | ![]() |
IV_PROXY_TYPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110829 | |||
3 | ![]() |
IV_STRUCT_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | 20110829 |
Method _GET_STRUCT_DESCR on class /BOBF/CL_CONF_V_ASSOC_BINDING has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |