SAP ABAP Interface IF_SAUNIT_INTERNAL_RT_V2 (OBSOLETE: Outdated format of result display - version 2)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_INTERNAL (Package) INTERNAL: NO REUSE - Display, services, ...

⤷

⤷

Properties
Interface | IF_SAUNIT_INTERNAL_RT_V2 | |
Short Description | OBSOLETE: Outdated format of result display - version 2 |
General Data
Package | SABP_UNIT_INTERNAL | INTERNAL: NO REUSE - Display, services, ... |
Created | 20120311 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SAUNIT_INTERNAL_RT_V2 has no forward declaration.
Interfaces
Interface IF_SAUNIT_INTERNAL_RT_V2 has no interface.
Friends
Interface IF_SAUNIT_INTERNAL_RT_V2 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 | Type of Messages | 20120311 | |||
2 | C_ALERT_LEVEL | Constant | Public | See coding | Priority of Messages | 20120311 |
Methods
Interface IF_SAUNIT_INTERNAL_RT_V2 has no method.
Events
Interface IF_SAUNIT_INTERNAL_RT_V2 has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_D_ALERT_KIND | Public | See coding | Message Type | 20120311 | ty_D_Alert_Kind type c length 1
|
|
2 | TY_D_ALERT_LEVEL | Public | See coding | Check level | 20120311 | ty_D_Alert_Level type c length 1
|
|
3 | TY_S_ALERT | Public | See coding | Message | 20120311 | begin of ty_S_Alert,
kind type ty_D_Alert_Kind,
level type ty_D_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_CLASS | Public | See coding | Data of a Class | 20120311 | begin of ty_S_Class,
info type ty_S_Class_Info,
alerts type ty_T_Alerts,
methods type ty_T_Methods,
end of ty_S_Class
|
|
5 | TY_S_CLASS_INFO | Public | See coding | Information for a Class | 20120311 | begin of ty_S_Class_Info,
name type string,
start type timestamp,
has_Error type flag,
end of ty_S_Class_Info
|
|
6 | TY_S_DESCRIPTION | Public | See coding | Description structure for serialization | 20120311 | begin of ty_S_Description,
id type sychar04,
params type string_Table,
indent type int2,
end of ty_S_Description
|
|
7 | TY_S_EXT_INFO | Public | See coding | Data Provided by Specific Extended Result Proxy | 20120311 | begin of ty_S_Ext_Info,
program type string,
class type string,
method type string,
data type xstring,
end of ty_S_Ext_Info
|
|
8 | TY_S_METHOD | Public | See coding | Data of a Method | 20120311 | begin of ty_S_Method,
info type ty_S_Method_Info,
alerts type ty_T_Alerts,
end of ty_S_Method
|
|
9 | TY_S_METHOD_INFO | Public | See coding | Information on a Method | 20120311 | begin of ty_S_Method_Info,
name type string,
start type timestamp,
has_Error type flag,
end of ty_S_Method_Info
|
|
10 | TY_S_PROGRAM | Public | See coding | Data of a Program | 20120311 | begin of ty_S_Program,
info type ty_S_Program_Info,
alerts type ty_T_Alerts,
classes type ty_T_Classes,
end of ty_S_Program
|
|
11 | TY_S_PROGRAM_INFO | Public | See coding | Information on a Framework Program | 20120311 | begin of ty_S_Program_Info,
name type string,
author type syuname,
start type timestamp,
end type timestamp,
has_Error type flag,
end of ty_S_Program_Info
|
|
12 | TY_S_PROGRAM_INFOS | Public | See coding | Information on Programs | 20120311 | ty_S_Program_Infos type standard table of ty_S_Program_Info
|
|
13 | TY_S_TASK | Public | See coding | Data of Test Task | 20120311 | begin of ty_S_Task,
info type ty_S_Task_Info,
alerts type ty_T_Alerts,
programs type ty_T_Programs,
extended_Infos type ty_T_Ext_Infos,
extended_Mediator type string,
end of ty_S_Task
|
|
14 | TY_S_TASK_INFO | Public | See coding | Information on Test Task | 20120311 | begin of ty_S_Task_Info,
name type string,
system_Id type sy-sysid,
host_Name type sy-host,
sap_Release type sy-saprl,
krn_Release type sy-saprl,
krn_Patch type c length 5,
user_Id type sy-uname,
start_Stamp type timestamp,
end_Stamp type timestamp,
has_Error type flag,
has_Skipped type flag,
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
|
|
15 | TY_T_ALERTS | Public | See coding | Messages | 20120311 | ty_T_Alerts type standard table of ty_S_Alert with default key
|
|
16 | TY_T_CLASSES | Public | See coding | Data of Classes | 20120311 | ty_T_Classes type standard table of ty_S_Class with default key
|
|
17 | TY_T_CLASS_INFOS | Public | See coding | Information on Classes | 20120311 | ty_T_Class_Infos type standard table of ty_S_Class_Info
|
|
18 | TY_T_DESCRIPTIONS | Public | See coding | Several descriptions for serialization | 20120311 | ty_T_Descriptions type standard table of ty_S_Description
with default key
|
|
19 | TY_T_EXT_INFOS | Public | See coding | Data Provided by Specific Extended Result Proxy | 20120311 | ty_T_Ext_Infos type sorted table of ty_S_Ext_Info with
non-unique key program class method data
|
|
20 | TY_T_METHODS | Public | See coding | Data of Methods | 20120311 | ty_T_Methods type standard table of ty_S_Method with default key
|
|
21 | TY_T_METHOD_INFOS | Public | See coding | Information on Methods | 20120311 | ty_T_Method_Infos type standard table of ty_S_Method_Info with default key
|
|
22 | TY_T_PROGRAMS | Public | See coding | Program Data | 20120311 | 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 |