SAP ABAP Interface IF_IBO_CLL_INBOX_ACTHDL_IN (action handler for internal actions on workitems)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-IBO (Application Component) Suite Inbox
     IBO_INBOX_ACTION (Package) Suite Inbox Action
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IBO_CH_WD_INB_ACTHDL_IN subclass for actions handled internally 20090807
Properties
Interface IF_IBO_CLL_INBOX_ACTHDL_IN  
Short Description action handler for internal actions on workitems    
General Data
Package IBO_INBOX_ACTION   Suite Inbox Action 
Created 20090807   SAP 
Last changed 20110908   SAP 
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 IF_IBO_CLL_INBOX_ACTHDLR action handler for workitems in inbox 20090807
Friends
Interface IF_IBO_CLL_INBOX_ACTHDL_IN has no friend.
Attributes
Interface IF_IBO_CLL_INBOX_ACTHDL_IN has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CANCEL_RESERVATION_OF_WORKITEM Instance method Public Method undo reservation of a work item 20090807
2 DECLINE_WORKITEM Instance method Public Method decline processing of a work item 20090807
3 END_RESUBMISSION_OF_WORKITEM Instance method Public Method end resubmission of work item 20090807
4 FORWARD_ALERT Instance method Public Method Forward Alert 20090807
5 FORWARD_NOTIFICATION Instance method Public Method Forward Notification 20090807
6 FORWARD_WORKITEM Instance method Public Method forward work item 20090807
7 RESERVE_WORKITEM Instance method Public Method reserve a work item 20090807
8 RESUBMIT_ALERT Instance method Public Method Resubmit Alert 20090807
9 RESUBMIT_NOTIFICATION Instance method Public Method Resubmit Notification 20090807
10 RESUBMIT_WORKITEM Instance method Public Method resubmit a work item at a later date 20090807
11 SET_WORKITEM_COMPLETED Instance method Public Method set a work item completed 20090807
12 SUBMIT_DECISION Instance method Public Method Submit work item decision 20091005
Events
Interface IF_IBO_CLL_INBOX_ACTHDL_IN has no event.
Types
Interface IF_IBO_CLL_INBOX_ACTHDL_IN has no local type.
Method Signatures

Method CANCEL_RESERVATION_OF_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_WORKITEM_STATUS Call by reference Type reference (TYPE) IBO_S_WF_FACADE_WI_STATUS work item status with status description 20090807
2 Exporting ET_API_TEXT_MESSAGES Call by reference Type reference (TYPE) SWRTMSGTEXT List of TEXT Messages 20110126
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
4 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method DECLINE_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_WORKITEM_STATUS Call by reference Type reference (TYPE) IBO_S_WF_FACADE_WI_STATUS work item status with status description 20090807
2 Exporting ET_API_TEXT_MESSAGES Call by reference Type reference (TYPE) SWRTMSGTEXT List of TEXT Messages 20110126
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
4 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method END_RESUBMISSION_OF_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_WORKITEM_STATUS Call by reference Type reference (TYPE) IBO_S_WF_FACADE_WI_STATUS work item status with status description 20090807
2 Exporting ET_API_TEXT_MESSAGES Call by reference Type reference (TYPE) SWRTMSGTEXT List of TEXT Messages 20110126
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
4 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method FORWARD_ALERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
2 Importing IS_ALERT Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_AL Alert 20090807
3 Importing IT_AGENTS_TARGETED Call by reference Type reference (TYPE) IBO_T_WF_AGENT_CID Table of workflow agents 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method FORWARD_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
2 Importing IS_NOTIFICATION Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_NOT Notification 20090807
3 Importing IT_AGENTS_TARGETED Call by reference Type reference (TYPE) IBO_T_WF_AGENT_CID Table of workflow agents 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method FORWARD_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_WORKITEM_STATUS Call by reference Type reference (TYPE) IBO_S_WF_FACADE_WI_STATUS work item status with status description 20090807
2 Exporting ET_API_TEXT_MESSAGES Call by reference Type reference (TYPE) SWRTMSGTEXT List of TEXT Messages 20110126
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
4 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20090807
5 Importing IT_AGENTS_TARGETED Call by reference Type reference (TYPE) IBO_T_WF_AGENT_CID Table of workflow agents 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method RESERVE_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_WORKITEM_STATUS Call by reference Type reference (TYPE) IBO_S_WF_FACADE_WI_STATUS work item status with status description 20090807
2 Exporting ET_API_TEXT_MESSAGES Call by reference Type reference (TYPE) SWRTMSGTEXT List of TEXT Messages 20110126
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
4 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method RESUBMIT_ALERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
2 Importing IS_ALERT Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_AL Alert 20090807
3 Importing IV_RESUBMISSION_DATE Call by reference Type reference (TYPE) SYDATE Date data element for SYST 20090807
4 Importing IV_RESUBMISSION_TIME Call by reference Type reference (TYPE) SYTIME TIME Data Element for SYST 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method RESUBMIT_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
2 Importing IS_NOTIFICATION Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_NOT Notification 20090807
3 Importing IV_RESUBMISSION_DATE Call by reference Type reference (TYPE) SYDATE Date data element for SYST 20090807
4 Importing IV_RESUBMISSION_TIME Call by reference Type reference (TYPE) SYTIME TIME Data Element for SYST 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method RESUBMIT_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_WORKITEM_STATUS Call by reference Type reference (TYPE) IBO_S_WF_FACADE_WI_STATUS work item status with status description 20090807
2 Exporting ET_API_TEXT_MESSAGES Call by reference Type reference (TYPE) SWRTMSGTEXT List of TEXT Messages 20110126
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
4 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20090807
5 Importing IV_RESUBMISSION_DATE Call by reference Type reference (TYPE) SYDATE Date data element for SYST 20090807
6 Importing IV_RESUBMISSION_TIME Call by reference Type reference (TYPE) SYTIME TIME Data Element for SYST 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method SET_WORKITEM_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_WORKITEM_STATUS Call by reference Type reference (TYPE) IBO_S_WF_FACADE_WI_STATUS work item status with status description 20090807
2 Exporting ET_API_TEXT_MESSAGES Call by reference Type reference (TYPE) SWRTMSGTEXT List of TEXT Messages 20110126
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090807
4 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20090807
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090807

Method SUBMIT_DECISION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_API_TEXT_MESSAGES Call by reference Type reference (TYPE) SWRTMSGTEXT List of TEXT Messages 20110126
2 Importing IV_DECISION_KEY Call by reference Type reference (TYPE) SWR_DECIKEY Index of an Alternative of a User Decision 20091006
3 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID work item data 20091006
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20091006
History
Last changed by/on SAP  20110908 
SAP Release Created in 702