SAP ABAP Class /IWWRK/CL_WF_OUTBOX (Workflow Outbox processing)
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_WF_OUTBOX | Workflow Outbox Processing | 20120508 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWWRK/CL_TGW_GEN_OUTBOX | New API to extract outbox | 20130131 |
Properties
Class | /IWWRK/CL_WF_OUTBOX | |
Short Description | Workflow Outbox processing | |
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 | 20120508 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWWRK/IF_WF_OUTBOX | Workflow Outbox Processing | 20120508 |
Friends
Class /IWWRK/CL_WF_OUTBOX has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/S_MGW_PAGING | paging structure | 20120508 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20120508 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/T_MGW_SORTING_ORDER | the sorting order | 20120508 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWWRK/T_TGW_TASK | Task Gateway: Outbox Tasks | 20120508 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Append folder items to outbox | 20120528 |
2 | ![]() |
Instance method | Private | Method | Returns the created date for outbox selection | 20120509 |
3 | ![]() |
Instance method | Private | Method | Get the status filter data | 20120509 |
4 | ![]() |
Instance method | Private | Method | Get the task def filter data | 20120528 |
5 | ![]() |
Instance method | Private | Method | Map task from business engine to Task Gateway | 20120529 |
6 | ![]() |
Instance method | Private | Method | Optimized query string options | 20120606 |
7 | ![]() |
Instance method | Private | Method | Process Outbox items | 20120508 |
8 | ![]() |
Instance method | Private | Method | Perform query string options on outbox items | 20120508 |
Events
Class /IWWRK/CL_WF_OUTBOX has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_OUTBOX | Private | See coding | 20120528 | tt_outbox TYPE STANDARD TABLE OF ty_outbox WITH KEY wi_id
|
||
2 | TY_OUTBOX | Private | See coding | 20120528 | BEGIN OF ty_outbox .
INCLUDE TYPE swr_wihdr.
TYPES: folder_id TYPE /iwwrk/dt_med_outbox_folder_id,
folder_name TYPE /iwwrk/dt_med_outbox_folder,
END OF ty_outbox
|
Method Signatures
Method APPEND_FOLDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_OUTBOX | Call by reference | Type reference (TYPE) | /IWWRK/T_TGW_TASK | Task Gateway: Outbox Tasks | 20120528 | ||
2 | ![]() |
IT_FOLDER | Call by reference | Type reference (TYPE) | SWRTWIHDR | WAPI: Table Type for Work Item Header | 20120528 |
Method APPEND_FOLDER on class /IWWRK/CL_WF_OUTBOX has no exception.
Method GET_OUTBOX_FILTER_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20120509 |
Method GET_OUTBOX_FILTER_DATE on class /IWWRK/CL_WF_OUTBOX has no exception.
Method GET_STATUS_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_STATUS_FILTER | Call by reference | Type reference (TYPE) | SWRTSTATUS | WAPI: Table Type for Status | 20120509 |
Method GET_STATUS_FILTER on class /IWWRK/CL_WF_OUTBOX has no exception.
Method GET_TASK_DEF_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TASK_FILTER | Call by reference | Type reference (TYPE) | SWRTTASK | WAPI: Table Type for Tasks | 20120528 |
Method GET_TASK_DEF_FILTER on class /IWWRK/CL_WF_OUTBOX has no exception.
Method MAP_TASK_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BWF_TASK | Call by reference | Type reference (TYPE) | SWR_WIHDR | Work Item Structure | 20120529 | ||
2 | ![]() |
RS_TGW_TASK | Value transfer | Type reference (TYPE) | /IWWRK/S_TGW_TASK | Task Gateway: Task Header | 20120529 |
Method MAP_TASK_LINE on class /IWWRK/CL_WF_OUTBOX has no exception.
Method OPTIMIZE_QUERY_STRING_OPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_WORKLIST | Call by reference | Type reference (TYPE) | SWRTWIHDR | WAPI: Table Type for Work Item Header | 20120606 |
Method OPTIMIZE_QUERY_STRING_OPTIONS on class /IWWRK/CL_WF_OUTBOX has no exception.
Method PROCESS_OUTBOX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OUTBOX_TASKS | Call by reference | Type reference (TYPE) | /IWWRK/T_TGW_TASK | Task Gateway: Outbox Tasks | 20120528 | ||
2 | ![]() |
IT_EXECUTED | Call by reference | Type reference (TYPE) | SWRTWIHDR | WAPI: Table Type for Work Item Header | 20120514 | ||
3 | ![]() |
IT_FORWARDED | Call by reference | Type reference (TYPE) | SWRTWIHDR | WAPI: Table Type for Work Item Header | 20120514 | ||
4 | ![]() |
IT_STARTED | Call by reference | Type reference (TYPE) | SWRTWIHDR | WAPI: Table Type for Work Item Header | 20120514 |
Method PROCESS_OUTBOX on class /IWWRK/CL_WF_OUTBOX has no exception.
Method QUERY_STRING_OPTIONS Signature
Method QUERY_STRING_OPTIONS on class /IWWRK/CL_WF_OUTBOX has no parameter.
Method QUERY_STRING_OPTIONS on class /IWWRK/CL_WF_OUTBOX has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 200 |