Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider | 20111114 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWWRK/IF_MGW_WORKFLOW_CONST | Constants interface of workflow minimal gateway | 20111114 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWWRK/CL_MGW_MED_WORKFLOW_DE | ODC Metadata for Duet Ent. | 20120112 |
Properties
Class | /IWWRK/CL_MGW_MED_WORKFLOW | |
Short Description | ||
Super Class | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /IWWRK/WF_ODC_DESIGNTIME | Workflow ODC Runtime for Gateway - Design Time |
Created | 20111114 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IWWRK/CL_MGW_MED_WORKFLOW has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWWRK/IF_MGW_WORKFLOW_CONST | Constants interface of workflow minimal gateway | 20111114 |
Friends
Class /IWWRK/CL_MGW_MED_WORKFLOW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20111114 | ||||
2 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20111114 | ||||
3 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20111114 | ||||
4 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20111114 | ||||
5 | ![]() |
Constant | Public | See coding | 20111114 | ||||
6 | ![]() |
Constant | Public | See coding | 20111114 | ||||
7 | ![]() |
Constant | Public | See coding | 20111114 | ||||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'WorkflowTask,OutboxTask,Attachment,Comment,ExtensibleElement,Participant,PossibleAgent,RequesterNote,BusinessObjectAttachment' | 20111114 | ||
9 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_ODATA_ENTITY_TYP | Workflow task entitiy type | 20111114 | ||
10 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20111114 |
Methods
Events
Class /IWWRK/CL_MGW_MED_WORKFLOW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ACTION_RESULT | Public | See coding | 20111114 | BEGIN OF action_result,
result_code TYPE char1,
reason TYPE string,
END OF action_result
|
||
2 | APPLY_DECISION_IN | Public | See coding | 20111114 | BEGIN OF apply_decision_in,
workitem_id TYPE sww_wiid,
dec_key TYPE /iwwrk/wf_decision_key ,
comments TYPE /iwwrk/wf_approver_comments,
END OF apply_decision_in
|
||
3 | ATTACHMENTS | Public | See coding | 20111114 | BEGIN OF attachments,
workitem_id TYPE sww_wiid,
id TYPE /iwwrk/file_id,
creator_name TYPE /iwwrk/wf_att_creator_name,"so_creanam
creator_id TYPE /iwwrk/wf_att_creator_id,"so_cro_nam
created_at TYPE /iwwrk/wf_created_at, "tzntstmps,
filename TYPE /iwwrk/wf_att_file_name,"so_obj_nam
extension TYPE /iwwrk/file_extension,
content TYPE /iwwrk/file_content,
mime_type TYPE saemime,
END OF attachments
|
||
4 | ATTACHMENT_DATA | Public | See coding | 20111114 | BEGIN OF attachment_data,
workitem_id TYPE n LENGTH 12,
id TYPE c LENGTH 90,
content TYPE xstring,
END OF attachment_data
|
||
5 | BO_ATTACHMENTS | Public | See coding | 20111114 | BEGIN OF bo_attachments,
workitem_id TYPE sww_wiid,
id TYPE /iwwrk/file_id,
filename TYPE /iwwrk/wf_att_file_name,"so_obj_nam
extension TYPE /iwwrk/file_extension,
creator_id TYPE /iwwrk/wf_att_creator_id,"so_cro_nam
creator_name TYPE /iwwrk/wf_att_creator_name,"so_creanam
created_at TYPE so_credat,
mime_type TYPE saemime,
END OF bo_attachments
|
||
6 | BO_ATT_DATA | Public | See coding | 20111114 | BEGIN OF bo_att_data,
workitem_id TYPE n LENGTH 12,
id TYPE c LENGTH 90,
content TYPE xstring,
END OF bo_att_data
|
||
7 | COMMENTS | Public | See coding | 20111114 | BEGIN OF comments,
workitem_id TYPE sww_wiid,
id TYPE /iwwrk/file_id,
creator_id TYPE /iwwrk/wf_att_creator_id,"so_cro_nam
text TYPE /iwwrk/file_content,
creator_name TYPE /iwwrk/wf_att_creator_name,"so_creanam
created_at TYPE /iwwrk/wf_created_at, "tzntstmps,
END OF comments
|
||
8 | DECISION_OPTIONS | Public | See coding | 20111114 | BEGIN OF decision_options,
workitem_id TYPE sww_wiid,
dec_key TYPE /iwwrk/wf_decision_key,
dec_text TYPE /iwwrk/wf_decision_text,"swr_decitext
mime_type TYPE saemime,
END OF decision_options
|
||
9 | DESCRIPTION | Public | See coding | 20111114 | BEGIN OF description,
workitem_id TYPE sww_wiid,
description TYPE string,
END OF description
|
||
10 | EXTENSIBLE_ELEMENTS | Public | See coding | 20111114 | BEGIN OF extensible_elements,
workitem_id TYPE sww_wiid,
name TYPE string,
value TYPE string,
context TYPE string,
END OF extensible_elements
|
||
11 | EXTENSIBLE_ELEMENT_UPD | Public | See coding | 20111114 | BEGIN OF extensible_element_upd,
workitem_id TYPE sww_wiid,
dec_key TYPE /iwwrk/wf_decision_key,
comments TYPE c LENGTH 255,
name1 TYPE string,
value1 TYPE string,
context1 TYPE string,
name2 TYPE string,
value2 TYPE string,
context2 TYPE string,
name3 TYPE string,
value3 TYPE string,
context3 TYPE string,
name4 TYPE string,
value4 TYPE string,
context4 TYPE string,
name5 TYPE string,
value5 TYPE string,
context5 TYPE string,
name6 TYPE string,
value6 TYPE string,
context6 TYPE string,
name7 TYPE string,
value7 TYPE string,
context7 TYPE string,
name8 TYPE string,
value8 TYPE string,
context8 TYPE string,
name9 TYPE string,
value9 TYPE string,
context9 TYPE string,
name10 TYPE string,
value10 TYPE string,
context10 TYPE string,
name11 TYPE string,
value11 TYPE string,
context11 TYPE string,
name12 TYPE string,
value12 TYPE string,
context12 TYPE string,
name13 TYPE string,
value13 TYPE string,
context13 TYPE string,
name14 TYPE string,
value14 TYPE string,
context14 TYPE string,
name15 TYPE string,
value15 TYPE string,
context15 TYPE string,
name16 TYPE string,
value16 TYPE string,
context16 TYPE string,
name17 TYPE string,
value17 TYPE string,
context17 TYPE string,
name18 TYPE string,
value18 TYPE string,
context18 TYPE string,
name19 TYPE string,
value19 TYPE string,
context19 TYPE string,
name20 TYPE string,
value20 TYPE string,
context20 TYPE string,
END OF extensible_element_upd
|
||
12 | INITIATOR | Public | See coding | 20111114 | BEGIN OF initiator,
workitem_id TYPE sww_wiid,
username TYPE syuname,
fullname TYPE ad_namtext,
mime_type TYPE saemime,
END OF initiator
|
||
13 | NEXT_WORKITEM_DETAIL | Public | See coding | 20111114 | BEGIN OF next_workitem_detail,
step_existence TYPE c LENGTH 10,
END OF next_workitem_detail
|
||
14 | NOTE_DATA | Public | See coding | 20111114 | BEGIN OF note_data,
workitem_id TYPE n LENGTH 12,
id TYPE c LENGTH 90,
content TYPE xstring,
END OF note_data
|
||
15 | OUTBOX_TASK | Public | See coding | 20111114 | BEGIN OF outbox_task,
workitem_id TYPE sww_wiid,
status TYPE sww_wistat,
subject TYPE /iwwrk/wf_wi_subject,"witext
status_txt TYPE /iwwrk/wf_wi_status_text,"sww_statxt
type TYPE sww_witype,
priority TYPE sww_prio,
task_name TYPE /iwwrk/wf_task_bounditem_type,
actual_owner TYPE /iwwrk/wf_actual_owner,"sww_aagent
actual_owner_name TYPE /iwwrk/wf_actual_owner_name,"swr_agtnam
language TYPE sww_lang,
end_dl TYPE /iwwrk/wf_end_dl,"tzntstmps
created_at TYPE /iwwrk/wf_created_at,"tzntstmps
folder_name TYPE /iwwrk/dt_med_outbox_folder,
folder_id TYPE /iwwrk/dt_med_outbox_folder_id,"c LENGTH 10
END OF outbox_task
|
||
16 | PARTICIPANTS | Public | See coding | 20111114 | BEGIN OF participants,
workitem_id TYPE sww_wiid,
username TYPE syuname,
fullname TYPE ad_namtext,
type TYPE /iwwrk/wf_participant_type,"c LENGTH 60
END OF participants
|
||
17 | POSSIBLE_AGENTS | Public | See coding | 20111114 | BEGIN OF possible_agents,
workitem_id TYPE sww_wiid,
username TYPE syuname,
fullname TYPE ad_namtext,
END OF possible_agents
|
||
18 | PREVIOUS_WORKITEM_DETAIL | Public | See coding | 20111114 | BEGIN OF previous_workitem_detail,
workitem_id TYPE sww_wiid,
approver_id TYPE sww_aagent,
approver_name TYPE /iwwrk/wf_approver_name,"ad_namtext
END OF previous_workitem_detail
|
||
19 | RELATED_OBJECT | Public | See coding | 20111114 | BEGIN OF related_object,
workitem_id TYPE sww_wiid,
instance_id TYPE /iwwrk/wf_rel_obj_instance_id,"swrsibfid
type_id TYPE /iwwrk/wf_rel_obj_type_id,"swrsibfti
category TYPE /iwwrk/wf_rel_obj_category,"swrsibfci
type_desc TYPE /iwwrk/wf_rel_obj_description,"swl_ojkey
is_leading TYPE /iwwrk/wf_rel_obj_is_leading, "c LENGTH 5
END OF related_object
|
||
20 | REQUESTER_NOTES | Public | See coding | 20111114 | BEGIN OF requester_notes,
workitem_id TYPE sww_wiid,
id TYPE /iwwrk/file_id,
filename TYPE /iwwrk/wf_att_file_name,
extension TYPE /iwwrk/file_extension,
creator_id TYPE /iwwrk/wf_att_creator_id,"so_cro_nam
creator_name TYPE /iwwrk/wf_att_creator_name,"so_creanam
created_at TYPE so_credat,
mime_type TYPE saemime,
END OF requester_notes
|
||
21 | SUBSTITUTES | Public | See coding | 20111114 | BEGIN OF substitutes,
user TYPE actorid,
activated TYPE /iwwrk/active_flag,
profile TYPE xuprofile,
full_name TYPE ad_namtext,
begin_date TYPE /iwwrk/wf_begda,
end_date TYPE /iwwrk/wf_endda,
END OF substitutes
|
||
22 | SUBSTITUTION_PROFILES | Public | See coding | 20111116 | BEGIN OF substitution_profiles,
profile TYPE swr_substprof,
text TYPE swr_substproftxt,
END OF substitution_profiles
|
||
23 | TS_REL_OBJ_DEEP | Public | See coding | 20111114 | BEGIN OF ts_rel_obj_deep.
INCLUDE TYPE related_object.
TYPES: businessobjectattachments TYPE tt_bo_attachments,
requesternotes TYPE tt_requester_notes,
END OF ts_rel_obj_deep
|
||
24 | TS_STEP_HIST_OUT | Public | See coding | 20111114 | BEGIN OF ts_step_hist_out,
workitem_id TYPE sww_wiid,
step_previous_detail TYPE previous_workitem_detail,
step_next_detail TYPE next_workitem_detail,
END OF ts_step_hist_out
|
||
25 | TS_WORKFLOW_TASK | Public | Type reference (TYPE) | WORKFLOW_TASK | 20111114 |
|
|
26 | TS_WORKFLOW_TASK_DEEP | Public | See coding | 20111114 | BEGIN OF ts_workflow_task_deep.
INCLUDE TYPE workflow_task.
TYPES: description TYPE description,
participants TYPE tt_participants ,
decisionoptions TYPE tt_decision_options,
comments TYPE tt_comments ,
attachments TYPE tt_attachments,
boattachments TYPE tt_bo_attachments,
extensibleelements TYPE tt_extensible_elements,
possibleagents TYPE tt_possible_agents,
relatedobjects TYPE tt_rel_obj_deep,
wfinitiator TYPE initiator,
END OF ts_workflow_task_deep
|
||
27 | TT_ATTACHMENTS | Public | See coding | 20111114 | tt_attachments TYPE STANDARD TABLE OF attachments WITH KEY workitem_id id
|
||
28 | TT_ATTACHMENT_DATA | Public | See coding | 20111114 | tt_attachment_data TYPE STANDARD TABLE OF attachment_data WITH KEY workitem_id id
|
||
29 | TT_BO_ATTACHMENTS | Public | See coding | 20111114 | tt_bo_attachments TYPE STANDARD TABLE OF bo_attachments WITH KEY workitem_id id
|
||
30 | TT_COMMENTS | Public | See coding | 20111114 | tt_comments TYPE STANDARD TABLE OF comments WITH KEY workitem_id id
|
||
31 | TT_DECISION_OPTIONS | Public | See coding | 20111114 | tt_decision_options TYPE STANDARD TABLE OF decision_options WITH KEY workitem_id dec_key
|
||
32 | TT_EXTENSIBLE_ELEMENTS | Public | See coding | 20111114 | tt_extensible_elements TYPE STANDARD TABLE OF extensible_elements WITH KEY workitem_id name
|
||
33 | TT_EXTENSIBLE_ELEMENT_UPD | Public | See coding | 20111114 | tt_extensible_element_upd TYPE STANDARD TABLE OF extensible_element_upd WITH KEY workitem_id
|
||
34 | TT_OUTBOX_TASK | Public | See coding | 20111114 | tt_outbox_task TYPE STANDARD TABLE OF outbox_task WITH KEY workitem_id
|
||
35 | TT_PARTICIPANTS | Public | See coding | 20111114 | tt_participants TYPE STANDARD TABLE OF participants WITH KEY workitem_id username
|
||
36 | TT_POSSIBLE_AGENTS | Public | See coding | 20111114 | tt_possible_agents TYPE STANDARD TABLE OF possible_agents WITH KEY workitem_id username
|
||
37 | TT_RELATED_OBJECTS | Public | See coding | 20111114 | tt_related_objects TYPE STANDARD TABLE OF related_object WITH KEY workitem_id instance_id type_id
|
||
38 | TT_REL_OBJ_DEEP | Public | See coding | 20111114 | tt_rel_obj_deep TYPE STANDARD TABLE OF ts_rel_obj_deep WITH KEY workitem_id instance_id type_id
|
||
39 | TT_REQUESTER_NOTES | Public | See coding | 20111114 | tt_requester_notes TYPE STANDARD TABLE OF requester_notes WITH KEY workitem_id id
|
||
40 | TT_STEP_HIST_OUT | Public | See coding | 20111114 | tt_step_hist_out TYPE STANDARD TABLE OF ts_step_hist_out
|
||
41 | TT_SUBSTITUTES | Public | See coding | 20111114 | tt_substitutes TYPE STANDARD TABLE OF substitutes WITH KEY user
|
||
42 | TT_SUBSTITUTION_PROFILES | Public | See coding | 20111115 | tt_substitution_profiles TYPE STANDARD TABLE OF substitution_profiles WITH KEY profile
|
||
43 | TT_WORKFLOW_TASK | Public | See coding | 20111114 | tt_workflow_task TYPE STANDARD TABLE OF workflow_task WITH KEY workitem_id
|
||
44 | TY_S_MEDIA_RESOURCE | Public | See coding | 20111114 | BEGIN OF ty_s_media_resource,
mime_type TYPE string,
value TYPE xstring,
END OF ty_s_media_resource
|
||
45 | WORKFLOW_PUSH_TASK | Public | See coding | 20111114 | BEGIN OF workflow_push_task.
INCLUDE TYPE workflow_task.
TYPES: description TYPE description,
participants TYPE tt_participants ,
decisionoptions TYPE tt_decision_options,
comments TYPE tt_comments ,
attachments TYPE tt_attachments,
boattachments TYPE tt_bo_attachments,
extensibleelements TYPE tt_extensible_elements,
possibleagents TYPE tt_possible_agents,
requesternotes TYPE tt_requester_notes,
relatedobjects TYPE tt_related_objects,
END OF workflow_push_task
|
||
46 | WORKFLOW_TASK | Public | See coding | 20111114 | BEGIN OF workflow_task,
workitem_id TYPE sww_wiid,
status TYPE /iwwrk/wf_wi_status,"sww_wistat
subject TYPE /iwwrk/wf_wi_subject,"witext
status_txt TYPE /iwwrk/wf_wi_status_text,"sww_statxt
type TYPE sww_witype,
priority TYPE sww_prio,
task_name TYPE /iwwrk/wf_task_bounditem_type,
actual_owner TYPE /iwwrk/wf_actual_owner,"sww_aagent
actual_owner_name TYPE /iwwrk/wf_actual_owner_name,"swr_agtnam
reassign_by TYPE /iwwrk/wf_reassigned_by,"sww_forwby
reserved_by TYPE /iwwrk/wf_reserved_by,"c LENGTH 12
act_dec_agent TYPE /iwwrk/wf_actual_dec_agent,"c LENGTH 12
act_dec TYPE /iwwrk/wf_decision_key,
language TYPE sww_lang,
start_dl TYPE /iwwrk/wf_start_dl,"tzntstmps
end_dl TYPE /iwwrk/wf_end_dl,"tzntstmps
created_by TYPE sww_objid,
created_at TYPE /iwwrk/wf_created_at,"tzntstmps
note_count TYPE /iwwrk/wf_note_count,"swfrnotecn
gui_link TYPE /iwwrk/rt_gui_link_url,
mime_type TYPE saemime,
END OF workflow_task
|
Method Signatures
Method CREATE_ACTIVATE_SUBS_ACTION Signature
Method CREATE_ACTIVATE_SUBS_ACTION on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_APPLY_DECISION_ACTION Signature
Method CREATE_APPLY_DECISION_ACTION on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_APPLY_FORWARD_ACTION Signature
Method CREATE_APPLY_FORWARD_ACTION on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_APPLY_RELEASE_ACTION Signature
Method CREATE_APPLY_RELEASE_ACTION on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_APPLY_RESERVE_ACTION Signature
Method CREATE_APPLY_RESERVE_ACTION on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_ATTACHMENTS_ENTITY Signature
Method CREATE_ATTACHMENTS_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_BO_ATTACHMENTS_ENTITY Signature
Method CREATE_BO_ATTACHMENTS_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_COMMENTS_ENTITY Signature
Method CREATE_COMMENTS_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_DEACTIVATE_SUBS_ACTION Signature
Method CREATE_DEACTIVATE_SUBS_ACTION on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_DEC_OPT_ENTITY Signature
Method CREATE_DEC_OPT_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_DESCRIPTION_ENTITY Signature
Method CREATE_DESCRIPTION_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_EXT_ELEMENTS_ENTITY Signature
Method CREATE_EXT_ELEMENTS_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_EXT_ELEMENTS_UPD_ENTITY Signature
Method CREATE_EXT_ELEMENTS_UPD_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_INITIATOR_ENTITY Signature
Method CREATE_INITIATOR_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_LIST_SUBS_ACTION Signature
Method CREATE_LIST_SUBS_ACTION on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_OUTBOX_ASSOC Signature
Method CREATE_OUTBOX_ASSOC on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_OUTBOX_ENTITY Signature
Method CREATE_OUTBOX_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_PARTICIPANTS_ENTITY Signature
Method CREATE_PARTICIPANTS_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_POSSIBLE_AGENTS_ENTITY Signature
Method CREATE_POSSIBLE_AGENTS_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_RELATED_OBJECT_ENTITY Signature
Method CREATE_RELATED_OBJECT_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_REQUESTER_NOTES_ENTITY Signature
Method CREATE_REQUESTER_NOTES_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_STEP_HISTORY_ACTION Signature
Method CREATE_STEP_HISTORY_ACTION on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_SUBSTITUTES_ENTITY Signature
Method CREATE_SUBSTITUTES_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
Method CREATE_SUBSTITUTE_PROF_ENTITY Signature
Method CREATE_SUBSTITUTE_PROF_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111115 |
Method CREATE_WORKFLOW_TASK_ENTITY Signature
Method CREATE_WORKFLOW_TASK_ENTITY on class /IWWRK/CL_MGW_MED_WORKFLOW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20111114 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 200 |