SAP ABAP Class IF_SAUNIT_INTERNAL_RT_V3 (INTERNAL!! Current format of result display, version 3)
Properties
Class IF_SAUNIT_INTERNAL_RT_V3  
Short Description INTERNAL!! Current format of result display, version 3    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120311   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SAUNIT_INTERNAL_RT_V3 has no forward declaration.
Interfaces
Class IF_SAUNIT_INTERNAL_RT_V3 has no interface implemented.
Friends
Class IF_SAUNIT_INTERNAL_RT_V3 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ALERT_KIND Constant Public See coding 20120311
2 C_ALERT_LEVEL Constant Public See coding 20120311
Methods
Class IF_SAUNIT_INTERNAL_RT_V3 has no method.
Events
Class IF_SAUNIT_INTERNAL_RT_V3 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_E_ALERT_KIND Public See coding Alert kind 20120311 ty_E_Alert_Kind type c length 1
2 TY_E_ALERT_LEVEL Public See coding Alert level 20120311 ty_E_Alert_Level type c length 1
3 TY_S_ALERT Public See coding Message 20120311 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 Alert by index 20120311 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 Data of a class 20120311 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 Information for a class 20120311 begin of ty_S_Class_Info, name type string, end of ty_S_Class_Info
7 TY_S_DESCRIPTION Public See coding Description structure for serialization 20120311 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_EXTD_INFOS_BY_INDEX Public See coding Extended info by index 20120311 begin of ty_S_Extd_Infos_By_Index, program_Ndx type i, class_Ndx type int2, method_Ndx type int2, infos type xstring_Table, end of ty_S_Extd_Infos_By_Index
9 TY_S_EXTD_INFO_BY_NAME Public See coding Extended info by name 20120311 begin of ty_S_Extd_Info_By_Name, program type string, class type string, method type string, info type xstring, end of ty_S_Extd_Info_By_Name
10 TY_S_METHOD Public See coding Data of a method 20120311 begin of ty_S_Method, info type ty_S_Method_Info, end of ty_S_Method
11 TY_S_METHOD_INFO Public See coding Information on a method 20120311 begin of ty_S_Method_Info, name type string, end of ty_S_Method_Info
12 TY_S_PROGRAM Public See coding Data of a program 20120311 begin of ty_S_Program, info type ty_S_Program_Info, classes type ty_T_Classes, end of ty_S_Program
13 TY_S_PROGRAM_INFO Public See coding Information on a main program 20120311 begin of ty_S_Program_Info, name type string, end of ty_S_Program_Info
14 TY_S_PROGRAM_INFOS Public See coding Information on programs 20120311 ty_S_Program_Infos type standard table of ty_S_Program_Info
15 TY_S_TASK Public See coding Data of test task 20120311 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, extd_Infos_By_Indicies type ty_T_Extd_Infos_By_Indicies, extd_Mediator type ref to if_Saunit_Extended_Ui_Mediator, end of ty_S_Task
16 TY_S_TASK_INFO Public See coding Information on test task 20120311 begin of ty_S_Task_Info, name type string, system_Id type sysysid, host_Name type syhost, sap_Release type sysaprl, krn_Release type sysaprl, krn_Patch type c length 5, user_Id type syuname, 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 Messages 20120311 ty_T_Alerts type standard table of ty_S_Alert with default key
18 TY_T_ALERTS_BY_INDICIES Public See coding Alerts by indcies 20120311 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 Data of classes 20120311 ty_T_Classes type standard table of ty_S_Class with default key
20 TY_T_CLASS_INFOS Public See coding Information on classes 20120311 ty_T_Class_Infos type standard table of ty_S_Class_Info
21 TY_T_DESCRIPTIONS Public See coding Several descriptions for serialization 20120311 ty_T_Descriptions type standard table of ty_S_Description with default key
22 TY_T_EXTD_INFOS_BY_INDICIES Public See coding Extended infos by indcies 20120311 ty_T_Extd_Infos_By_Indicies type sorted table of ty_S_Extd_Infos_By_Index with unique key program_Ndx class_Ndx method_Ndx
23 TY_T_EXTD_INFOS_BY_NAME Public See coding Extended infos by names 20120311 ty_T_Extd_Infos_By_Name type sorted table of ty_S_Extd_Info_By_Name with non-unique key program class method
24 TY_T_METHODS Public See coding Data of methods 20120311 ty_T_Methods type standard table of ty_S_Method with default key
25 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
26 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