Hierarchy

⤷

⤷

Properties
Class | CL_IBO_WF_INBOX_FACADE | |
Short Description | facade for lean inbox | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | IBO_INBOX_FACADE | Suite Inbox Facade |
Created | 20090806 | 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
Class CL_IBO_WF_INBOX_FACADE has no interface implemented.
Friends
Class CL_IBO_WF_INBOX_FACADE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | IBO_WF_FACADE_INBOX_FOLDER | 'I' | Inbox Notification folder | 20090806 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | IBO_WF_FACADE_INBOX_FOLDER | 'R' | Inbox Notification folder | 20090806 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR20 | 'IBO_WF_INBOX' | message class to use | 20090806 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'HTM' | Notification contect type 'HTML' | 20090806 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'RAW' | Notification contect type 'raw' | 20090806 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | IBO_WF_FACADE_INBOX_TS_SEL | '4' | executed tasks | 20090806 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | IBO_WF_FACADE_INBOX_TS_SEL | '5' | forwarded tasks | 20090806 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | IBO_WF_FACADE_INBOX_TS_SEL | '1' | tasks executed or forwarded | 20090806 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | IBO_WF_FACADE_INBOX_TS_SEL | 'I' | tasks ready or in process | 20090806 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | IBO_WF_FACADE_INBOX_TS_SEL | '2' | resubmitted tasks | 20090806 | |
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_LT_USER_ADDRESS | Table of user and its address | 20090806 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | confirm/accept an alert | 20090806 |
2 | ![]() |
Static method | Public | Method | Confirm the given work item | 20091002 |
3 | ![]() |
Static method | Public | Method | decline processing of a workitem | 20090806 |
4 | ![]() |
Static method | Public | Method | delete notification | 20090806 |
5 | ![]() |
Static method | Public | Method | end resubmission of a resubmitted workitem | 20090806 |
6 | ![]() |
Static method | Public | Method | forward an alert | 20090806 |
7 | ![]() |
Static method | Public | Method | forward a workitem | 20090806 |
8 | ![]() |
Static method | Public | Method | get a list of alerts | 20090806 |
9 | ![]() |
Static method | Public | Method | get long text of an alert | 20090806 |
10 | ![]() |
Static method | Public | Method | get all alert categories for subscription | 20090806 |
11 | ![]() |
Static method | Public | Method | Get decision alternatives of work item | 20091007 |
12 | ![]() |
Static method | Public | Method | Returns the full name of the given agent | 20090806 |
13 | ![]() |
Static method | Public | Method | get all notifications | 20090806 |
14 | ![]() |
Static method | Public | Method | get contents of a notification (CHAR and RAW) | 20090806 |
15 | ![]() |
Static method | Public | Method | get the dynamic attributes from task container | 20090806 |
16 | ![]() |
Static method | Public | Method | Get Agents of the Specified Work Items | 20090806 |
17 | ![]() |
Static method | Public | Method | Get work item desciption | 20090806 |
18 | ![]() |
Static method | Public | Method | get the workitem_status | 20090806 |
19 | ![]() |
Static method | Public | Method | get workitem list | 20090806 |
20 | ![]() |
Static method | Public | Method | Cancel Work Item Reservation / Assignment | 20090806 |
21 | ![]() |
Static method | Public | Method | Reserve / Assign a Work Item to one self | 20090806 |
22 | ![]() |
Static method | Public | Method | resubmit a notification | 20090806 |
23 | ![]() |
Static method | Public | Method | reschedule a workitem on a later date | 20090806 |
24 | ![]() |
Static method | Public | Method | set work item status to 'completed' | 20090806 |
25 | ![]() |
Static method | Public | Method | Submit work item decision | 20091005 |
26 | ![]() |
Static method | Public | Method | register user for receiving alerts | 20090806 |
27 | ![]() |
Static method | Public | Method | unregister user from receiving alerts | 20090806 |
Events
Class CL_IBO_WF_INBOX_FACADE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_LS_USER_ADDRESS | Private | See coding | 20090806 | BEGIN OF ty_ls_user_address,
user_id TYPE syuname,
address TYPE bapiaddr3,
END OF ty_ls_user_address
|
||
2 | TY_LT_USER_ADDRESS | Private | See coding | 20090806 | ty_lt_user_address TYPE TABLE OF ty_ls_user_address
|
Method Signatures
Method CONFIRM_ALERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | message table | 20090806 | ||
2 | ![]() |
IV_ALERT_ID | Call by reference | Type reference (TYPE) | OS_GUID | alert id | 20090806 | ||
3 | ![]() |
IV_USER_NAME | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User Name | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090806 | |
2 | ![]() |
CX static check | 20090806 |
Method CONFIRM_WORKITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_WORKITEM_STATUS | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_WI_STATUS | work item status with status description | 20091002 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | 20091002 | |||
3 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_WF_WORKITEM_ID | 20091002 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091002 | ||
2 | ![]() |
20091002 |
Method DECLINE_WORKITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_WORKITEM_STATUS | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_WI_STATUS | work item status with status description | 20090806 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | message table | 20090806 | ||
3 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_WF_WORKITEM_ID | Work item ID | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090806 | |
2 | ![]() |
CX static check | 20090806 |
Method DELETE_NOTIFICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | message table | 20090806 | ||
2 | ![]() |
IV_NOTIFICATION_ID | Call by reference | Type reference (TYPE) | SO_ENTRYID | Folder Entry ID (Obj+Fol+Forwarder Name) | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090806 | |
2 | ![]() |
CX static check | 20090806 |
Method END_RESUBMISSION_OF_WORKITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_WORKITEM_STATUS | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_WI_STATUS | work item status with status description | 20090806 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | message table | 20090806 | ||
3 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_WF_WORKITEM_ID | Work item ID | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090806 | |
2 | ![]() |
CX static check | 20090806 |
Method FORWARD_ALERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | message table | 20090806 | ||
2 | ![]() |
IV_AGENT_TARGETED | Call by reference | Type reference (TYPE) | SWW_AAGENT | Actual Agent of Work Item | 20090806 | ||
3 | ![]() |
IV_ALERT_ID | Call by reference | Type reference (TYPE) | OS_GUID | Globally Unique Identifier | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090806 | |
2 | ![]() |
CX static check | 20090806 |
Method FORWARD_WORKITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_WORKITEM_STATUS | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_WI_STATUS | work item status with status description | 20090806 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | message table | 20090806 | ||
3 | ![]() |
IT_AGENT_TARGETED | Call by reference | Type reference (TYPE) | IBO_T_WF_AGENT_CID | Table of workflow agents | 20090806 | ||
4 | ![]() |
IV_AGENT_TARGETED | Call by reference | Type reference (TYPE) | IBO_WF_AGENT_ID | Identification (PD-Org. ID) of Workflow Agent | 20090806 | ||
5 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_WF_WORKITEM_ID | Work Item Identifier | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090806 | |
2 | ![]() |
CX static check | 20090806 |
Method GET_ALERTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ALERT | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_INBOX_AL | Alert | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090806 | |
2 | ![]() |
CX static check | 20090806 |
Method GET_ALERT_LONGTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALERT_ID | Call by reference | Type reference (TYPE) | OS_GUID | Globally Unique Identifier | 20090806 | ||
2 | ![]() |
IV_USER_NAME | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User Name | 20090806 | |
3 | ![]() |
RV_LONGTEXT | Value transfer | Type reference (TYPE) | STRING | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090806 | |
2 | ![]() |
CX static check | 20090806 |
Method GET_ALRT_CATEGORIES_FOR_SUBSCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | 20090807 | ||
2 | ![]() |
RT_ALERT_CATEGORIES | Value transfer | Type reference (TYPE) | SALRTTSUBS | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method GET_DECISION_WORKITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ALTERNATIVES | Call by reference | Type reference (TYPE) | SWRTDECIALTS | User Decision Options (Table Type) | 20091007 | ||
2 | ![]() |
EV_DECISION_TITLE | Call by reference | Type reference (TYPE) | WITEXT | Work Item Text | 20091007 | ||
3 | ![]() |
EV_RETURN_CODE | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20091009 | ||
4 | ![]() |
IV_LANG | Call by reference | Type reference (TYPE) | SWW_LANG | SY-LANGU | Language for Texts of a Work Item | 20091007 | |
5 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User Name | 20091007 | |
6 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20091007 |
Method GET_DECISION_WORKITEM on class CL_IBO_WF_INBOX_FACADE has no exception.
Method GET_FULL_NAME_OF_AGENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | 20090807 | |||
2 | ![]() |
RV_FULLNAME | Value transfer | Type reference (TYPE) | STRING | 20090807 |
Method GET_FULL_NAME_OF_AGENT on class CL_IBO_WF_INBOX_FACADE has no exception.
Method GET_NOTIFICATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_NOTIFICATIONS | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_INBOX_NOT | 20090807 | |||
2 | ![]() |
IV_FOLDER_TYPE | Call by reference | Type reference (TYPE) | IBO_WF_FACADE_INBOX_FOLDER | GC_FOLDER_INBOX | 20090807 | ||
3 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method GET_NOTIFICATION_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_DOC_INFO | Call by reference | Type reference (TYPE) | SOFOLENTI1 | 20090807 | |||
2 | ![]() |
ET_BINARY_DATA | Call by reference | Type reference (TYPE) | SOLIX_TAB | 20090807 | |||
3 | ![]() |
ET_TEXT | Call by reference | Type reference (TYPE) | IBO_T_BBP_WFL_TXT_BODY | 20090807 | |||
4 | ![]() |
IV_DOC_ID | Call by reference | Type reference (TYPE) | SO_ENTRYID | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method GET_TASK_CONTAINER_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ATTRIBUTE_NAMES | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_INBOX_TS_ATTR | 20090807 | |||
2 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | SWW_WIID | 20090807 | |||
3 | ![]() |
RT_DYNAMIC_ATTRIBUTES | Value transfer | Type reference (TYPE) | IBO_T_WF_CFG_INBOX_PARAM | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method GET_WORKITEM_AGENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_WI_AGENTS | Call by reference | Type reference (TYPE) | SWRTWIAGENT | 20090807 | |||
2 | ![]() |
IT_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_WIID | 20090807 | |||
3 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | 20090807 | |||
4 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | SYUNAME | 20090807 | |||
5 | ![]() |
IV_WITH_SUBSTITUTES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method GET_WORKITEM_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TEXT_LINES | Call by reference | Type reference (TYPE) | SWFDECTEXT | 20090807 | |||
2 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20090807 | ||
3 | ![]() |
IV_LINE_WIDTH | Call by reference | Type reference (TYPE) | NUMC3 | 75 | 20090807 | ||
4 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | 20090807 | ||
5 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_WF_WORKITEM_ID | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method GET_WORKITEM_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | SWW_WIID | 20090807 | |||
2 | ![]() |
RS_WORKITEM_ATTRIBUTES | Value transfer | Type reference (TYPE) | SWR_WIHDR | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method GET_WORKITEM_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_WORK_ITEM | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_INBOX_WI | 20090807 | |||
2 | ![]() |
IT_TASK_FILTER | Call by reference | Type reference (TYPE) | IBO_T_INBOX_TASK_ID | Table Type of IBO_INBOX_TASK_ID | 20090923 | ||
3 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20090807 | ||
4 | ![]() |
IV_PASSIVE_SUBSTITUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090807 | |||
5 | ![]() |
IV_SINCE_DATE | Call by reference | Type reference (TYPE) | DATS | SY-DATUM | 20090807 | ||
6 | ![]() |
IV_TASK_SELECTION | Call by reference | Type reference (TYPE) | IBO_WF_FACADE_INBOX_TS_SEL | GC_TASK_SELECTION_RDY_OR_IN_PR | 20090807 | ||
7 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method PUT_BACK_WORKITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_WORKITEM_STATUS | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_WI_STATUS | 20090807 | |||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | 20090807 | |||
3 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_WF_WORKITEM_ID | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method RESERVE_WORKITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_WORKITEM_STATUS | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_WI_STATUS | 20090807 | |||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | 20090807 | |||
3 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_WF_WORKITEM_ID | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method RESUBMIT_NOTIFICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | 20090807 | |||
2 | ![]() |
IV_NOTIFICATION_ID | Call by reference | Type reference (TYPE) | SO_ENTRYID | 20090807 | |||
3 | ![]() |
IV_RESUBMISSION_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method RESUBMIT_WORKITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_WORKITEM_STATUS | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_WI_STATUS | 20090807 | |||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | 20090807 | |||
3 | ![]() |
IV_RESUBMISSION_DATE | Call by reference | Type reference (TYPE) | SYDATE | 20090807 | |||
4 | ![]() |
IV_RESUBMISSION_TIME | Call by reference | Type reference (TYPE) | SYTIME | 20090807 | |||
5 | ![]() |
IV_RESUBMISSION_ZONLO | Call by reference | Type reference (TYPE) | SYSTZONLO | SY-ZONLO | 20090807 | ||
6 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_WF_WORKITEM_ID | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method SET_WORKITEM_COMPLETED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NEW_WORKITEM_STATUS | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_WI_STATUS | 20090807 | |||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | 20090807 | |||
3 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | IBO_WF_WORKITEM_ID | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method SUBMIT_DECISION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DECISION_KEY | Call by reference | Type reference (TYPE) | SWR_DECIKEY | Index of an Alternative of a User Decision | 20091006 | ||
2 | ![]() |
IV_WORKITEM_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20091006 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CX static check | 20091006 |
Method SUBSCRIBE_TO_ALERT_CATEGORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | 20090807 | |||
2 | ![]() |
IV_ALERT_CATEGORY | Call by reference | Type reference (TYPE) | SALRTDCAT | 20090807 | |||
3 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
Method UNSUBSCRIBE_FROM_ALRT_CATEGORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_MESSAGE | 20090807 | |||
2 | ![]() |
IV_ALERT_CATEGORY | Call by reference | Type reference (TYPE) | SALRTDCAT | 20090807 | |||
3 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090807 | ||
2 | ![]() |
20090807 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |