SAP ABAP Class /IWWRK/CL_TGW_TASK (Retrieve detail for workitem class)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-WFM (Application Component) Gateway Business Workflow enablement
     /IWWRK/WF_ODC_INBOX (Package) Workflow ODC Runtime for Gateway - Generic Inbox
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWWRK/IF_TGW_TASK Query task related associations 20120131
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWWRK/CL_TGW_GEN_TASK Implementation of task - engine api 20121113
Properties
Class /IWWRK/CL_TGW_TASK  
Short Description Retrieve detail for workitem class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWWRK/WF_ODC_INBOX   Workflow ODC Runtime for Gateway - Generic Inbox 
Created 20120131   SAP 
Last change 20131127   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)
Interfaces
# Interface Abstract Final Description Created on
1 /IWWRK/IF_TGW_TASK Query task related associations 20120131
Friends
Class /IWWRK/CL_TGW_TASK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_ENTITIES Constant Public See coding 20120223
2 MO_WI_RUNTIME Instance attribute Protected Object reference (TYPE REF TO) IF_SWF_RUN_WIM_INTERNAL Workflow: Work Item Manager (Local) 20120131
3 MS_PAGING Instance attribute Protected Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20120223
4 MS_WI_HEADER Instance attribute Protected Type reference (TYPE) SWR_WIHDR Work Item Structure 20120528
5 MT_FILTER_SELECT_OPTION Instance attribute Protected Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION 20120304
6 MT_ORDER Instance attribute Protected Type reference (TYPE) /IWBEP/T_MGW_SORTING_ORDER the sorting order 20120223
7 MT_RETURN_TAB Instance attribute Protected Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120213
8 MT_USERS_FULLNAME Instance attribute Protected Type reference (TYPE) /IWWRK/T_WF_TASK_AGENTS Workflow task agents table 20130120
9 MV_WORKITEM_ID Instance attribute Protected Type reference (TYPE) SWW_WIID Work item ID 20120131
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ATTACHMENT_ID_EXIST Instance method Protected Method 20120131
2 CHECK_IN_OUTBOX Instance method Protected Method Return true if Item is in user Outbox (Executed by user) 20130430
3 GET_ATTACHMENTS_OBJ Instance method Protected Method 20120214
4 GET_DOCUMENT_DATA Instance method Protected Method Get the header detail of attahcments 20120131
5 GET_KEY_VALUE Instance method Protected Method 20120215
6 GET_MIME_TYPE Instance method Protected Method Get the mime type according to extention 20120415
7 GET_STEP_SUBJECT_TEXT Instance method Protected Method Get step subject from customization 20120131
8 GET_WI_AGENTS Instance method Protected Method Get all the agents for the workitem 20120214
9 GET_WI_COMMENT Instance method Protected Method Get Comment from WI container 20121002
10 GET_WI_COMMENTS Instance method Protected Method Get action comments 20121129
11 GET_WI_DECISION_OPTIONS Instance method Protected Method Get the decision option from the task 20120301
12 GET_WI_DESCRIPTION Instance method Protected Method Get workitem description 20120214
13 GET_WI_DETAILS Instance method Protected Method Get the details of the workitem 20120131
14 GET_WI_HEADER Instance method Protected Method Get the header details of the workitem 20120131
15 GET_WI_HISTORY Instance method Protected Method 20120214
16 GET_WI_NODE_DEF Instance method Protected Method Get workflow id step id 20120131
17 GET_WI_RT_INSTANCE Instance method Protected Method Get the instance for wi runtime 20120216
18 GET_WI_STATUS Instance method Protected Method Get the status of the workitem 20120829
19 GET_WI_TOP_HEADER Instance method Protected Method Get the details of the parent workitem 20120131
20 SET_WI_STATUS Instance method Protected Method Set item status 20120829
Events
Class /IWWRK/CL_TGW_TASK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_COMMENT Protected See coding Sorted table of comments by create order 20121129 tt_comment TYPE SORTED TABLE OF ty_comment WITH KEY num
2 TY_COMMENT Protected See coding 20121129 BEGIN OF ty_comment, num TYPE i, value TYPE string, END OF ty_comment
Method Signatures

Method CHECK_ATTACHMENT_ID_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTACHMENT_OBJ Call by reference Type reference (TYPE) SIBFLPORBT Table of Local Pers. Object References - BOR Compatible 20120213
2 Importing IV_ATTACHMENT_ID Call by reference Type reference (TYPE) STRING 20120131
3 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20120131

Method CHECK_ATTACHMENT_ID_EXIST on class /IWWRK/CL_TGW_TASK has no exception.

Method CHECK_IN_OUTBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20130501
2 Returning RV_IN_OUTBOX Value transfer Type reference (TYPE) ABAP_BOOL 20130501

Method CHECK_IN_OUTBOX on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_ATTACHMENTS_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ATTACHMENT_OBJ Value transfer Type reference (TYPE) SIBFLPORBT Table of Local Pers. Object References - BOR Compatible 20120214

Method GET_ATTACHMENTS_OBJ on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_DOCUMENT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DOC_DATA Call by reference Type reference (TYPE) SOFOLENTI1 SAPoffice: Information about a Folder Entry 20120131
2 Exporting ET_CONTENT_HEX Call by reference Type reference (TYPE) SOLIX_TAB GBT: SOLIX as Table Type 20120131
3 Exporting ET_CONTENT_STR Call by reference Type reference (TYPE) /IWWRK/T_COMMENT_TEXT Comments Text Content 20120131
4 Exporting ET_OBJECT_HEADER Call by reference Type reference (TYPE) /IWWRK/T_COMMENT_TEXT Comments Text Content 20140609
5 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120131
6 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20120131
7 Importing IV_DOC_ID Call by reference Type reference (TYPE) SOFOLENTI1-DOC_ID Folder Entry ID (Obj+Fol+Forwarder Name) 20120131
8 Importing IV_NO_CONTENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120131
9 Importing IV_SEND_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120131

Method GET_DOCUMENT_DATA on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_KEY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20120215
2 Importing IV_KEY_NAME Call by reference Type reference (TYPE) STRING 20120215
3 Returning RV_KEY_VALUE Value transfer Type reference (TYPE) STRING 20120215

Method GET_KEY_VALUE on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_MIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MIME_TYPE Call by reference Type reference (TYPE) SAEMIME MIME Type 20120415
2 Importing IV_EXTENTION Call by reference Type reference (TYPE) STRING 20120415

Method GET_MIME_TYPE on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_STEP_SUBJECT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_WF_STEP_TEXT Call by reference Type reference (TYPE) /IWWRK/WF_GP_BOUNDITEM_TYPE Workflow Step Description 20120131

Method GET_STEP_SUBJECT_TEXT on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_AGENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_WI_AGENTS Value transfer Type reference (TYPE) SWRTWIAGENT WAPI: Work Item/User Assignment 20120214

Method GET_WI_AGENTS on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COMMENT Call by reference Type reference (TYPE) STRING Container Table 20121002
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20121002

Method GET_WI_COMMENT on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMMENT Call by reference Type reference (TYPE) TT_COMMENT Sorted table of comments ordered by created time 20121129
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20121129

Method GET_WI_COMMENTS on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_DECISION_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120301
2 Exporting ET_WI_DECISION_OPTIONS Call by reference Type reference (TYPE) SWRTDECIALTS User Decision Options (Table Type) 20120301
3 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20120301

Method GET_WI_DECISION_OPTIONS on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WI_DESCRIPTION Call by reference Type reference (TYPE) SWRTTXTLIN Workflow: Text line (Table Type) 20140224
2 Exporting ET_WI_DESCRIPTION_HTML Call by reference Type reference (TYPE) SWRTTXTLIN Workflow: Text line (Table Type) 20140224
3 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20140224

Method GET_WI_DESCRIPTION on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WI_DETAIL Call by reference Type reference (TYPE) SWR_WIDTL WAPI: Detailed Information About Work Item 20120131

Method GET_WI_DETAILS on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WI_HEADER Call by reference Type reference (TYPE) SWR_WIHDR Work Item Structure 20120131

Method GET_WI_HEADER on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20120214
2 Returning RT_LOG_HISTORY Value transfer Type reference (TYPE) /IWWRK/T_TGW_LOG_HISTORY Structure for output of work item history 20120214

Method GET_WI_HISTORY on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_NODE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STEP_ID Call by reference Type reference (TYPE) /IWWRK/WF_STEP_ID Workflow Step ID 20120131
2 Exporting EV_WORKFLOW_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20120131

Method GET_WI_NODE_DEF on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_RT_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_WI_RT Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_WIM_INTERNAL Workflow: Work Item Manager (Local) 20120216
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20121113

Method GET_WI_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WI_STATUS Call by reference Type reference (TYPE) SWR_WISTAT Workflow interfaces: Work item status 20120829

Method GET_WI_STATUS on class /IWWRK/CL_TGW_TASK has no exception.

Method GET_WI_TOP_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WI_TOP_HEADER Call by reference Type reference (TYPE) SWWWIHEAD Work Item Structure 20120131
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20120131

Method GET_WI_TOP_HEADER on class /IWWRK/CL_TGW_TASK has no exception.

Method SET_WI_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSTANCE_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20120829
2 Importing IV_NEW_STATUS Call by reference Type reference (TYPE) /IWWRK/WF_WI_STATUS Processing Status of a Work Item 20120829

Method SET_WI_STATUS on class /IWWRK/CL_TGW_TASK has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200