SAP ABAP Interface IF_SAUNIT_INTERNAL_RT_V1 (OBSOLETE: Outdated format of result display, version 1)
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_V1 | |
Short Description | OBSOLETE: Outdated format of result display, version 1 |
General Data
Package | SABP_UNIT_INTERNAL | INTERNAL: NO REUSE - Display, services, ... |
Created | 20051213 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SAUNIT_INTERNAL_RT_V1 has no forward declaration.
Interfaces
Interface IF_SAUNIT_INTERNAL_RT_V1 has no interface.
Friends
Interface IF_SAUNIT_INTERNAL_RT_V1 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 | 20051213 | |||
2 | C_ALERT_LEVEL | Constant | Public | See coding | Priority of Messages | 20051213 |
Methods
Interface IF_SAUNIT_INTERNAL_RT_V1 has no method.
Events
Interface IF_SAUNIT_INTERNAL_RT_V1 has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_D_ALERT_KIND | Public | See coding | Message Type | 20051213 | ty_D_Alert_Kind type c length 1
|
|
2 | TY_D_ALERT_LEVEL | Public | See coding | Check level | 20051213 | ty_D_Alert_Level type c length 1
|
|
3 | TY_S_ALERT | Public | See coding | Message | 20051213 | 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 | 20051213 | 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 | 20051213 | 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 | 20051213 | begin of ty_S_Description,
id type syChar04,
kind type syChar01,
params type String_Table,
indent type int1,
lvl type int1,
end of ty_S_Description
|
||
7 | TY_S_METHOD | Public | See coding | Data of a Method | 20051213 | begin of ty_S_Method,
Info type ty_S_Method_Info,
Alerts type ty_T_Alerts,
end of ty_S_Method
|
|
8 | TY_S_METHOD_INFO | Public | See coding | Information on a Method | 20051213 | begin of ty_S_Method_Info,
Name type String,
Start type TimeStamp,
Has_Error type Flag,
end of ty_S_Method_Info
|
|
9 | TY_S_PROGRAM | Public | See coding | Data of a Program | 20051213 | 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
|
|
10 | TY_S_PROGRAM_INFO | Public | See coding | Information on a Framework Program | 20051213 | 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
|
|
11 | TY_S_PROGRAM_INFOS | Public | See coding | Information on Programs | 20051213 | ty_S_Program_Infos type standard table of ty_S_Program_Info
|
|
12 | TY_S_TASK | Public | See coding | Data of Test Task | 20051213 | begin of ty_S_Task,
Info type ty_S_Task_Info,
Alerts type ty_T_Alerts,
Programs type ty_T_Programs,
end of ty_S_Task
|
|
13 | TY_S_TASK_INFO | Public | See coding | Information on Test Task | 20051213 | 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
|
|
14 | TY_T_ALERTS | Public | See coding | Messages | 20051213 | ty_T_Alerts type standard table of ty_S_Alert with default key
|
|
15 | TY_T_CLASSES | Public | See coding | Data of Classes | 20051213 | ty_T_Classes type standard table of ty_S_Class with default key
|
|
16 | TY_T_CLASS_INFOS | Public | See coding | Information on Classes | 20051213 | ty_T_Class_Infos type standard table of ty_S_Class_Info
|
|
17 | TY_T_DESCRIPTIONS | Public | See coding | 20051213 | ty_T_Descriptions type standard table of ty_S_Description
with default key
|
||
18 | TY_T_METHODS | Public | See coding | Data of Methods | 20051213 | ty_T_Methods type standard table of ty_S_Method with default key
|
|
19 | TY_T_METHOD_INFOS | Public | See coding | Information on Methods | 20051213 | ty_t_Method_Infos type standard table of ty_S_Method_Info with default key
|
|
20 | TY_T_PROGRAMS | Public | See coding | Program Data | 20051213 | ty_T_Programs type standard table of ty_S_Program with default key
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |