SAP ABAP Class CL_APL_ECATT_EXT_LOG_ACCESS (Layer for Accessing External Logs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_API_LOG (Package) Log Access Layer

⤷

⤷

Properties
Class | CL_APL_ECATT_EXT_LOG_ACCESS | |
Short Description | Layer for Accessing External Logs | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SECATT_API_LOG | Log Access Layer |
Created | 20090820 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_APL_ECATT_EXT_LOG_ACCESS has no forward declaration.
Interfaces
Class CL_APL_ECATT_EXT_LOG_ACCESS has no interface implemented.
Friends
Class CL_APL_ECATT_EXT_LOG_ACCESS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_ECLOG_EXT_BY_GUID | 20090820 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_ECLOG_EXT_BY_LOGKEY | 20090820 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Reads all external log entries for eCATT log ID | 20090820 |
2 | ![]() |
Static method | Public | Method | Reads all log entries for eCATT log and object line | 20090820 |
3 | ![]() |
Static method | Public | Method | Reads all entries of external log | 20090820 |
4 | ![]() |
Static method | Public | Method | Reads all entries of external log | 20090820 |
5 | ![]() |
Static method | Public | Method | Reads an entry of an external log | 20090820 |
6 | ![]() |
Static method | Public | Method | Reads part of log under main key | 20090820 |
Events
Class CL_APL_ECATT_EXT_LOG_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ECLOG_EXT_BY_GUID | Private | See coding | 20090820 | tt_eclog_ext_by_guid TYPE SORTED TABLE OF ty_eclog_ext_by_guid
WITH UNIQUE KEY guid
|
||
2 | TT_ECLOG_EXT_BY_LOGKEY | Private | See coding | 20090820 | tt_eclog_ext_by_logkey TYPE SORTED TABLE OF ty_eclog_ext_by_logkey
WITH UNIQUE KEY logkey
|
||
3 | TY_ECLOG_EXT_BY_GUID | Private | See coding | 20090820 | BEGIN OF ty_eclog_ext_by_guid ,
guid TYPE guid,
log TYPE etlog_ext,
END OF ty_eclog_ext_by_guid
|
||
4 | TY_ECLOG_EXT_BY_LOGKEY | Private | See coding | 20090820 | BEGIN OF ty_eclog_ext_by_logkey ,
logkey TYPE etlog_key,
log TYPE etlog_ext,
END OF ty_eclog_ext_by_logkey
|
Method Signatures
Method GET_BY_LOGKEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOG_EXT | Call by reference | Type reference (TYPE) | ETLOG_EXT | Tabelle von Protokoll der Testtool einer Scriptzeile | 20090820 | ||
2 | ![]() |
IS_LOG_KEY | Call by reference | Type reference (TYPE) | ETLOG_KEY | Laufende Vorgangsnummer | 20090820 |
Method GET_BY_LOGKEY on class CL_APL_ECATT_EXT_LOG_ACCESS has no exception.
Method GET_BY_LOGKEY_OBJLNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOG_EXT | Call by reference | Type reference (TYPE) | ETLOG_EXT | Tabelle von Protokoll der Testtool einer Scriptzeile | 20090820 | ||
2 | ![]() |
IS_LOG_KEY | Call by reference | Type reference (TYPE) | ETLOG_KEY | Laufende Vorgangsnummer | 20090820 | ||
3 | ![]() |
IV_OBJ_LNR | Call by reference | Type reference (TYPE) | ETOBJ_LNR | Laufende Nummer eines Objektes | 20090820 |
Method GET_BY_LOGKEY_OBJLNR on class CL_APL_ECATT_EXT_LOG_ACCESS has no exception.
Method GET_FULL_LOG_BY_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOG_EXT | Call by reference | Type reference (TYPE) | ETLOG_EXT | Tabelle von Protokoll der Testtool einer Scriptzeile | 20090820 | ||
2 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | GUID | eCATT Laufende Nummer des Scriptbefehls | 20090820 |
Method GET_FULL_LOG_BY_GUID on class CL_APL_ECATT_EXT_LOG_ACCESS has no exception.
Method GET_FULL_LOG_BY_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOG_EXT | Call by reference | Type reference (TYPE) | ETLOG_EXT | Tabelle von Protokoll der Testtool einer Scriptzeile | 20090820 | ||
2 | ![]() |
IS_LOG_KEY | Call by reference | Type reference (TYPE) | ETLOG_KEY | eCATT Keyfelder zu den Protokolltabellen | 20090820 | ||
3 | ![]() |
IV_OBJ_LNR | Call by reference | Type reference (TYPE) | ETOBJ_LNR | Laufende Nummer eines Objektes | 20090820 | ||
4 | ![]() |
IV_SCRIPT_LNR | Call by reference | Type reference (TYPE) | ETSCR_LNR | eCATT Laufende Nummer des Scriptbefehls | 20090820 |
Method GET_FULL_LOG_BY_KEY on class CL_APL_ECATT_EXT_LOG_ACCESS has no exception.
Method GET_LOG_PART_BY_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | GUID | eCATT Laufende Nummer des Scriptbefehls | 20090820 | ||
2 | ![]() |
IV_PART_ID | Call by reference | Type reference (TYPE) | CHAR50 | Kommentar | 20090820 | ||
3 | ![]() |
RS_LOG_EXT | Value transfer | Type reference (TYPE) | ECLOG_EXT | Tabelle von Protokoll der Testtool einer Scriptzeile | 20090820 |
Method GET_LOG_PART_BY_GUID on class CL_APL_ECATT_EXT_LOG_ACCESS has no exception.
Method GET_LOG_PART_BY_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LOG_KEY | Call by reference | Type reference (TYPE) | ETLOG_KEY | eCATT Keyfelder zu den Protokolltabellen | 20090820 | ||
2 | ![]() |
IV_OBJ_LNR | Call by reference | Type reference (TYPE) | ETOBJ_LNR | Laufende Nummer eines Objektes | 20090820 | ||
3 | ![]() |
IV_PART_ID | Call by reference | Type reference (TYPE) | CHAR50 | SPACE | Kommentar | 20090820 | |
4 | ![]() |
IV_SCRIPT_LNR | Call by reference | Type reference (TYPE) | ETSCR_LNR | eCATT Laufende Nummer des Scriptbefehls | 20090820 | ||
5 | ![]() |
RS_LOG_EXT | Value transfer | Type reference (TYPE) | ECLOG_EXT | Tabelle von Protokoll der Testtool einer Scriptzeile | 20090820 |
Method GET_LOG_PART_BY_KEY on class CL_APL_ECATT_EXT_LOG_ACCESS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |