SAP ABAP Class IF_STCTM_UI_TASK (User Interface Task)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20101115
2 Interface composition (i COMPRISING i_ref)  IF_STCTM_TASK Technical Configuration Task 20101115
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_CHK_CODE_PREREQ Check Pre-requisites 20120418
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_DESTINATION_RENAME Rename Destinations for BW connectivity 20120206
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_GET_SYSTEM_SELECTION Select System Connections to be preserved after Copy 20110427
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_CREATE_TP_SYSTEMCOPY Task that collects BW objects in a Request --Pre System Copy 20110324
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_SAPI_RECONNECT Remotely Reconnect Retained Source Systems to this BW System 20120130
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_SYSTEM_SHUTDOWN Stop RDA Daemons and Process Chains 20120418
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_UPDATE_BWMANDTRFC_HOST Update correct host in BW RFC destinations 20120131
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_DUMMY_TASK Dummy Task (not selectable, not executable) 20121112
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_REPORT_UI Report User Interface Superclass 20101119
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_UI_TASK User interface task (demo) 20101115
... Click here to see Used By full list (16 items)
Properties
Class IF_STCTM_UI_TASK  
Short Description User Interface Task    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101115   SAP 
Last change 20130531   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 IF_STCTM_UI_TASK has no interface implemented.
Friends
Class IF_STCTM_UI_TASK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_VARIANT_DESCR Instance attribute Public Type reference (TYPE) TEXT256 Parameter Description 20110119
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Show User Interface 20101116
2 EXTERNAL_PARAMETERS Instance method Public Method Attributes Which Can Be Filled by External Caller 20101119
3 GET_PARAMETERS Instance method Public Method Get Attributes for External Caller 20120330
4 MAINTAINED Instance method Public Method Parameters are filled and valid? 20101117
5 NEEDED Instance method Public Method User Interface Needed? 20101119
6 SET_PARAMETERS Instance method Public Method Set Attributes from External Caller 20101210
Events
Class IF_STCTM_UI_TASK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_EXT_PARAM Public See coding External Parameter Definition 20110204 begin of ts_ext_param. include type stctm_s_fieldprop. types: value type string. "obsolete, do not use anymore types: end of ts_ext_param
2 TT_EXT_PARAM Public See coding Definition of External Parameters 20110204 tt_ext_param TYPE STANDARD TABLE OF ts_ext_param WITH DEFAULT KEY
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST Configured List of Tasks 20101116
2 Importing I_DISPLAY_ONLY Call by reference Type reference (TYPE) IF_STCTM_TASK=>T_BOOL 'X' = Display Only (do not allow data changes) 20101207
# Exception Resumable Description Created on
1 ABORTED_BY_USER User has aborted the maintenance 20101116
2 ERROR_OCCURED Error occurred 20111208

Method EXTERNAL_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST Configured List of Tasks 20101119
2 Returning RT_PARAM Value transfer Type reference (TYPE) TT_EXT_PARAM Definition of External Parameters 20110204

Method EXTERNAL_PARAMETERS on class IF_STCTM_UI_TASK has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAMETERS Call by reference Type reference (TYPE) STCTM_T_PARAMETER Fieldnames and Values 20120331
2 Importing IR_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST Configured List of Tasks 20120330

Method GET_PARAMETERS on class IF_STCTM_UI_TASK has no exception.

Method MAINTAINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST Configured List of Tasks 20111207
2 Returning R_MAINTAINED Value transfer Type reference (TYPE) IF_STCTM_TASK=>T_BOOL All parameters for Task are maintained and valid 20101117

Method MAINTAINED on class IF_STCTM_UI_TASK has no exception.

Method NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST Configured List of Tasks 20101119
2 Returning R_NEEDED Value transfer Type reference (TYPE) IF_STCTM_TASK=>T_BOOL User Interface needed 20101119

Method NEEDED on class IF_STCTM_UI_TASK has no exception.

Method SET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST Configured List of Tasks 20101210
2 Importing IT_PARAMETERS Call by reference Type reference (TYPE) STCTM_T_PARAMETER Fieldname and Value 20101210
# Exception Resumable Description Created on
1 INVALID Invalid Parameter 20110330
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_CHK_CODE_PREREQ Check Pre-requisites 20120418
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_DESTINATION_RENAME Rename Destinations for BW connectivity 20120206
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAPI_GET_SYSTEM_SELECTION Select System Connections to be preserved after Copy 20110427
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_CREATE_TP_SYSTEMCOPY Task that collects BW objects in a Request --Pre System Copy 20110324
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_SAPI_RECONNECT Remotely Reconnect Retained Source Systems to this BW System 20120130
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_SYSTEM_SHUTDOWN Stop RDA Daemons and Process Chains 20120418
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_UPDATE_BWMANDTRFC_HOST Update correct host in BW RFC destinations 20120131
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_DUMMY_TASK Dummy Task (not selectable, not executable) 20121112
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_REPORT_UI Report User Interface Superclass 20101119
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTM_UI_TASK User interface task (demo) 20101115
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_COMPLEX Test task: Free Configurable Task 20110221
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_DIFFERENT_PARAMETERS Test task: External parameters to be read and write 20110331
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_DIFF_PARAM_TABLE Test task: Table of external parameters to be read and write 20130222
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_RUNTIME_INFO Test task: Provide current set of runtime parameter 20120117
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCTT_SECSTORE Test task: Secure Store usage 20111124
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STCT_SET_PROFILE Set System Profile Parameter (RZ10) 20130326
History
Last changed by/on SAP  20130531 
SAP Release Created in