SAP ABAP Class CL_BS_TYPECASTED_MAPPER (Provides services around type-based mapping)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-MDG-APP-BP (Application Component) MDG Business Partner (Central Part)
⤷
BS_COMMON_OBJECTS (Package) Common Tools and Interfaces
⤷
⤷
Properties
| Class | CL_BS_TYPECASTED_MAPPER | |
| Short Description | Provides services around type-based mapping | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BS_COMMON_OBJECTS | Common Tools and Interfaces |
| Created | 20100714 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_BS_TYPECASTED_MAPPER has no interface implemented.
Friends
Class CL_BS_TYPECASTED_MAPPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BS_TYPECASTED_MAP_ASSISTANT | Assistant definition for type-casted mapping | 20100714 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100714 | |
| 2 | Instance method | Public | Method | Maps source to target type-based | 20100714 | |
| 3 | Instance method | Public | Method | Returns a structure of a type merged for given structures | 20101110 |
Events
Class CL_BS_TYPECASTED_MAPPER has no event.
Types
Class CL_BS_TYPECASTED_MAPPER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_MAP_ASSISTANT | Call by reference | Object reference (TYPE REF TO) | IF_BS_TYPECASTED_MAP_ASSISTANT | Assistant definition for type-casted mapping | 20100714 |
Method CONSTRUCTOR on class CL_BS_TYPECASTED_MAPPER has no exception.
Method MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_TARGET_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | 20100714 | ||||
| 2 | ET_TARGET_FIELDNAMES | Call by reference | Type reference (TYPE) | BST_FIELDNAMES | List of target fields that were filled | 20110124 | |||
| 3 | IS_SOURCE_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | 20100714 | ||||
| 4 | IT_SOURCE_FIELDNAMES | Call by reference | Type reference (TYPE) | BST_FIELDNAMES | List of source fields to be copied to target structure | 20100714 |
Method MAP on class CL_BS_TYPECASTED_MAPPER has no exception.
Method STRUCTURE_OF_MERGED_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_MERGED_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | DATA | 20101110 | ||||
| 2 | IS_STRUCTURE_1 | Call by reference | Type reference (TYPE) | ANY | 20101110 | ||||
| 3 | IS_STRUCTURE_2 | Call by reference | Type reference (TYPE) | ANY | 20101110 | ||||
| 4 | IV_COPY_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | indicator: "X" = copies data of structures to result-struct | 20101110 |
Method STRUCTURE_OF_MERGED_TYPE on class CL_BS_TYPECASTED_MAPPER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |