SAP ABAP Class CL_SEDI_ADT_WB_HELPER (workbench entity helper)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-SRC (Application Component) ABAP Source Code editors in ABAP in Eclipse
⤷
SEDI_ADT (Package) Service Enabeling Navigation
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SEDI_ADT_WB_HELPER | Workbench entities helper | 20100526 |
Properties
| Class | CL_SEDI_ADT_WB_HELPER | |
| Short Description | workbench entity helper | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEDI_ADT | Service Enabeling Navigation |
| Created | 20100526 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SEDI_ADT_WB_HELPER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SEDI_ADT_WB_HELPER | Workbench entities helper | 20100526 |
Friends
Class CL_SEDI_ADT_WB_HELPER 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) | TY_CACHED_SOURCES | 20100608 | ||||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'LONGTEXT' | 20120802 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SEDI_ADT_WB_HELPER | 20100608 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20100608 | ||
| 2 | Instance method | Private | Method | 20100526 |
Events
Class CL_SEDI_ADT_WB_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CACHED_SOURCE | Private | See coding | 20100608 | BEGIN OF ty_cached_source,
prog_name TYPE trdir-name,
source_name TYPE trdir-name,
source_tab TYPE rswsourcet,
END OF ty_cached_source
|
||
| 2 | TY_CACHED_SOURCES | Private | See coding | 20100608 | ty_cached_sources TYPE HASHED TABLE OF ty_cached_source WITH UNIQUE KEY prog_name source_name
|
Method Signatures
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SEDI_ADT_WB_HELPER | 20100608 |
Method GET_INSTANCE on class CL_SEDI_ADT_WB_HELPER has no exception.
Method REBUILD_OBJECT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT_NAME | Call by reference | Type reference (TYPE) | SEU_OBJKEY | 20100526 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100526 |
Method REBUILD_OBJECT_LIST on class CL_SEDI_ADT_WB_HELPER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |