SAP ABAP Interface IF_ESD_WIZ_AUNIT_TYPES (Types for unit testing)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
     SESD_ESI_OBJECT_EDITORS (Package) Unified Editor for ESR Objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ESD_WIZ_AUNIT For Unittests 20130211
2 Interface composition (i COMPRISING i_ref)  IF_ESD_WIZ_FW For using the Wizardframework 20130212
3 Interface composition (i COMPRISING i_ref)  IF_ESD_WIZ_SCREEN For Webservice Wizard and its Unittests 20130211
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESD_WIZ_AUNIT For Unit Tests for Wizard 20130211
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESD_WIZ_FW For Wizardframework 20130212
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESD_WIZ_FW_AUNIT Simulates the API of SWF-Wizard-Framework for Unit Tests 20130212
Properties
Interface IF_ESD_WIZ_AUNIT_TYPES  
Short Description Types for unit testing    
General Data
Package SESD_ESI_OBJECT_EDITORS   Unified Editor for ESR Objects 
Created 20130211   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_ESD_WIZ_AUNIT_TYPES has no forward declaration.
Interfaces
Interface IF_ESD_WIZ_AUNIT_TYPES has no interface.
Friends
Interface IF_ESD_WIZ_AUNIT_TYPES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AUNIT_BCK_BTN_NOT_VISIBLE Constant Public Type reference (TYPE) STRING 'BACK_OFF' 20130214
2 AUNIT_CMP_BTN_VISIBLE Constant Public Type reference (TYPE) STRING 'CMP_ON' 20130214
3 AUNIT_COMMAND_END_ON Constant Public Type reference (TYPE) STRING 'END_ON' 20130211
4 AUNIT_COMMAND_FINISH_TEST Constant Public Type reference (TYPE) STRING 'FIN' 20130214
5 AUNIT_FIN_BTN_VISIBLE Constant Public Type reference (TYPE) STRING 'END_ON' 20130212
6 AUNIT_SCREEN_TYP_END Constant Public Type reference (TYPE) STRING 'END ' 20130214
7 WIZARD_COMMAND_BACK Constant Public Type reference (TYPE) SYUCOMM '<< ' 20130211
8 WIZARD_COMMAND_CANCEL Constant Public Type reference (TYPE) SYUCOMM 'ABBR' 20130211
9 WIZARD_COMMAND_COMPLETE Constant Public Type reference (TYPE) SWF_WIZARD-SCREEN_TYP 'END ' WF: Wizard screen type of wizards 20130218
10 WIZARD_COMMAND_CONTINUE Constant Public Type reference (TYPE) SYUCOMM '>> ' 20130211
11 WIZARD_COMMAND_END Constant Public Type reference (TYPE) SYUCOMM 'ENDE' 20130211
12 WIZARD_COMMAND_FINISH Constant Public Type reference (TYPE) SYUCOMM 'ENDE' Function Code 20130218
13 WIZARD_SCREEN_END Constant Public Type reference (TYPE) SWF_WIZARD-SCREEN_TYP 'END ' 20130211
14 WIZARD_SCREEN_NORMAL Constant Public Type reference (TYPE) SWF_WIZARD-SCREEN_TYP SPACE 20130211
Methods
Interface IF_ESD_WIZ_AUNIT_TYPES has no method.
Events
Interface IF_ESD_WIZ_AUNIT_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_FILE_ACCESS_INFO Public See coding 20130220 begin of t_file_access_info, source_type type if_pxn_wsdl_access=>t_source_type, source type string, "csequence function_name type funcname, rfc_destination type rfcdest, http_dest type rfcdest, http_path_suffix type string, "csequence retriever type ref to if_slib_retriever, file_access type ref to if_pxn_file_access, convert_to_doc_style type prx_boolean, wsdl_type type prx_wsdlty, end of t_file_access_info
2 T_FILE_ACCESS_TAB Public See coding 20130220 t_file_access_tab type standard table of t_file_access_info with default key
3 T_INPUT Public See coding The input that is made to the dynpro. I.e. field-values 20130211 begin of t_input, field type string, value type string, end of t_input
4 T_INPUT_TAB Public See coding The input that is made to the dynpro. I.e. field-values 20130211 t_input_tab type standard table of t_input with key field
5 T_SCREEN_INFO Public See coding Contains a reference to local screen-classes 20130211 begin of t_screen_info, ref type ref to if_esd_wiz_screen, dynnr type sy-dynnr, form_name type edcompont, end of t_screen_info
6 T_SCREEN_INFO_TAB Public See coding Contains references to local screen-classes 20130211 t_screen_info_tab type sorted table of t_screen_info with unique key dynnr
7 T_SCREEN_TYPE_INFO Public See coding Contains a reference to object instead of lcl screen classes 20130212 begin of t_screen_type_info, ref type ref to object, dynnr type sy-dynnr, form_name type edcompont, end of t_screen_type_info
8 T_SCREEN_TYPE_TAB Public See coding 20130212 t_screen_type_tab type sorted table of t_screen_type_info with unique key dynnr
9 T_SFW_WIZRUN_TAB Public See coding 20130211 t_sfw_wizrun_tab type standard table of t_swf_wizrun with default key
10 T_STEP Public See coding Contains procedure step for unit tests 20130211 begin of t_step, exp type sy-dynnr, okcode type sy-ucomm, input type t_user_entry_tab, exp_roadmap type t_sfw_wizrun_tab, end of t_step
11 T_STEP_TAB Public See coding Contains procedure steps for unit tests 20130211 t_step_tab type standard table of t_step with default key
12 T_SWCONT_TAB Public See coding 20130212 t_swcont_tab type standard table of swcont with default key
13 T_SWF_WIZARD_INFO Public Type reference (TYPE) SWF_WIZARD WF: Control Wizard Screen 20130212
14 T_SWF_WIZDEF_TAB Public See coding 20130212 t_swf_wizdef_tab type standard table of swf_wizdef with default key
15 T_SWF_WIZRUN Public Type reference (TYPE) SWF_WIZRUN 20130211
16 T_SWF_WIZRUN_TAB Public See coding 20130212 t_swf_wizrun_tab type standard table of swf_wizrun with default key
17 T_SWF_WIZSCR_TAB Public See coding Defines the Wizard-Screen-Table (available screens) 20130212 t_swf_wizscr_tab type standard table of swf_wizscr with default key
18 T_USER_ENTRY Public See coding Contains the input that is made to one field or command 20130211 begin of t_user_entry, field type string, value type string, end of t_user_entry
19 T_USER_ENTRY_TAB Public See coding Contains the entire input that is made to the screen 20130211 t_user_entry_tab type standard table of t_user_entry with key field
History
Last changed by/on SAP  20140121 
SAP Release Created in 740