SAP ABAP Interface IF_ADT_ABAP_LOG_ST_TYPES (Types for activation log simple transformation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
⤷
SADT_UTILITIES (Package) ADT Utilities

⤷

⤷

Properties
Interface | IF_ADT_ABAP_LOG_ST_TYPES | |
Short Description | Types for activation log simple transformation |
General Data
Package | SADT_UTILITIES | ADT Utilities |
Created | 20120720 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_ADT_ABAP_LOG_ST_TYPES has no forward declaration.
Interfaces
Interface IF_ADT_ABAP_LOG_ST_TYPES has no interface.
Friends
Interface IF_ADT_ABAP_LOG_ST_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_TRANFORMATION_NAME_ENTRIES | Constant | Public | Type reference (TYPE) | STRING | 'ST_ADT_ABAP_LOG_ENTRIES' | 20121022 | ||
2 | CO_TRANFORMATION_NAME_LOGS | Constant | Public | Type reference (TYPE) | STRING | 'ST_ADT_ABAP_LOGS' | 20121022 |
Methods
Interface IF_ADT_ABAP_LOG_ST_TYPES has no method.
Events
Interface IF_ADT_ABAP_LOG_ST_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_LOG_LINE | Public | See coding | 20121022 | tt_log_line TYPE SORTED TABLE OF ty_log_line WITH UNIQUE KEY id
|
||
2 | TY_CHILDREN | Public | Object reference (TYPE REF TO) | TT_LOG_LINE | 20121022 |
|
|
3 | TY_LOG | Public | See coding | 20121022 | BEGIN OF ty_log,
language type sylangu,
type type string,
name TYPE protname,
self_link TYPE if_atom_types=>link_s,
vit_link type if_atom_types=>link_s,
entries TYPE tt_log_line,
END OF ty_log
|
||
4 | TY_LOG_LINE | Public | See coding | 20121022 | BEGIN OF ty_log_line,
id TYPE seu_id,
level TYPE protlevel,
severity TYPE errortyp,
key type string,
language type sylangu,
longtext_link TYPE if_atom_types=>link_s,
line TYPE logline,
links TYPE if_atom_types=>link_t,
children TYPE ref to data,
END OF ty_log_line
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |