SAP ABAP Class CL_SADL_ENTITY_TRANS_FACTORY (CL_SADL_ENTITY_FACTORY Factory to create a certain instance)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_ENTITY_API (Package) SADL Entity API
⤷
⤷
Properties
| Class | CL_SADL_ENTITY_TRANS_FACTORY | |
| Short Description | CL_SADL_ENTITY_FACTORY Factory to create a certain instance | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADL_ENTITY_API | SADL Entity API |
| Created | 20130211 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SADL_ENTITY_TRANS_FACTORY has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SADL_AUNIT_FRIEND | 20130211 | Friend helper class for Unit Tests |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TT_PROVIDER_CACHE | 20130211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20130211 |
Events
Class CL_SADL_ENTITY_TRANS_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_PROVIDER_CACHE | Private | See coding | 20130211 | tt_provider_cache TYPE STANDARD TABLE OF ty_provider_entry WITH KEY entity_type
|
||
| 2 | TY_PROVIDER_ENTRY | Private | See coding | 20130211 | BEGIN OF ty_provider_entry,
entity_type TYPE if_sadl_entity=>ty_entity_type,
provider TYPE REF TO if_sadl_entity_transact_prov,
END OF ty_provider_entry
|
Method Signatures
Method GET_TRANSACTIONAL_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_ENTITY_TYPE | 20130211 | ||||
| 2 | RO_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_SADL_ENTITY_TRANSACT_PROV | 20130211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130211 | |||
| 2 | 20130809 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |