SAP ABAP Class IF_ECH_PLA_DB_ACCESS (if_ech_pla_db_access)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ECH_PLA_DB_ACCESS_ARCH | cl_ech_pla_db_access_arch | 20110505 |
Properties
| Class | IF_ECH_PLA_DB_ACCESS | |
| Short Description | if_ech_pla_db_access | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110505 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_ECH_PLA_DB_ACCESS has no forward declaration.
Interfaces
Class IF_ECH_PLA_DB_ACCESS has no interface implemented.
Friends
Class IF_ECH_PLA_DB_ACCESS has no friend class.
Attributes
Class IF_ECH_PLA_DB_ACCESS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110505 | ||
| 2 | Instance method | Public | Method | 20110505 |
Events
Class IF_ECH_PLA_DB_ACCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ENTRY | Public | See coding | 20110505 | BEGIN OF ty_s_entry,
attribute_id TYPE ech_pla_attribute_id,
value TYPE string, " todo define format and according DDIC Type
END OF ty_s_entry
|
||
| 2 | TY_T_READ_ENTRY | Public | See coding | 20110505 | ty_t_read_entry TYPE TABLE OF ty_s_entry WITH DEFAULT KEY
|
||
| 3 | TY_T_WRITE_ENTRY | Public | See coding | 20110505 | ty_t_write_entry TYPE TABLE OF ty_s_entry WITH DEFAULT KEY
|
Method Signatures
Method READ_ATTRIBUTES_BY_FEH_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FEH_GUID | Call by reference | Type reference (TYPE) | FEH_GUID | 20110505 | ||||
| 2 | RT_ENTRY | Value transfer | Type reference (TYPE) | TY_T_READ_ENTRY | 20110505 |
Method READ_ATTRIBUTES_BY_FEH_GUID on class IF_ECH_PLA_DB_ACCESS has no exception.
Method WRITE_EXTRACTED_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXTRACTED_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_T_WRITE_ENTRY | 20110505 | ||||
| 2 | IV_FEH_GUID | Call by reference | Type reference (TYPE) | FEH_GUID | 20110505 |
Method WRITE_EXTRACTED_ATTRIBUTES on class IF_ECH_PLA_DB_ACCESS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |