SAP ABAP Class CL_STC_SLMP_TM_SCENARIO (Taskmanager Scenario Resource)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
     STC_SLMP (Package) Technical Configuration SL Protocol Integration
Properties
Class CL_STC_SLMP_TM_SCENARIO  
Short Description Taskmanager Scenario Resource    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STC_SLMP   Technical Configuration SL Protocol Integration 
Created 20121030   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_SLMP_DC_PROC_DEF Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_SLMP_DC_PROC_INST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_SLMP_DC_SET_CONFIGSET Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 CL_SLMP_DC_SET_PROC_DEF Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 CL_SLMP_DC_SET_PROC_INST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
7 CL_SLMP_DC_SET_TASK Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
8 CL_SLMP_DC_TASK Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
9 CL_STCTM_TASKLIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
10 IF_SLMP_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_STC_SLMP_TM_SCENARIO has no interface implemented.
Friends
Class CL_STC_SLMP_TM_SCENARIO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ID_SEPARATOR Constant Public Type reference (TYPE) STRING '@@@' 20121204
2 PR_SCENARIO Instance attribute Private Object reference (TYPE REF TO) IF_STC_SCENARIO Task List Interface 20121030
3 PV_SCENARIO_ID Instance attribute Private Type reference (TYPE) STC_SCENARIO_ID Task List 20121030
Methods
# Method Level Visibility Method type Description Created on
1 BAPIRET2TAB_ERROR_HANDLING Static method Private Method 20121030
2 GET_ID_FIELDS Instance method Public Method 20121204
3 GET_SLPP_PROCESS_DEFINITION Instance method Public Method 20121030
4 READ_PROCESS_CONFIGSETS Instance method Public Method 20121204
5 READ_PROCESS_DEFINITION Instance method Public Method 20121030
6 READ_PROCESS_DEFINITIONS Instance method Public Method 20121030
7 SET_ID Instance method Public Method 20121204
8 VALIDATE_ID Instance method Public Method 20121204
Events
Class CL_STC_SLMP_TM_SCENARIO has no event.
Types
Class CL_STC_SLMP_TM_SCENARIO has no local type.
Method Signatures

Method BAPIRET2TAB_ERROR_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BAPIRET2 Call by reference Type reference (TYPE) BAPIRET2_T 20121030
2 Importing IV_RAISE_NO_AUTH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121030
3 Importing IV_RAISE_PROV_ERROR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121030
# Exception Resumable Description Created on
1 CX_SLMP 20121030

Method GET_ID_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONFIGSET_NAME Call by reference Type reference (TYPE) STRING 20121204
2 Exporting EV_SCENARIO_ID Call by reference Type reference (TYPE) STRING 20121204
3 Importing IV_ENTITYSET Value transfer Type reference (TYPE) STRING 20121204
4 Importing IV_ID Value transfer Type reference (TYPE) STRING 20121204
# Exception Resumable Description Created on
1 CX_SLMP 20121204

Method GET_SLPP_PROCESS_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RAISE_NO_AUTH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121030
2 Importing IV_RAISE_PROV_ERROR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121030
3 Returning RS_PROCESS_DEFINITION Value transfer Type reference (TYPE) CL_SLMP_DC_PROC_DEF=>GTY_STR_PROPERTY 20121030
# Exception Resumable Description Created on
1 CX_SLMP 20121030

Method READ_PROCESS_CONFIGSETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONFIGSETS Call by reference Type reference (TYPE) CL_SLMP_DC_SET_CONFIGSET=>GTY_TAB_PROPERTY 20121204
# Exception Resumable Description Created on
1 CX_SLMP 20121204

Method READ_PROCESS_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RAISE_NO_AUTH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121030
2 Importing IV_RAISE_PROV_ERROR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121030
3 Importing IV_SCENARIO_ID Call by reference Type reference (TYPE) STRING 20121030
# Exception Resumable Description Created on
1 CX_SLMP 20121030

Method READ_PROCESS_DEFINITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROCESS_DEFINITIONS Call by reference Type reference (TYPE) CL_SLMP_DC_SET_PROC_DEF=>GTY_TAB_PROPERTY 20121030
2 Importing IV_RAISE_NO_AUTH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121030
3 Importing IV_RAISE_PROV_ERROR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121030
4 Importing IV_SCENARIO_ID Call by reference Type reference (TYPE) STRING 20121030
# Exception Resumable Description Created on
1 CX_SLMP 20121030

Method SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIGSET_NAME Call by reference Type reference (TYPE) STRING 20121204
2 Importing IV_ENTITYSET Call by reference Type reference (TYPE) STRING 20121204
3 Importing IV_SCENARIO_ID Call by reference Type reference (TYPE) STRING 20121204
4 Importing IV_TARGET_ENTITYSET Call by reference Type reference (TYPE) STRING 20121204
5 Returning RV_ID Value transfer Type reference (TYPE) STRING 20121204
# Exception Resumable Description Created on
1 CX_SLMP 20121204

Method VALIDATE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITYSET Call by reference Type reference (TYPE) STRING 20121204
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20121204
# Exception Resumable Description Created on
1 CX_SLMP 20121204
History
Last changed by/on SAP  20140121 
SAP Release Created in 740