SAP ABAP Interface IF_SAUNIT_FAVORITE_TYPES (Types and constants (Favorites))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_WORKBENCH (Package) - Internal - No reuse - Workbench integration, test browser

⤷

⤷

Properties
Interface | IF_SAUNIT_FAVORITE_TYPES | |
Short Description | Types and constants (Favorites) |
General Data
Package | SABP_UNIT_WORKBENCH | - Internal - No reuse - Workbench integration, test browser |
Created | 20080802 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SAUNIT_FAVORITE_TYPES has no forward declaration.
Interfaces
Interface IF_SAUNIT_FAVORITE_TYPES has no interface.
Friends
Interface IF_SAUNIT_FAVORITE_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_SAP_LISTENER | Constant | Public | See coding | 20080804 |
Methods
Interface IF_SAUNIT_FAVORITE_TYPES has no method.
Events
Interface IF_SAUNIT_FAVORITE_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_FAVORITE | Public | See coding | 20080805 | begin of ty_S_Favorite,
owner type syuname,
name type saunit_D_Favorite_Name,
changed_ts type timestamp,
title type saunit_D_Favorite_Title,
end of ty_S_Favorite
|
||
2 | TY_S_OPTIONS | Public | See coding | 20080802 | begin of ty_S_Options,
execution_Mode type saunit_D_Task_Run_Mode_User,
duration_Limit type saunit_D_Allowed_Rt_Duration,
risk_Limit type saunit_D_Allowed_Risk_Level,
sap_Listener type saunit_D_Eu_Sap_Listener,
use_Custom_Listener type saunit_D_Fav_Use_Custom_Lstnr,
use_Custom_Duration type saunit_D_Fav_Use_Custom_Durat,
custom_Duration type saunit_S_Duration_Setting,
custom_Listener_Class type saunit_D_Custom_Listener_Name,
end of ty_S_Options
|
||
3 | TY_S_PROGRAM | Public | See coding | 20080807 | begin of ty_S_Program,
obj_Type type c length 4,
obj_Name type saunit_D_Object_Name,
is_Missing type abap_Bool,
test_Classes type ty_T_Test_Classes,
end of ty_S_Program
|
||
4 | TY_S_TEST_CLASS | Public | See coding | 20080814 | begin of ty_S_Test_Class,
name type sabp_D_Class_Name_String,
is_Excluded type abap_Bool,
is_Missing type abap_Bool,
is_Helper type abap_Bool,
risk_Level type int1,
duration_Category type int1,
end of ty_S_Test_Class
|
||
5 | TY_S_TEST_KEY | Public | See coding | 20080816 | begin of ty_S_Test_Key,
obj_Type type c length 4,
obj_Name type saunit_D_Object_Name,
test_Class_Names type string_Sorted_Table,
end of ty_S_Test_Key
|
||
6 | TY_T_PROGRAMS | Public | See coding | 20080807 | ty_T_Programs type sorted table of ty_S_Program
with unique key obj_Type obj_Name
|
||
7 | TY_T_TEST_CLASSES | Public | See coding | 20080814 | ty_T_Test_Classes type sorted table of ty_S_Test_Class
with unique key name
|
||
8 | TY_T_TEST_KEYS | Public | See coding | 20080816 | ty_T_Test_Keys type sorted table of ty_S_Test_Key
with unique key obj_Type obj_Name
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 712 |