SAP ABAP Interface IF_CTS_LOGVIEW_UI_OVER_DATASRC (Logviewer: Overview Source)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-ORG-PLS (Application Component) Transport Organizer für non-ABAP (CTS+)
⤷
SCTS_WDUI (Package) Web Dynpro UI Layer of SCTS
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CTS_LOGVIEW_UI_OVER_DATASRC | Default log overview data source | 20090724 |
Properties
| Interface | IF_CTS_LOGVIEW_UI_OVER_DATASRC | |
| Short Description | Logviewer: Overview Source |
General Data
| Package | SCTS_WDUI | Web Dynpro UI Layer of SCTS |
| Created | 20090724 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_CTS_LOGVIEW_UI_OVER_DATASRC has no forward declaration.
Interfaces
Interface IF_CTS_LOGVIEW_UI_OVER_DATASRC has no interface.
Friends
Interface IF_CTS_LOGVIEW_UI_OVER_DATASRC has no friend.
Attributes
Interface IF_CTS_LOGVIEW_UI_OVER_DATASRC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Retrieves children for a given overview element | 20090724 | |
| 2 | Instance method | Public | Method | Returns the ID of the transport enity | 20090726 | |
| 3 | Instance method | Public | Method | Retrieves root overview entries (top-level) | 20090724 |
Events
Interface IF_CTS_LOGVIEW_UI_OVER_DATASRC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_OVERVIEW_LINE | Public | See coding | 20090724 | begin of ty_overview_line,
expanded type boolean,
has_children type boolean,
uid type string,
parent_uid type string,
title type string,
title_icon type string,
title_style type wdui_link_type,
description type string,
rc type c length 1,
rc_icon type string,
rc_text type string,
date type string,
system type tmssysnam,
domain type tmsdomnam,
step type acttype,
request type trkorr,
timestamp TYPE timestamp,
end of ty_overview_line
|
||
| 2 | TY_OVERVIEW_LINES | Public | See coding | 20090724 | ty_overview_lines type standard table of ty_overview_line with default key
|
Method Signatures
Method GET_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILDREN | Value transfer | Type reference (TYPE) | TY_OVERVIEW_LINES | 20090724 | ||||
| 2 | PARENT | Call by reference | Type reference (TYPE) | TY_OVERVIEW_LINE | 20090724 | ||||
| 3 | TEST_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Logviewer Exceptions | 20090724 |
Method GET_ENTITY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | TRKORR | Request/Task | 20090726 |
Method GET_ENTITY_ID on Interface IF_CTS_LOGVIEW_UI_OVER_DATASRC has no exception.
Method GET_ROOT_OVERVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LINES | Value transfer | Type reference (TYPE) | TY_OVERVIEW_LINES | 20090724 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Logviewer Exceptions | 20090724 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |