SAP ABAP Class CL_SLMP_DC_TASK_VIEW_DATA (DC Task View Data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
     SLMP_RT (Package) SL Protocol Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SLMP_DC_GENERIC Generic Superclass 20130507
Properties
Class CL_SLMP_DC_TASK_VIEW_DATA  
Short Description DC Task View Data    
Super Class CL_SLMP_DC_GENERIC Generic Superclass 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLMP_RT   SL Protocol Runtime 
Created 20130507   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SLMP_DC_TASK_VIEW_DATA has no forward declaration.
Interfaces
Class CL_SLMP_DC_TASK_VIEW_DATA has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SLMP_DC_SET_TASK_VIEW_DATA 20130507 DC Task View Data
2 CL_SLMP_VALIDATION 20130507 Validates SL Protocol Implementation against model
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_NAVIGATIONAL_PROPERTY Static Attribute Public See coding 20130507
2 MS_PROPERTY Instance attribute Private Type reference (TYPE) GTY_STR_CONTAINER 20130507
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Clear attributes 20130507
2 GET Instance method Public Method Get single property 20130507
3 SET Instance method Public Method Set single property 20130507
4 SPECIAL_NAMES_TO_EXTERNAL Static method Protected Method Special name conversions to external 20130507
Events
Class CL_SLMP_DC_TASK_VIEW_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_STR_CONTAINER Public See coding 20130507 BEGIN OF gty_str_container, * key id TYPE string, location TYPE if_slmp_types=>gty_link_myself, * non-key taskView TYPE string, taskViewelement TYPE string, description TYPE string, processId TYPE string, processInstanceId TYPE string, taskId TYPE string, taskTechnicalname TYPE string, "Internal technical name of the task."] taskdescription TYPE string, "Extended description of the task for the UI."]; type TYPE cl_slmp_dc_task=>gty_slp_tasks_types, status TYPE cl_slmp_dc_task=>gty_slp_task_states, startedAt TYPE if_slmp_types=>gty_timestamp, "Start time. Can be omitted if the task wasn't started yet."]; finishedAt TYPE if_slmp_types=>gty_timestamp, "End time. Can be omitted if the task wasn't finished yet."]; duration TYPE if_slmp_types=>gty_int, "Duration in seconds executionTime TYPE if_slmp_types=>gty_int, idleTime TYPE if_slmp_types=>gty_int, retries TYPE if_slmp_types=>gty_int, seqExecutionTime TYPE if_slmp_types=>gty_int, seqIdleTime TYPE if_slmp_types=>gty_int, tm_count TYPE if_slmp_types=>gty_int, END OF gty_str_container
2 GTY_STR_PROPERTY Public See coding 20130507 BEGIN OF gty_str_property, * key id TYPE string, * non-key taskView TYPE string, taskViewelement TYPE string, description TYPE string, processId TYPE string, processInstanceId TYPE string, taskId TYPE string, taskTechnicalname TYPE string, "Internal technical name of the task."] taskdescription TYPE string, "Extended description of the task for the UI."]; type TYPE cl_slmp_dc_task=>gty_slp_tasks_types, status TYPE cl_slmp_dc_task=>gty_slp_task_states, startedAt TYPE if_slmp_types=>gty_timestamp, "Start time. Can be omitted if the task wasn't started yet."]; finishedAt TYPE if_slmp_types=>gty_timestamp, "End time. Can be omitted if the task wasn't finished yet."]; duration TYPE if_slmp_types=>gty_int, "Duration in seconds executionTime TYPE if_slmp_types=>gty_int, idleTime TYPE if_slmp_types=>gty_int, retries TYPE if_slmp_types=>gty_int, seqExecutionTime TYPE if_slmp_types=>gty_int, seqIdleTime TYPE if_slmp_types=>gty_int, tm_count TYPE if_slmp_types=>gty_int, END OF gty_str_property
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_SLMP_DC_TASK_VIEW_DATA has no parameter.
Method CLEAR on class CL_SLMP_DC_TASK_VIEW_DATA has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_DATA Value transfer Type reference (TYPE) GTY_STR_PROPERTY 20130507

Method GET on class CL_SLMP_DC_TASK_VIEW_DATA has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) GTY_STR_PROPERTY 20130507

Method SET on class CL_SLMP_DC_TASK_VIEW_DATA has no exception.

Method SPECIAL_NAMES_TO_EXTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20130507
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20130507

Method SPECIAL_NAMES_TO_EXTERNAL on class CL_SLMP_DC_TASK_VIEW_DATA has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740