SAP ABAP Class CL_BSA_SADL_MP_MERGED (SADL context mapping provider for testing, highly inperforma)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_MAPPING_PROVIDER (Package) SADL Mapping Provider
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSA_SADL_MP_CONTEXT | Context data provider | 20120912 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSA_SADL_MP_FRAGMENT | SADL fragment data provider | 20120912 |
Properties
| Class | CL_BSA_SADL_MP_MERGED | |
| Short Description | SADL context mapping provider for testing, highly inperforma | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADL_MAPPING_PROVIDER | SADL Mapping Provider |
| Created | 20120912 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BSA_SADL_MP_MERGED has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BSA_SADL_MP_CONTEXT | Context data provider | 20120912 | ||
| 2 | IF_BSA_SADL_MP_FRAGMENT | SADL fragment data provider | 20120912 |
Friends
Class CL_BSA_SADL_MP_MERGED has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20120912 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TT_MP_MAP | 20120912 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_SADL_TYPES=>TY_TIMESTAMP | 20120912 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_SADL_TYPES=>TY_UUID | 20120912 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20120912 |
Events
Class CL_BSA_SADL_MP_MERGED has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_MP_MAP | Public | See coding | 20120912 | tt_mp_map TYPE HASHED TABLE OF ty_mp_map WITH UNIQUE KEY uuid
|
||
| 2 | TY_MP_MAP | Public | See coding | 20120912 | BEGIN OF ty_mp_map,
uuid TYPE if_sadl_types=>ty_uuid,
mp TYPE REF TO if_bsa_sadl_mp_fragment,
END OF ty_mp_map
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SADL_DEFINITION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20120912 | ||||
| 2 | IT_MPS | Call by reference | Type reference (TYPE) | TT_MP_MAP | 20120912 | ||||
| 3 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_TIMESTAMP | 20120912 | ||||
| 4 | IV_UUID | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_UUID | 20120912 |
Method CONSTRUCTOR on class CL_BSA_SADL_MP_MERGED has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |