SAP ABAP Class /BOBF/CL_LIB_M_GENERIC (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/LIBRARY (Package) Business Object Processing Framework Library
⤷
⤷
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 | 20090305 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_ALTERNATIVE_KEY | Interface to the mapping of alternative keys | 20090305 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_ASSOCIATION | Interface to the mapping of association related objects | 20090305 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_NODE | Interface to business object node related services | 20090305 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_SP_QUERY | Interface to the mapping of query related objects | 20090305 |
Properties
| Class | /BOBF/CL_LIB_M_GENERIC | |
| 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/LIBRARY | Business Object Processing Framework Library |
| Created | 20090305 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOBF/CL_LIB_M_GENERIC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOBF/IF_SP_ACTION | Interface to the mapping of action related objects | 20090305 | ||
| 2 | /BOBF/IF_SP_ALTERNATIVE_KEY | Interface to the mapping of alternative keys | 20090305 | ||
| 3 | /BOBF/IF_SP_ASSOCIATION | Interface to the mapping of association related objects | 20090305 | ||
| 4 | /BOBF/IF_SP_NODE | Interface to business object node related services | 20090305 | ||
| 5 | /BOBF/IF_SP_QUERY | Interface to the mapping of query related objects | 20090305 |
Friends
Class /BOBF/CL_LIB_M_GENERIC 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 | 20090305 | ||
| 2 | Constant | Protected | Type reference (TYPE) | STRING | 'PARENT_KEY' | Field Name | 20090305 | ||
| 3 | Static Attribute | Protected | Type reference (TYPE) | TT_CCTS | 20090305 | ||||
| 4 | Static Attribute | Protected | Type reference (TYPE) | TT_CCTS | 20090305 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | TY_T_CONVERSIONS | 20090305 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ACT_LIST | Configuration: Action | 20090305 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ALTKEY | information about alternative key | 20090305 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20090305 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20090305 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_QUERY | Configuration: Query | 20090305 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | Table manager class for /BOBF/T_CONFRO_MAPPING | 20090305 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Convert field content | 20090305 | |
| 2 | Instance method | Private | Method | Extract CCTS fields from mapping | 20090305 |
Events
Class /BOBF/CL_LIB_M_GENERIC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CCTS | Protected | See coding | 20090305 | |
||
| 2 | TY_T_CONVERSIONS | Private | See coding | 20090305 | 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 | 20090305 | |||
| 2 | IT_MAPPING | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | CCTS mapping | 20090305 | |||
| 3 | IV_CONVERSION_TAG | Call by reference | Type reference (TYPE) | /BOBF/CONF_CONVERSION_TYPE | Tag to identify conversion | 20090305 | |||
| 4 | IV_INBOUND | Call by reference | Type reference (TYPE) | BOOLE_D | X = inbound, SPACE = outbound | 20090305 | |||
| 5 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | Value | 20090305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for Service Provider | 20090305 |
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 | 20090305 | |||
| 2 | IT_MAPPING | Call by reference | Type reference (TYPE) | /BOBF/T_CONFRO_MAPPING | Configuration: Field Name Mapping | 20090305 | |||
| 3 | IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | Type of Object-Specific Logic | 20090305 | |||
| 4 | IV_CONTENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20090305 | |||
| 5 | IV_CONV_RULE | Call by reference | Type reference (TYPE) | /BOBF/CONF_CONVERSION_TYPE | Conversion rule | 20090305 | |||
| 6 | IV_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20090305 |
Method EXTRACT_CCTS_FIELDS on class /BOBF/CL_LIB_M_GENERIC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |