SAP ABAP Interface IF_SAUNIT_LEGACY_RESULT_TYPE (INTERNAL!!!! Current Format of Results Display, Version 2)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_LEGACY_SHARED (Package) - Internal - Shared services for legacy adapters

⤷

⤷

Properties
Interface | IF_SAUNIT_LEGACY_RESULT_TYPE | |
Short Description | INTERNAL!!!! Current Format of Results Display, Version 2 |
General Data
Package | SABP_UNIT_LEGACY_SHARED | - Internal - Shared services for legacy adapters |
Created | 20120309 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SAUNIT_LEGACY_RESULT_TYPE has no forward declaration.
Interfaces
Interface IF_SAUNIT_LEGACY_RESULT_TYPE has no interface.
Friends
Interface IF_SAUNIT_LEGACY_RESULT_TYPE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_ALERT_KIND | Constant | Public | See coding | 20120309 | ||||
2 | C_ALERT_LEVEL | Constant | Public | See coding | 20120309 | ||||
3 | C_RFC_STATE | Constant | Public | See coding | 20120309 |
Methods
Interface IF_SAUNIT_LEGACY_RESULT_TYPE has no method.
Events
Interface IF_SAUNIT_LEGACY_RESULT_TYPE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_E_ALERT_KIND | Public | See coding | 20120309 | ty_E_Alert_Kind type c length 1
|
||
2 | TY_E_ALERT_LEVEL | Public | See coding | 20120309 | ty_E_Alert_Level type c length 1
|
||
3 | TY_S_ALERT | Public | See coding | 20120309 | begin of ty_S_Alert,
kind type ty_E_Alert_Kind,
level type ty_E_Alert_Level,
when type timestamp,
header type ty_S_Description,
text_Infos type ty_T_Descriptions,
stack_Lines type ty_T_Descriptions,
end of ty_S_Alert
|
||
4 | TY_S_ALERTS_BY_INDEX | Public | See coding | 20120309 | begin of ty_S_Alerts_By_Index,
program_Ndx type i,
class_Ndx type int2,
method_Ndx type int2,
alerts type ty_T_Alerts,
end of ty_S_Alerts_By_Index
|
||
5 | TY_S_CLASS | Public | See coding | 20120309 | begin of ty_S_Class,
info type ty_S_Class_Info,
methods type ty_T_Methods,
end of ty_S_Class
|
||
6 | TY_S_CLASS_INFO | Public | See coding | 20120309 | begin of ty_S_Class_Info,
name type string,
end of ty_S_Class_Info
|
||
7 | TY_S_DESCRIPTION | Public | See coding | 20120309 | begin of ty_S_Description,
id type c length 4,
params type string_Table,
indent type int2,
end of ty_S_Description
|
||
8 | TY_S_LOCATION_BY_INDEX | Public | See coding | 20120309 | begin of ty_S_Location_By_Index,
program_Ndx type i,
class_Ndx type int2,
method_Ndx type int2,
end of ty_S_Location_By_Index
|
||
9 | TY_S_METHOD | Public | See coding | 20120309 | begin of ty_S_Method,
info type ty_S_Method_Info,
end of ty_S_Method
|
||
10 | TY_S_METHOD_INFO | Public | See coding | 20120309 | begin of ty_S_Method_Info,
name type string,
end of ty_S_Method_Info
|
||
11 | TY_S_PROGRAM | Public | See coding | 20120309 | begin of ty_S_Program,
info type ty_S_Program_Info,
had_Timeout type abap_Bool,
classes type ty_T_Classes,
end of ty_S_Program
|
||
12 | TY_S_PROGRAM_INFO | Public | See coding | 20120309 | begin of ty_S_Program_Info,
name type string,
end of ty_S_Program_Info
|
||
13 | TY_S_PROGRAM_INFOS | Public | See coding | 20120309 | ty_S_Program_Infos type standard table of ty_S_Program_Info
|
||
14 | TY_S_RFC_INFO | Public | See coding | 20120309 | begin of ty_S_Rfc_Info,
state type c length 1,
description type string,
end of ty_S_Rfc_Info
|
||
15 | TY_S_TASK | Public | See coding | 20120309 | begin of ty_S_Task,
info type ty_S_Task_Info,
programs type ty_T_Programs,
alerts_By_Indicies type ty_T_Alerts_By_Indicies,
end of ty_S_Task
|
||
16 | TY_S_TASK_INFO | Public | See coding | 20120309 | begin of ty_S_Task_Info,
name type string,
system_Id type sysysid,
user_Id type syuname,
client type symandt,
host_Name type syhost,
has_Error type abap_Bool,
has_Skipped type abap_Bool,
risk_Level type saunit_D_Allowed_Risk_Level,
duration_Category type saunit_D_Allowed_Rt_Duration,
duration_Settings type saunit_S_Duration_Setting,
run_Mode type c length 1,
end of ty_S_Task_Info
|
||
17 | TY_T_ALERTS | Public | See coding | 20120309 | ty_T_Alerts type standard table of ty_S_Alert with default key
|
||
18 | TY_T_ALERTS_BY_INDICIES | Public | See coding | 20120309 | ty_T_Alerts_By_Indicies
type sorted table of ty_S_Alerts_By_Index
with unique key program_Ndx class_Ndx method_Ndx
|
||
19 | TY_T_CLASSES | Public | See coding | 20120309 | ty_T_Classes type standard table of ty_S_Class with default key
|
||
20 | TY_T_CLASS_INFOS | Public | See coding | 20120309 | ty_T_Class_Infos type standard table of ty_S_Class_Info
|
||
21 | TY_T_DESCRIPTIONS | Public | See coding | 20120309 | ty_T_Descriptions type standard table of ty_S_Description
with default key
|
||
22 | TY_T_LOCATION_BY_INDICIES | Public | See coding | 20120309 | ty_T_Location_By_Indicies
type sorted table of ty_S_Location_By_Index
with unique key program_Ndx class_Ndx method_Ndx
|
||
23 | TY_T_METHODS | Public | See coding | 20120309 | ty_T_Methods type standard table of ty_S_Method with default key
|
||
24 | TY_T_METHOD_INFOS | Public | See coding | 20120309 | ty_T_Method_Infos type standard table of ty_S_Method_Info with default key
|
||
25 | TY_T_PROGRAMS | Public | See coding | 20120309 | ty_T_Programs type standard table of ty_S_Program with default key
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |