SAP ABAP Class /IWWRK/CL_WF_MGW_GET_WI_DETAIL (Workflow runtime entity)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-WFM (Application Component) Gateway Business Workflow enablement
     /IWWRK/WF_ODC_RUNTIME (Package) Workflow ODC Runtime for Gateway - Runtime
Properties
Class /IWWRK/CL_WF_MGW_GET_WI_DETAIL  
Short Description Workflow runtime entity    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWWRK/WF_ODC_RUNTIME   Workflow ODC Runtime for Gateway - Runtime 
Created 20110922   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWWRK/CL_MGW_MED_WORKFLOW Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no interface implemented.
Friends
Class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_WI_RT_DETAIL Instance attribute Protected Object reference (TYPE REF TO) /IWWRK/IF_WF_MGW_WI_DETAILS Get wi details interface 20111027
2 MS_WI_DETAIL Instance attribute Private Type reference (TYPE) SWR_WIDTL WAPI: Detailed Information About Work Item 20120409
3 MT_ATTACHMENTS Instance attribute Private Type reference (TYPE) SIBFLPORBT Table of Local Pers. Object References - BOR Compatible 20120129
4 MT_CUSTOMER_XPROPS Instance attribute Private Type reference (TYPE) /IWWRK/T_WF_XPROP XPROP to Item Handler 20120409
5 MT_RETURN Instance attribute Private Type reference (TYPE) BAPIRETTAB BAPI Return table 20110927
6 MV_SUBJECT_BD_EXIST Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120515
7 MV_SYSTEM_ALIAS Instance attribute Private Type reference (TYPE) /IWBEP/DEFI_SYSTEM_ALIAS SAP System Alias 20120219
8 MV_WI_DESCRIPTION Instance attribute Private Type reference (TYPE) STRING 20120409
9 MV_WI_SUBJECT Instance attribute Private Type reference (TYPE) /IWWRK/WF_WI_SUBJECT Work Item Subject 20120409
10 MV_XPROP_DESC_BD_EXIST Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120515
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ACCESS Instance method Public Method Check access to the workflow item 20111003
2 CHECK_ATTACHMENT_ID Instance method Private Method Check if attachment with ID exists 20111025
3 CHECK_ATTACH_ID_EXIST_IN_WI Instance method Public Method Validate attachment id belongs to the workitem 20120123
4 CHECK_BO_ATTACHMENT_ID Instance method Private Method Check if business object attachment with ID exists 20111025
5 CHECK_REQ_NOTE_ID Instance method Private Method Check if requester note with ID exists 20111025
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110922
7 GET_ACTUAL_DECISION Instance method Private Method 20110922
8 GET_BO_DOCUMENTS Instance method Public Method Get the attachment who related to business object 20111004
9 GET_BO_REQUESTER_NOTES Instance method Public Method Get the requester notes who related to business object 20111003
10 GET_DOCUMENT_DATA Instance method Private Method Get only workitem attachments 20111002
11 GET_FILTERED_TASKS Instance method Public Method Get the step info from IMG 20111025
12 GET_PARTICIPANTS_NAME Instance method Private Method Get the participant full name 20110922
13 GET_POSSIBLE_AGENTS Instance method Public Method Get task possible agents 20111003
14 GET_RETURN_TAB Instance method Public Method Get the BAPI Return Table 20111003
15 GET_STEP_INFO Instance method Public Method Get step text and decision keys 20110922
16 GET_SUBJECT_FROM_BADI Instance method Private Method update subject from BADI 20120301
17 GET_WI_ACTUAL_OWNER Instance method Public Method Get actual owner 20110928
18 GET_WI_ATTACHMENTS Instance method Public Method Get attchamnets connected to the workitem 20111002
19 GET_WI_ATTACHMENT_DATA Instance method Public Method Get Attachment data 20111009
20 GET_WI_COMMENTS Instance method Public Method Get comments connected to the workitem 20111002
21 GET_WI_CONTAINER Instance method Public Method Get the instance of the workitem container 20111002
22 GET_WI_DEADLINES Instance method Public Method Get the workflow item deadlines 20120205
23 GET_WI_DECISION_OPTIONS Instance method Public Method Get Decision options 20110926
24 GET_WI_DESCRIPTION Instance method Public Method Get Description of the task 20110925
25 GET_WI_DETAIL Instance method Public Method Get workflow item header data 20111002
26 GET_WI_EXTENSIBILITY_ELEMENTS Instance method Private Method Get the customer xprops 20111026
27 GET_WI_EXTENSIBLE_ELEMENTS Instance method Public Method Get the item container 20110927
28 GET_WI_HEADER Instance method Public Method Get workflow item header data 20111002
29 GET_WI_INITIATOR Instance method Public Method Get Workflow initiator 20111009
30 GET_WI_NODE_DEFINITION Instance method Public Method Get the workflow item node definition (workflow and step) 20110928
31 GET_WI_PARTICIPANTS Instance method Public Method 20110922
32 GET_WI_RELATED_OBJECTS Instance method Public Method Get workflow item related object 20111004
33 GET_WI_ROOT_DATA Instance method Public Method 20110922
34 GET_WORKITEM_ID Instance method Public Method Get the workflow item instance 20111005
35 HAS_ATTACHMENTS Instance method Public Method Does workitem have attachments 20120129
36 HAS_COMMENTS Instance method Public Method Does workitem have comments 20120129
37 HAS_PARTICIPANTS Instance method Public Method Does workitem have participants 20120129
38 READ_BINARY_RELATION Instance method Private Method Get the object binary relations 20111004
39 SET_WORKITEM_ID Instance method Public Method Set new instance to the workflow item 20111003
Events
Class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no event.
Types
Class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no local type.
Method Signatures

Method CHECK_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20111003

Method CHECK_ACCESS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method CHECK_ATTACHMENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT_ID Call by reference Type reference (TYPE) STRING Attachment document ID 20111025
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20111025

Method CHECK_ATTACHMENT_ID on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method CHECK_ATTACH_ID_EXIST_IN_WI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT_ID Call by reference Type reference (TYPE) STRING Vorschlagswerte bei Anlage von Debitoren aus Workbench 20120123
2 Importing IV_DOCUMENT_SOURCE Call by reference Type reference (TYPE) /IWWRK/WF_DOCUMENT_SOURCE Document Source (N,A) 20120123
3 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20120123

Method CHECK_ATTACH_ID_EXIST_IN_WI on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method CHECK_BO_ATTACHMENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT_ID Call by reference Type reference (TYPE) STRING BO Attachment document ID 20111025
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20111025

Method CHECK_BO_ATTACHMENT_ID on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method CHECK_REQ_NOTE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT_ID Call by reference Type reference (TYPE) STRING Requester note document ID 20111025
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20111025

Method CHECK_REQ_NOTE_ID on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WI_RT_DETAILS Call by reference Object reference (TYPE REF TO) /IWWRK/IF_WF_MGW_WI_DETAILS Get wi details interface 20111027
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20120523
3 Importing IV_SYS_ALIAS Call by reference Type reference (TYPE) /IWBEP/DEFI_SYSTEM_ALIAS SAP System Alias 20120219
4 Importing IV_USERNAME Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20120523
5 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20111003
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Exception in WIM 20111003

Method GET_ACTUAL_DECISION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTUAL_DECISION Value transfer Type reference (TYPE) NUMC4 Count parameters 20110922

Method GET_ACTUAL_DECISION on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_BO_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BO_DOCUMENTS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_BO_ATTACHMENTS 20111004
2 Importing IV_BO_INSTANCE_ID Call by reference Type reference (TYPE) /IWWRK/WF_REL_OBJ_INSTANCE_ID Instance ID of Related Object 20111004
3 Importing IV_BO_TYPE_ID Call by reference Type reference (TYPE) /IWWRK/WF_REL_OBJ_TYPE_ID Type of Related Object 20111004
4 Importing IV_RELATION_TYPE Call by reference Type reference (TYPE) OBLRELTYPE Relationship type 20111004

Method GET_BO_DOCUMENTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_BO_REQUESTER_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REQUESTER_NOTES Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_REQUESTER_NOTES 20111003
2 Importing IV_BO_INSTANCE_ID Call by reference Type reference (TYPE) /IWWRK/WF_REL_OBJ_INSTANCE_ID Instance ID of Related Object 20111003
3 Importing IV_BO_TYPE_ID Call by reference Type reference (TYPE) /IWWRK/WF_REL_OBJ_TYPE_ID Type of Related Object 20111003

Method GET_BO_REQUESTER_NOTES on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL 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 20111002
2 Exporting ET_CONTENT_HEX Call by reference Type reference (TYPE) SOLIX_TAB GBT: SOLIX as Table Type 20111025
3 Exporting ET_CONTENT_STR Call by reference Type reference (TYPE) /IWWRK/T_COMMENT_TEXT Comments Text Content 20111025
4 Exporting ET_OBJECT_HEADER Call by reference Type reference (TYPE) /IWWRK/T_COMMENT_TEXT Comments Text Content 20120620
5 Importing IV_DOC_ID Call by reference Type reference (TYPE) SOFOLENTI1-DOC_ID Folder Entry ID (Obj+Fol+Forwarder Name) 20111002
6 Importing IV_NO_CONTENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111004
7 Importing IV_SEND_INFO Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111004

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

Method GET_FILTERED_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTERED_TASKS Call by reference Type reference (TYPE) /IWWRK/T_TASK_INFO Table task for task info 20111025
2 Exporting EV_RETURN Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20111025

Method GET_FILTERED_TASKS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_PARTICIPANTS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PARTICIPANTS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_PARTICIPANTS 20110922

Method GET_PARTICIPANTS_NAME on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_POSSIBLE_AGENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_POSSIBLE_AGENTS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_POSSIBLE_AGENTS Workflow task possible agents table type 20111003

Method GET_POSSIBLE_AGENTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_RETURN_TAB 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 20111003
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20111003

Method GET_RETURN_TAB on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_STEP_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WF_STEP_DEC_KEYS Call by reference Type reference (TYPE) /IWWRK/T_WF_GENERIC_DECISN_TAB Generic user decision - Alternatives tab 20110922
2 Exporting EV_WF_STEP_TEXT Call by reference Type reference (TYPE) /IWWRK/WF_GP_BOUNDITEM_TYPE Workflow Step Description 20110922

Method GET_STEP_INFO on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_SUBJECT_FROM_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SUBJECT Call by reference Type reference (TYPE) /IWWRK/WF_WI_SUBJECT Work Item Subject 20120301

Method GET_SUBJECT_FROM_BADI on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_ACTUAL_OWNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTUAL_OWNER Value transfer Type reference (TYPE) SYUNAME User Name 20110928

Method GET_WI_ACTUAL_OWNER on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WI_ATTACHMENTS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_ATTACHMENTS 20111002

Method GET_WI_ATTACHMENTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_ATTACHMENT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WI_ATTACHMENT Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>BO_ATTACHMENTS 20111215
2 Exporting ES_WI_ATTACHMENT_DATA Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>ATTACHMENT_DATA 20111009
3 Importing IV_DOCUMENT_ID Call by reference Type reference (TYPE) STRING Vorschlagswerte bei Anlage von Debitoren aus Workbench 20111009
4 Importing IV_DOCUMENT_SOURCE Call by reference Type reference (TYPE) /IWWRK/WF_DOCUMENT_SOURCE Document Source (N,A) 20111009

Method GET_WI_ATTACHMENT_DATA on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL 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_WI_COMMENTS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_COMMENTS 20111002

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

Method GET_WI_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WI_CONTAINER Call by reference Type reference (TYPE) SWRTCONT Container Table 20111002
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20120523
3 Importing IV_USERNAME Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20120523

Method GET_WI_CONTAINER on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_DEADLINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DESIRED_END Call by reference Type reference (TYPE) SWR_DEADL WAPI: Deadlines 20120205
2 Exporting ES_DESIRED_START Call by reference Type reference (TYPE) SWR_DEADL WAPI: Deadlines 20120205
3 Exporting ES_LATEST_END Call by reference Type reference (TYPE) SWR_DEADL WAPI: Deadlines 20120205
4 Exporting ES_LATEST_START Call by reference Type reference (TYPE) SWR_DEADL WAPI: Deadlines 20120205

Method GET_WI_DEADLINES on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL 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_WI_DECISION_OPTIONS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_DECISION_OPTIONS 20110926
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20120523
3 Importing IV_USERNAME Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20120523

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

Method GET_WI_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WI_DESCRIPTION Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>DESCRIPTION 20110925

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

Method GET_WI_DETAIL 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 20111002

Method GET_WI_DETAIL on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_EXTENSIBILITY_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CUSTOMER_XPROPS Call by reference Type reference (TYPE) /IWWRK/T_WF_XPROP XPROP to Item Handler 20111026

Method GET_WI_EXTENSIBILITY_ELEMENTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_EXTENSIBLE_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WI_EXTENSIBLE_ELEMENTS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_EXTENSIBLE_ELEMENTS 20110927
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20120523
3 Importing IV_USERNAME Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20120523

Method GET_WI_EXTENSIBLE_ELEMENTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL 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 WAPI: Detailed Information About Work Item 20111002

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

Method GET_WI_INITIATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WI_INITIATOR Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>INITIATOR 20111009
2 Importing IV_WITH_FULLNAME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111025

Method GET_WI_INITIATOR on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_NODE_DEFINITION 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 20110928
2 Exporting EV_WORKFLOW_ID Call by reference Type reference (TYPE) /IWWRK/WF_ID Workflow ID 20110928

Method GET_WI_NODE_DEFINITION on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_PARTICIPANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARTICIPANTS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_PARTICIPANTS 20110922
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20120523
3 Importing IV_USERNAME Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20120523
4 Importing IV_WITH_FULLNAME Call by reference Type reference (TYPE) FLAG General Flag 20110922

Method GET_WI_PARTICIPANTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_RELATED_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RELATED_OBJECTS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>TT_RELATED_OBJECTS 20111004

Method GET_WI_RELATED_OBJECTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WI_ROOT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WI_ALL_DETAILS Call by reference Type reference (TYPE) /IWWRK/CL_MGW_MED_WORKFLOW=>WORKFLOW_TASK 20110928
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20120524
3 Importing IV_USERNAME Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20120524

Method GET_WI_ROOT_DATA on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method GET_WORKITEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WORKITEM_ID Value transfer Type reference (TYPE) SWW_WIID Work item ID 20111005

Method GET_WORKITEM_ID on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method HAS_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_ATTACHMENTS Value transfer Type reference (TYPE) ABAP_BOOL 20120129

Method HAS_ATTACHMENTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method HAS_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_COMMENTS Value transfer Type reference (TYPE) ABAP_BOOL 20120129

Method HAS_COMMENTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method HAS_PARTICIPANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_PARTICIPANTS Value transfer Type reference (TYPE) ABAP_BOOL 20120129

Method HAS_PARTICIPANTS on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method READ_BINARY_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LINKS Call by reference Type reference (TYPE) OBL_T_LINK SOBL: Table with Relationship Records 20111004
2 Importing IV_BO_INSTANCE_ID Call by reference Type reference (TYPE) /IWWRK/WF_REL_OBJ_INSTANCE_ID Instance ID of Related Object 20111004
3 Importing IV_BO_TYPE_ID Call by reference Type reference (TYPE) /IWWRK/WF_REL_OBJ_TYPE_ID Type of Related Object 20111004
4 Importing IV_CHECK_AGGR_TYPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120708
5 Importing IV_CHECK_SUPER_TYPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111004
6 Importing IV_RELATION_TYPE Call by reference Type reference (TYPE) OBLRELTYPE Relationship type 20111004

Method READ_BINARY_RELATION on class /IWWRK/CL_WF_MGW_GET_WI_DETAIL has no exception.

Method SET_WORKITEM_ID 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 20111219
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20111219
3 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20120523
4 Importing IV_USERNAME Call by reference Type reference (TYPE) SY-UNAME SY-UNAME User Name 20120523
5 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20111003
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Exception in WIM 20111003
History
Last changed by/on SAP  20130531 
SAP Release Created in 200