SAP ABAP Class TH_STC_TASK_TEST (Unit Test Utility Class for TC Tasks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
     STC_TASK (Package) Technical Configuration Task Definition
Properties
Class TH_STC_TASK_TEST  
Short Description Unit Test Utility Class for TC Tasks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class STC_TASK    
Program status     
Category 5   
Package STC_TASK   Technical Configuration Task Definition 
Created 20120327   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_STCTM_TASK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class TH_STC_TASK_TEST has no interface implemented.
Friends
Class TH_STC_TASK_TEST has no friend class.
Attributes
Class TH_STC_TASK_TEST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_TASK Static method Public Method Create Task Instance 20120327
2 CREATE_TASKLIST Static method Public Method Create Configured Task List Instance 20120327
3 CREATE_TASK_AND_TASKLIST Static method Public Method Create Task and Configured Task List Instance 20120327
Events
Class TH_STC_TASK_TEST has no event.
Types
Class TH_STC_TASK_TEST has no local type.
Method Signatures

Method CREATE_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASKNAME Call by reference Type reference (TYPE) STC_TASK_ID Task ID 20120327
2 Importing IV_TASKTYPE Call by reference Type reference (TYPE) STC_TASK_TYPE 'CLAS' Task Type 20120327
3 Returning RO_TASK Value transfer Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20120327
# Exception Resumable Description Created on
1 CX_STC_TASK_TEST_ERROR Test Helper Exception Class for TC Tasks 20120327

Method CREATE_TASKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TASK Call by reference Type reference (TYPE) IF_STCTM_TASK=>TT_TASK List of Tasks 20130416
2 Importing IT_TASKNAME Call by reference Type reference (TYPE) IF_STCTM_TASK=>TT_TASKNAME Obsolete - Use IT_TASK instead 20120327
3 Returning RO_TASKLIST Value transfer Object reference (TYPE REF TO) CL_STCTM_TASKLIST Configured List of Tasks 20120327
# Exception Resumable Description Created on
1 CX_STC_TASK_TEST_ERROR Test Helper Exception Class for TC Tasks 20120327

Method CREATE_TASK_AND_TASKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_TASK Call by reference Object reference (TYPE REF TO) IF_STCTM_TASK Technical Configuration Task 20120327
2 Exporting EO_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST Configured List of Tasks 20120327
3 Importing IV_TASKNAME Call by reference Type reference (TYPE) STC_TASK_ID Task ID 20120327
4 Importing IV_TASKTYPE Call by reference Type reference (TYPE) STC_TASK_TYPE 'CLAS' Task Type 20120327
# Exception Resumable Description Created on
1 CX_STC_TASK_TEST_ERROR Test Helper Exception Class for TC Tasks 20120327
History
Last changed by/on SAP  20140121 
SAP Release Created in 732