SAP ABAP Class CL_CTS_LOGVIEW_UI_LOGS_DATASRC (Default detailed logs 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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CTS_LOGVIEW_UI_LOGS_DATASRC | Actual transport log data source | 20090726 |
Properties
Class | CL_CTS_LOGVIEW_UI_LOGS_DATASRC | |
Short Description | Default detailed logs data source | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SCTS_WDUI | Web Dynpro UI Layer of SCTS |
Created | 20090726 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CTS_LOGVIEW_UI_LOGS_DATASRC | Actual transport log data source | 20090726 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_CTS_LOGVIEW_UI_DATASRC | 20090726 | Default data source for the log viewer |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_BUFFER_LOGS | 20090726 | |||
2 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | '~Icon/HintMessage' | 20090812 | ||
3 | ![]() |
Constant | Protected | Type reference (TYPE) | I | 699 | 20090730 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TRKORR | Request/Task | 20090726 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Add 'Details' Link | 20091109 |
2 | ![]() |
Static method | Private | Method | Adjust styles | 20090730 |
3 | ![]() |
Static method | Protected | Method | Create new source | 20090726 |
4 | ![]() |
Instance method | Private | Method | 20100304 | |
5 | ![]() |
Instance method | Private | Method | 20090812 | |
6 | ![]() |
Instance method | Private | Method | 20090812 | |
7 | ![]() |
Instance method | Private | Method | 20090812 | |
8 | ![]() |
Instance method | Private | Method | 20090812 | |
9 | ![]() |
Instance method | Private | Method | 20090812 | |
10 | ![]() |
Static method | Private | Method | Retrieves a level one section | 20090727 |
11 | ![]() |
Instance method | Private | Method | 20090812 | |
12 | ![]() |
Static method | Protected | Method | Loading a logfile | 20090726 |
13 | ![]() |
Static method | Private | Method | Read long text | 20090729 |
Events
Class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_BUFFER_LOG | Private | See coding | 20090727 | begin of ty_buffer_log,
system_name type tmssysnam,
domain_name type tmsdomnam,
step type acttype,
timestamp type timestamp,
raw_log type trlogs,
end of ty_buffer_log
|
||
2 | TY_BUFFER_LOGS | Private | See coding | 20090727 | ty_buffer_logs type standard table of ty_buffer_log with key system_name domain_name step timestamp
|
||
3 | TY_LINE | Private | Attribute reference (LIKE) | 20090812 |
|
||
4 | TY_LINES | Private | Attribute reference (LIKE) | 20090812 |
|
Method Signatures
Method ADD_NAVIGATION 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 | 20091109 | |||
2 | ![]() |
RAW_LINE | Call by reference | Type reference (TYPE) | TRLOG | Log Display Interface | 20091109 |
Method ADD_NAVIGATION on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method ADJUST_SECTION_STYLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROTOCOL | Call by reference | Type reference (TYPE) | IF_CTS_LOGVIEW_UI_LOGS_DATASRC=>TY_LINES | 20090730 |
Method ADJUST_SECTION_STYLE on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATASOURCE | Value transfer | Object reference (TYPE REF TO) | IF_CTS_LOGVIEW_UI_LOGS_DATASRC | Actual transport log data source | 20090726 | ||
2 | ![]() |
TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20090726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Logviewer Exceptions | 20090726 |
Method GET_ALL_LINES Signature
Method GET_ALL_LINES on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no parameter.
Method GET_ALL_LINES on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method GET_ENTITY_ID Signature
Method GET_ENTITY_ID on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no parameter.
Method GET_ENTITY_ID on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method GET_INITIAL_LINES Signature
Method GET_INITIAL_LINES on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no parameter.
Method GET_INITIAL_LINES on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method GET_LESS Signature
Method GET_LESS on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no parameter.
Method GET_LESS on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method GET_MORE Signature
Method GET_MORE on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no parameter.
Method GET_MORE on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method GET_RAW_LOG Signature
Method GET_RAW_LOG on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no parameter.
Method GET_RAW_LOG on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method GET_SECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | I | 20090727 | |||
2 | ![]() |
LOGLINES_IN | Call by reference | Type reference (TYPE) | TRLOGS | Transport log | 20090727 | ||
3 | ![]() |
LOGLINES_OUT | Value transfer | Type reference (TYPE) | TRLOGS | Transport log | 20090727 | ||
4 | ![]() |
SECTION | Call by reference | Type reference (TYPE) | I | 20090727 |
Method GET_SECTION on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method HAS_PROTOCOL Signature
Method HAS_PROTOCOL on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no parameter.
Method HAS_PROTOCOL on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method LOAD_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 | 20090726 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TRLOGS | Transport log | 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 | ![]() |
TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20090728 |
Method LOAD_LOG on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
Method READ_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Value transfer | Type reference (TYPE) | STRING | 20090729 | |||
2 | ![]() |
TRLOG | Call by reference | Type reference (TYPE) | TRLOG | Log Display Interface | 20130417 |
Method READ_MESSAGE on class CL_CTS_LOGVIEW_UI_LOGS_DATASRC has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 702 |