SAP ABAP Class CL_IBO_WF_INBOX_CFG_PROV (configuration provider for inbox)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-IBO (Application Component) Suite Inbox
     IBO_INBOX_CFG (Package) Suite Inbox Configuration
Properties
Class CL_IBO_WF_INBOX_CFG_PROV  
Short Description configuration provider for inbox    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package IBO_INBOX_CFG   Suite Inbox Configuration 
Created 20090807   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IBO_WF_INBOX_CFG_PROV has no forward declaration.
Interfaces
Class CL_IBO_WF_INBOX_CFG_PROV has no interface implemented.
Friends
Class CL_IBO_WF_INBOX_CFG_PROV has no friend class.
Attributes
Class CL_IBO_WF_INBOX_CFG_PROV has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTIONS_FOR_ALERT Static method Public Method return all actions defined for an alert 20090807
2 GET_ACTIONS_FOR_NOTIFICATION Static method Public Method return all actions defined for a notification 20090807
3 GET_ACTIONS_FOR_TASK_TYPE Static method Public Method return all actions defined for given task type 20090807
4 GET_ACTION_INFO Static method Public Method get info about an action 20090807
5 GET_ADDITIONAL_TASK_INFO Static method Public Method return additional task type informat defined in customizing 20100315
6 GET_DEFAULT_ACTION Static method Public Method gets the default action for a given task type 20090807
7 GET_DYN_PARAMS_FOR_WI_BY_API Static method Private Method return parameters for workitem via workitem API 20110117
8 GET_STA_ACTIONS_FOR_TASK_TYPE Static method Private Method return all static actions 20090807
9 GET_TASK_INFO_FOR_TASK_TYPE Static method Public Method return all task types defined in customizing 20090807
10 GET_TASK_TYPES Static method Public Method return all task types defined in customizing 20090807
11 RESOLVE_DYNAMIC_PARAMS_FOR_WI Static method Public Method resolve parameters for a workitem 20090807
Events
Class CL_IBO_WF_INBOX_CFG_PROV has no event.
Types
Class CL_IBO_WF_INBOX_CFG_PROV has no local type.
Method Signatures

Method GET_ACTIONS_FOR_ALERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION_LIST Call by reference Type reference (TYPE) IBO_T_WF_CFG_ACTION_INFO 20090807
2 Importing IV_POWL_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20090819

Method GET_ACTIONS_FOR_ALERT on class CL_IBO_WF_INBOX_CFG_PROV has no exception.

Method GET_ACTIONS_FOR_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION_LIST Call by reference Type reference (TYPE) IBO_T_WF_CFG_ACTION_INFO 20090807
2 Importing IV_POWL_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20090819

Method GET_ACTIONS_FOR_NOTIFICATION on class CL_IBO_WF_INBOX_CFG_PROV has no exception.

Method GET_ACTIONS_FOR_TASK_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION_LIST Call by reference Type reference (TYPE) IBO_T_WF_CFG_ACTION_INFO 20090807
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU 20090807
3 Importing IV_POWL_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20090819
4 Importing IV_TASK_TYPE Call by reference Type reference (TYPE) IBO_WF_WORKFLOW_TASK_ID 20090807
5 Importing IV_WI_STATUS Call by reference Type reference (TYPE) SWW_WISTAT 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_ACTION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) IBO_WF_CFG_INBOX_ACT_NAME 20090807
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU 20090807
3 Importing IV_POWL_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20090819
4 Returning RS_ACTION_INFO Value transfer Type reference (TYPE) IBO_S_WF_CFG_ACTION_INFO 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_ADDITIONAL_TASK_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADD_INFO Call by reference Type reference (TYPE) IBO_S_WF_CFG_TASK_ADD_INFO 20100315
2 Importing IV_POWL_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20100315
3 Importing IV_TASK_TYPE Call by reference Type reference (TYPE) IBO_WF_WORKFLOW_TASK_ID 20100315
4 Importing IV_WI_DEST_ID Call by reference Type reference (TYPE) RFC_DEST Destination where the task may comes from 20110118
5 Importing IV_WI_STATUS Call by reference Type reference (TYPE) SWW_WISTAT 20100315
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT IBO WF root exception for program errors (unrecoverable) 20100315
2 CX_IBO_WF_ERROR CX static check 20100315

Method GET_DEFAULT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ACTION Call by reference Type reference (TYPE) IBO_WF_CFG_INBOX_ACT_NAME 20090807
2 Importing IV_POWL_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20090819
3 Importing IV_TASK_TYPE Call by reference Type reference (TYPE) IBO_WF_WORKFLOW_TASK_ID 20090807
4 Importing IV_WI_DEST_ID Call by reference Type reference (TYPE) RFC_DEST SAPOSCOL destination 20110117
5 Importing IV_WI_STATUS Call by reference Type reference (TYPE) SWW_WISTAT 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_DYN_PARAMS_FOR_WI_BY_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SWR_WORKITEM_API Call by reference Object reference (TYPE REF TO) IF_SWR_WORKITEM_API API for Handling a Work Item 20110117
2 Importing IT_ATTRIBUTE_NAMES Call by reference Type reference (TYPE) IBO_T_WF_CFG_INBOX_TS_ATTR list of dynamic task attributes 20110117
3 Returning RT_DYNAMIC_TASK_ATTRIBUTES Value transfer Type reference (TYPE) IBO_T_WF_CFG_INBOX_PARAM parameter map for customizing of lean workflow inbox 20110117

Method GET_DYN_PARAMS_FOR_WI_BY_API on class CL_IBO_WF_INBOX_CFG_PROV has no exception.

Method GET_STA_ACTIONS_FOR_TASK_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION_LIST Call by reference Type reference (TYPE) IBO_T_WF_CFG_ACTION_INFO 20090812

Method GET_STA_ACTIONS_FOR_TASK_TYPE on class CL_IBO_WF_INBOX_CFG_PROV has no exception.

Method GET_TASK_INFO_FOR_TASK_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POWL_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20090819
2 Importing IV_TASK_TYPE Call by reference Type reference (TYPE) IBO_WF_WORKFLOW_TASK_ID 20090807
3 Returning RS_TASK_TYPE Value transfer Type reference (TYPE) IBO_S_WF_CFG_TASK_INFO 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_TASK_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TASK_TYPES Call by reference Type reference (TYPE) IBO_T_WF_CFG_TASK_INFO 20090807
2 Importing IV_POWL_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20090819
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method RESOLVE_DYNAMIC_PARAMS_FOR_WI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION_PARAMETER_MAP Call by reference Type reference (TYPE) IBO_T_WF_CFG_INBOX_PARAM 20090807
2 Exporting ET_DYNAMIC_TASK_ATTRIBUTES Call by reference Type reference (TYPE) IBO_T_WF_CFG_INBOX_PARAM 20090807
3 Importing IO_SWR_WORKITEM_API Call by reference Object reference (TYPE REF TO) IF_SWR_WORKITEM_API API for Handling a Work Item 20110117
4 Importing IS_TASK_INFO Call by reference Type reference (TYPE) IBO_S_WF_CFG_TASK_INFO 20090807
5 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI 20090807
6 Importing IV_POWL_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20090819
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807
History
Last changed by/on SAP  20130531 
SAP Release Created in 702