SAP ABAP Interface IF_CTS_LOGVIEW_UI_LOGS_DATASRC (Actual transport log data 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_LOGS_DATASRC | Default detailed logs data source | 20090726 |
Properties
| Interface | IF_CTS_LOGVIEW_UI_LOGS_DATASRC | |
| Short Description | Actual transport log data source |
General Data
| Package | SCTS_WDUI | Web Dynpro UI Layer of SCTS |
| Created | 20090724 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_CTS_LOGVIEW_UI_OVER_DATASRC | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_CTS_LOGVIEW_UI_LOGS_DATASRC has no interface.
Friends
Interface IF_CTS_LOGVIEW_UI_LOGS_DATASRC has no friend.
Attributes
Interface IF_CTS_LOGVIEW_UI_LOGS_DATASRC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Retrieves completely expanded log | 20100304 | |
| 2 | Instance method | Public | Method | Get ID | 20090726 | |
| 3 | Instance method | Public | Method | Retrieves initial protocol lines | 20090726 | |
| 4 | Instance method | Public | Method | Retrieves collapsed lines | 20090727 | |
| 5 | Instance method | Public | Method | Retrieves expanded lines | 20090727 | |
| 6 | Instance method | Public | Method | Returns a raw log | 20090812 | |
| 7 | Instance method | Public | Method | Has the given overview line a protocol? | 20090726 |
Events
Interface IF_CTS_LOGVIEW_UI_LOGS_DATASRC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_LINE | Public | See coding | 20090726 | begin of ty_line,
grid type wdui_table_grid_mode,
uid type string,
number type i,
text type string,
has_details type boolean,
details_url type string,
details_link_text type string,
details_text type string,
details_icon type string,
details_tooltip type string,
can_show_more type boolean,
can_show_less type boolean,
system type tmssysnam,
domain type tmsdomnam,
step type acttype,
level type i,
timestamp TYPE timestamp,
newsection type boolean,
line_background type wdui_table_cell_design,
line_foreground type wdui_textview_sem_col,
severity type trlog-severity,
line_section type i,
end of ty_line
|
||
| 2 | TY_LINES | Public | See coding | 20090726 | ty_lines type standard table of ty_line with default key
|
Method Signatures
Method GET_ALL_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN_NAME | Call by reference | Type reference (TYPE) | TMSDOMNAM | TMS: Transport Domain | 20100304 | |||
| 2 | PROTOCOL | Value transfer | Type reference (TYPE) | TY_LINES | 20100304 | ||||
| 3 | STEP | Call by reference | Type reference (TYPE) | ACTTYPE | Action Type in Change and Transport System | 20100304 | |||
| 4 | SYSTEM_NAME | Call by reference | Type reference (TYPE) | TMSSYSNAM | TMS: System Name | 20100304 | |||
| 5 | TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100304 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Logviewer Exceptions | 20100304 |
Method GET_ENTITY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENTITY_ID | Value transfer | Type reference (TYPE) | TRKORR | Request/Task | 20090726 |
Method GET_ENTITY_ID on Interface IF_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method GET_INITIAL_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN_NAME | Call by reference | Type reference (TYPE) | TMSDOMNAM | TMS: Transport Domain | 20090726 | |||
| 2 | LINES | Value transfer | Type reference (TYPE) | TY_LINES | 20090726 | ||||
| 3 | STEP | Call by reference | Type reference (TYPE) | ACTTYPE | Action Type in Change and Transport System | 20090726 | |||
| 4 | SYSTEM_NAME | Call by reference | Type reference (TYPE) | TMSSYSNAM | TMS: System Name | 20090726 | |||
| 5 | TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20091208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Logviewer Exceptions | 20090726 |
Method GET_LESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LINE | Call by reference | Type reference (TYPE) | TY_LINE | 20090727 | ||||
| 2 | PROTOCOL | Call by reference | Type reference (TYPE) | TY_LINES | 20090727 | ||||
| 3 | TEST_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090728 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Logviewer Exceptions | 20090727 |
Method GET_MORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LINE | Call by reference | Type reference (TYPE) | TY_LINE | 20090727 | ||||
| 2 | PROTOCOL | Call by reference | Type reference (TYPE) | TY_LINES | 20090727 | ||||
| 3 | TEST_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090728 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Logviewer Exceptions | 20090727 |
Method GET_RAW_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN_NAME | Call by reference | Type reference (TYPE) | TMSDOMNAM | TMS: Transport Domain | 20090812 | |||
| 2 | LOG | Value transfer | Type reference (TYPE) | STRING | 20090812 | ||||
| 3 | STEP | Call by reference | Type reference (TYPE) | ACTTYPE | Action Type in Change and Transport System | 20090812 | |||
| 4 | SYSTEM_NAME | Call by reference | Type reference (TYPE) | TMSSYSNAM | TMS: System Name | 20090812 | |||
| 5 | TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20091208 |
Method GET_RAW_LOG on Interface IF_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method HAS_PROTOCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLAG | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090726 | |||
| 2 | OVERVIEW_LINE | Call by reference | Type reference (TYPE) | IF_CTS_LOGVIEW_UI_OVER_DATASRC=>TY_OVERVIEW_LINE | 20090726 |
Method HAS_PROTOCOL on Interface IF_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |