SAP ABAP Class CL_IBO_INBOX_FEEDER_WI (Inbox Work Item Feeder)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-IBO (Application Component) Suite Inbox
     IBO_INBOX_FEEDER (Package) Suite Inbox Feeder
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IBO_INBOX_FEEDER_BASE Base Feeder Class for Inbox 20090806
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CL_IBO_SC_FEEDER Feeder for SC work items 20100610
2 Inheritance (c INHERITING FROM c_ref)  CL_MMPUR_UI_FEEDER_WF_ALL POWL Feeder for Purchasing Workflows 20100901
3 Inheritance (c INHERITING FROM c_ref)  CL_MMPUR_UI_FEEDER_WF_CONF POWL Feeder for Vendor Confirmation Workflow 20100901
4 Inheritance (c INHERITING FROM c_ref)  CL_SSC_INBOX_FEEDER_SR_CRT Inbox of Service Requests created by user 20091124
5 Inheritance (c INHERITING FROM c_ref)  CL_SSC_INBOX_FEEDER_SR_PROCSSR Inbox of Service Requests user is a processor. 20091223
6 Inheritance (c INHERITING FROM c_ref)  CL_USMD_CREQUEST_POWL POWL for Change Requests 20091005
Properties
Class CL_IBO_INBOX_FEEDER_WI  
Short Description Inbox Work Item Feeder    
Super Class CL_IBO_INBOX_FEEDER_BASE Base Feeder Class for Inbox 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package IBO_INBOX_FEEDER   Suite Inbox Feeder 
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_IBO_INBOX_FEEDER_WI has no interface implemented.
Friends
Class CL_IBO_INBOX_FEEDER_WI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_ACTIONS_OF_LEAD_SELECTION Instance attribute Private Type reference (TYPE) IBO_T_WF_CFG_ACTION_INFO Holds info about possible action types 20090807
2 MV_LEAD_WORKITEM_INDEX Instance attribute Protected Type reference (TYPE) SYTABIX Index of Internal Tables 20091015
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_ACTIONS_AFTER_LEAD_SEL Instance method Private Method Enable/Disable buttons based on the workitem and config prov 20090807
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090807
3 ENABLE_ASSIGNMENT_ACTION Instance method Private Method if enable actions 'Assign to me' and 'Cancel Assign.' 20090807
4 GET_DEFAULT_NAVIGATION Instance method Private Method Get OBN parameters to start the transaction SWNWIEX to execu 20091022
5 GET_SEARCHFIELDS Instance method Private Method Return the search structure 20090807
6 GET_SELECTED_SENT_DATE Instance method Private Method Retrieve the selected folder type 20090807
7 GET_SELECTED_SINCE_DATE Instance method Private Method Retrieve the selected folder type 20090807
8 GET_SELECTED_STATUS Instance method Private Method Retrieve the selected task choice 20090807
9 GET_SELECTED_TASK_ID Instance method Private Method Retrieve the selected task id 20090921
10 GET_SELECTED_TASK_SELECTION Instance method Private Method Retrieve the selected task choice 20090807
11 GET_WI_TEXT_SEARCH_PATTERN Instance method Private Method Retrieve the selected task choice 20090807
12 GET_WORKITEM_BY_INDEX Instance method Protected Method Get the selected work item 20091015
13 HANDLE_EXTERNAL_ACTION Instance method Private Method Handle external action 20091016
14 HANDLE_INTERNAL_ACTION Instance method Private Method Handle internal action 20090807
15 IS_HIGH_PRIORITY_SELECTED Instance method Private Method Retrieve the selected task choice 20090807
16 MAP_WFL_PRIORITY_TO_INBOX_PRIO Instance method Private Method Map workflow priority to inbox priority 20090807
17 MAP_WFL_STATUS_TO_INBOX_STATUS Instance method Private Method Map workflow status to inbox status 20090807
Events
Class CL_IBO_INBOX_FEEDER_WI has no event.
Types
Class CL_IBO_INBOX_FEEDER_WI has no local type.
Method Signatures

Method ADJUST_ACTIONS_AFTER_LEAD_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION_DEFS Call by reference Type reference (TYPE) POWL_ACTDESCR_TTY action meta description 20090807
2 Exporting E_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20090903
3 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20090807
4 Importing IV_TS_SEL Call by reference Type reference (TYPE) IBO_WF_FACADE_INBOX_TS_SEL Selection Options for Tasks 20090807

Method ADJUST_ACTIONS_AFTER_LEAD_SEL on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CUST_HELPER Call by reference Object reference (TYPE REF TO) OBJECT Customizing Helper 20090904

Method CONSTRUCTOR on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method ENABLE_ASSIGNMENT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIONID Call by reference Type reference (TYPE) POWL_ACTIONID_TY Action identifier 20090807
2 Importing IV_WI_STAT Call by reference Type reference (TYPE) SWW_WISTAT Processing Status of a Work Item 20090807
3 Returning RV_ENABLE Value transfer Type reference (TYPE) ABAP_BOOL 20090807

Method ENABLE_ASSIGNMENT_ACTION on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method GET_DEFAULT_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20091022
2 Returning RS_PORTAL_ACTIONS Value transfer Type reference (TYPE) POWL_FOLLOW_UP_STY Follow-up action in portal 20091022

Method GET_DEFAULT_NAVIGATION on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method GET_SEARCHFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELCRIT_VALUES Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090807
2 Returning RS_INBOX_SEARCHFIELDS Value transfer Type reference (TYPE) IBO_S_INBOX_SEARCHFIELDS Search Field References for Inbox Item Search 20090807

Method GET_SEARCHFIELDS on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method GET_SELECTED_SENT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELCRIT_VALUES Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090807
2 Returning RV_SENT_DATE_FROM Value transfer Type reference (TYPE) DATS Field of type DATS 20090807

Method GET_SELECTED_SENT_DATE on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method GET_SELECTED_SINCE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SINCE_DATE_FROM Call by reference Type reference (TYPE) DATS Since Date From 20090807
2 Exporting EV_SINCE_DATE_TO Call by reference Type reference (TYPE) DATS Since Date To 20090807
3 Importing IT_SELCRIT_VALUES Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090807

Method GET_SELECTED_SINCE_DATE on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method GET_SELECTED_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELCRIT_VALUES Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090807
2 Returning RV_STATUS Value transfer Type reference (TYPE) IBO_INBOX_WORKITEM_STATUS status 20090807

Method GET_SELECTED_STATUS on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method GET_SELECTED_TASK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELCRIT_VALUES Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090921
2 Returning RV_TASKID Value transfer Type reference (TYPE) IBO_INBOX_TASK_ID Inbox Workflow Task Identifier 20090921

Method GET_SELECTED_TASK_ID on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method GET_SELECTED_TASK_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELCRIT_VALUES Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090807
2 Returning RV_TASK_SELECTION Value transfer Type reference (TYPE) IBO_WF_FACADE_INBOX_TS_SEL task selection 20090807

Method GET_SELECTED_TASK_SELECTION on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method GET_WI_TEXT_SEARCH_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELCRIT_VALUES Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090807
2 Returning RV_WI_TEXT_SEARCH_PATTERN Value transfer Type reference (TYPE) IBO_INBOX_WORKITEM_TEXT Work Item Text 20090807

Method GET_WI_TEXT_SEARCH_PATTERN on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method GET_WORKITEM_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20091015
2 Exporting EV_TS_SEL Call by reference Type reference (TYPE) IBO_WF_FACADE_INBOX_TS_SEL Selection Options for Tasks 20091015
3 Importing IT_RESULT_TAB Call by reference Type reference (TYPE) INDEX TABLE Repository Infosystem Table for Indexes 20091015
4 Importing IV_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20091016

Method GET_WORKITEM_BY_INDEX on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method HANDLE_EXTERNAL_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PORTAL_ACTIONS Call by reference Type reference (TYPE) POWL_FOLLOW_UP_STY Follow-up action in portal 20091016
2 Exporting ET_POWL_MESSAGE Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20110307
3 Importing IS_WORKITEM Call by reference Type reference (TYPE) IBO_S_WF_FACADE_INBOX_WI work item data 20091020
4 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) IBO_WF_CFG_INBOX_ACT_NAME 20091016
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20091016

Method HANDLE_INTERNAL_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION_DEFS Call by reference Type reference (TYPE) POWL_ACTDESCR_TTY action meta description 20090807
2 Changing CT_RESULT_TAB Call by reference Type reference (TYPE) INDEX TABLE 20090807
3 Exporting ET_POWL_MESSAGE Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20090807
4 Importing IV_ACTIONID Call by reference Type reference (TYPE) POWL_ACTIONID_TY Action identifier 20090807
5 Importing IV_SELECTED_INDEX Call by reference Type reference (TYPE) SYTABIX 20091016
# Exception Resumable Description Created on
1 CX_IBO_CLL_INBOX_ACT_FAIL action in inbox failed 20090813

Method IS_HIGH_PRIORITY_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELCRIT_VALUES Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20090807
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090807

Method IS_HIGH_PRIORITY_SELECTED on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method MAP_WFL_PRIORITY_TO_INBOX_PRIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WI Call by reference Object reference (TYPE REF TO) IBO_S_INBOX_WORKITEM Work Item Prioritization 20120817
2 Returning RV_INBOX_PRIOTXT Value transfer Type reference (TYPE) IBO_INBOX_WORKITEM_PRIOTXT Work Item Priority Text 20090807

Method MAP_WFL_PRIORITY_TO_INBOX_PRIO on class CL_IBO_INBOX_FEEDER_WI has no exception.

Method MAP_WFL_STATUS_TO_INBOX_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WI_STAT Call by reference Type reference (TYPE) IBO_INBOX_WORKITEM_STATUS Processing Status of a Work Item 20090807
2 Importing IV_WI_STATUSTEXT Call by reference Type reference (TYPE) IBO_INBOX_WORKITEM_STATTXT Work Item Status 20090807
3 Returning RV_INBOX_STATUSTEXT Value transfer Type reference (TYPE) IBO_INBOX_WORKITEM_STATTXT Work Item Status 20090807

Method MAP_WFL_STATUS_TO_INBOX_STATUS on class CL_IBO_INBOX_FEEDER_WI has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702