SAP ABAP Class /BOBF/CL_SP_NODE_TABLES_BS (Field mapping (meta data based))
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
⤷
/BOBF/SERVICE_PROVIDER (Package) Business Object Framework Service Provider

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_ACTION | Interface to the mapping of action related objects | 20080527 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_ALTERNATIVE_KEY | Interface to the mapping of alternative keys | 20080527 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_ASSOCIATION | Interface to the mapping of association related objects | 20080527 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_NODE | Interface to business object node related services | 20080527 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_QUERY | Interface to the mapping of query related objects | 20080527 |
Properties
Class | /BOBF/CL_SP_NODE_TABLES_BS | |
Short Description | Field mapping (meta data based) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOBF/SERVICE_PROVIDER | Business Object Framework Service Provider |
Created | 20080527 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOBF/CL_SP_NODE_TABLES_BS has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOBF/IF_SP_ACTION | Interface to the mapping of action related objects | 20080527 | ||
2 | /BOBF/IF_SP_ALTERNATIVE_KEY | Interface to the mapping of alternative keys | 20080527 | ||
3 | /BOBF/IF_SP_ASSOCIATION | Interface to the mapping of association related objects | 20080527 | ||
4 | /BOBF/IF_SP_NODE | Interface to business object node related services | 20080527 | ||
5 | /BOBF/IF_SP_QUERY | Interface to the mapping of query related objects | 20080527 |
Friends
Class /BOBF/CL_SP_NODE_TABLES_BS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'KEY' | Field Name | 20080527 | |
2 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'PARENT_KEY' | Field Name | 20080527 | |
3 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_CCTS | 20080527 | |||
4 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_CCTS | 20080527 | |||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_CONVERSIONS | 20080527 | |||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ACT_LIST | Configuration: Action | 20080527 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ALTKEY | information about alternative key | 20080527 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20080527 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20080527 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_QUERY | Configuration: Query | 20080527 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | Table manager class for /BOBF/T_CONFRO_MAPPING | 20080527 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_EEW_CHECK | 20080527 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20080527 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Convert field content | 20080527 |
2 | ![]() |
Instance method | Private | Method | Extract CCTS fields from mapping | 20080527 |
Events
Class /BOBF/CL_SP_NODE_TABLES_BS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_CCTS | Protected | See coding | 20080527 | tt_ccts TYPE RANGE OF /bobf/conf_conversion_type
|
||
2 | TT_EEW_CHECK | Private | See coding | 20080527 | tt_eew_check TYPE SORTED TABLE OF ty_eew_check WITH UNIQUE KEY include_name
|
||
3 | TY_EEW_CHECK | Private | See coding | 20080527 | BEGIN OF ty_eew_check,
include_name TYPE tabname,
is_implemented TYPE boole_d,
END OF ty_eew_check
|
||
4 | TY_T_CONVERSIONS | Private | See coding | 20080527 | ty_t_conversions TYPE SORTED TABLE OF /bobf/conf_conv WITH UNIQUE KEY conversion_type
|
Method Signatures
Method CONVERT_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_VALUE | Call by reference | Type reference (TYPE) | ANY | Value | 20080527 | ||
2 | ![]() |
IT_MAPPING | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | CCTS mapping | 20080527 | ||
3 | ![]() |
IV_CONVERSION_TAG | Call by reference | Type reference (TYPE) | /BOBF/CONF_CONVERSION_TYPE | Tag to identify conversion | 20080527 | ||
4 | ![]() |
IV_INBOUND | Call by reference | Type reference (TYPE) | BOOLE_D | X = inbound, SPACE = outbound | 20080527 | ||
5 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | ANY | Value | 20080527 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Class for Service Provider | 20080527 |
Method EXTRACT_CCTS_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CCTS_MAPPING | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | Configuration: Field Name Mapping | 20080527 | ||
2 | ![]() |
IT_MAPPING | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | Configuration: Field Name Mapping | 20080527 | ||
3 | ![]() |
IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Type of Object-Specific Logic | 20080527 | ||
4 | ![]() |
IV_CONTENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20080527 | ||
5 | ![]() |
IV_CONV_RULE | Call by reference | Type reference (TYPE) | /BOBF/CONF_CONVERSION_TYPE | Conversion rule | 20080527 | ||
6 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20080527 |
Method EXTRACT_CCTS_FIELDS on class /BOBF/CL_SP_NODE_TABLES_BS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 701 |