SAP ABAP Class CL_SADL_ENTITY_PROVIDER_SADL (SADL Entity Provider for external format SADL Entity)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_COMPILER (Package) SADL Compiler
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20121217 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SADL_ENTITY_PROVIDER | IF_SADL_ENTITY_PROVIDER Entity Model Provider | 20120822 |
Properties
| Class | CL_SADL_ENTITY_PROVIDER_SADL | |
| Short Description | SADL Entity Provider for external format SADL Entity | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADL_COMPILER | SADL Compiler |
| Created | 20120822 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SADL_ENTITY_PROVIDER_SADL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20121217 | ||
| 2 | IF_SADL_ENTITY_PROVIDER | IF_SADL_ENTITY_PROVIDER Entity Model Provider | 20120822 |
Friends
Class CL_SADL_ENTITY_PROVIDER_SADL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | IF_SADL_ENTITY=>TY_ENTITY_TYPE | CL_SADL_ENTITY_FACTORY=>CO_TYPE-SADL | 20121217 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_SADL_ENTITY_BUFFER | 20120822 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120822 |
Events
Class CL_SADL_ENTITY_PROVIDER_SADL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SADL_ENTITY_BUFFER | Private | See coding | 20120822 | tt_sadl_entity_buffer TYPE SORTED TABLE OF ty_sadl_entity_buffer WITH UNIQUE KEY id type
|
||
| 2 | TY_SADL_ENTITY_BUFFER | Private | See coding | 20120822 | BEGIN OF ty_sadl_entity_buffer,
id TYPE if_sadl_entity=>ty_entity_id,
type TYPE string,
entity TYPE REF TO if_sadl_entity,
END OF ty_sadl_entity_buffer
|
Method Signatures
Method REGISTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SADL_ENTITY | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_SADL_ENTITY | 20120822 |
Method REGISTER on class CL_SADL_ENTITY_PROVIDER_SADL has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |