SAP ABAP Class /BOBF/CL_SP_NODE_TABLES (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 | 20081212 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_ALTERNATIVE_KEY | Interface to the mapping of alternative keys | 20081212 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_ASSOCIATION | Interface to the mapping of association related objects | 20081212 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_NODE | Interface to business object node related services | 20081212 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_QUERY | Interface to the mapping of query related objects | 20081212 |
Properties
Class | /BOBF/CL_SP_NODE_TABLES | |
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 | 20081212 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOBF/CL_SP_NODE_TABLES has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOBF/IF_SP_ACTION | Interface to the mapping of action related objects | 20081212 | ||
2 | /BOBF/IF_SP_ALTERNATIVE_KEY | Interface to the mapping of alternative keys | 20081212 | ||
3 | /BOBF/IF_SP_ASSOCIATION | Interface to the mapping of association related objects | 20081212 | ||
4 | /BOBF/IF_SP_NODE | Interface to business object node related services | 20081212 | ||
5 | /BOBF/IF_SP_QUERY | Interface to the mapping of query related objects | 20081212 |
Friends
Class /BOBF/CL_SP_NODE_TABLES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_CCTS | 20081212 | |||
2 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_CCTS | 20081212 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_CONVERSIONS | 20081212 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ACT_LIST | Configuration: Action | 20081212 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ALTKEY | information about alternative key | 20081212 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20081212 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20081212 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_QUERY | Configuration: Query | 20081212 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | 20081212 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_EEW_CHECK | session buffer for eew check | 20081212 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20081212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081212 |
2 | ![]() |
Instance method | Protected | Method | Convert field content | 20081212 |
3 | ![]() |
Instance method | Private | Method | Extract CCTS fields from mapping | 20081212 |
Events
Class /BOBF/CL_SP_NODE_TABLES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_CCTS | Protected | See coding | 20081212 | tt_ccts TYPE RANGE OF /BOBF/CONF_CONVERSION_TYPE
|
||
2 | TT_EEW_CHECK | Private | See coding | 20081212 | tt_eew_check TYPE SORTED TABLE OF ty_eew_check WITH UNIQUE KEY include_name
|
||
3 | TY_EEW_CHECK | Private | See coding | 20081212 | 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 | 20081212 | ty_t_conversions TYPE SORTED TABLE OF /BOBF/CONF_CONV WITH UNIQUE KEY conversion_type
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /BOBF/CL_SP_NODE_TABLES has no parameter.
Method CLASS_CONSTRUCTOR on class /BOBF/CL_SP_NODE_TABLES has no exception.
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 | 20081212 | ||
2 | ![]() |
IT_MAPPING | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | CCTS mapping | 20081212 | ||
3 | ![]() |
IV_CONVERSION_TAG | Call by reference | Type reference (TYPE) | /BOBF/CONF_CONVERSION_TYPE | Tag to identify conversion | 20081212 | ||
4 | ![]() |
IV_INBOUND | Call by reference | Type reference (TYPE) | BOOLE_D | X = inbound, SPACE = outbound | 20081212 | ||
5 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | ANY | Value | 20081212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081212 |
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 | 20081212 | ||
2 | ![]() |
IT_MAPPING | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | Configuration: Field Name Mapping | 20081212 | ||
3 | ![]() |
IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Type of Object-Specific Logic | 20081212 | ||
4 | ![]() |
IV_CONTENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20081212 | ||
5 | ![]() |
IV_CONV_RULE | Call by reference | Type reference (TYPE) | /BOBF/CONF_CONVERSION_TYPE | Conversion rule | 20081212 | ||
6 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20081212 |
Method EXTRACT_CCTS_FIELDS on class /BOBF/CL_SP_NODE_TABLES has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |