SAP ABAP Class CL_IBO_WF_INBOX_FACADE (facade for lean inbox)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-IBO (Application Component) Suite Inbox
     IBO_INBOX_FACADE (Package) Suite Inbox Facade
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 ABAP 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 GC_FOLDER_INBOX Constant Public Type reference (TYPE) IBO_WF_FACADE_INBOX_FOLDER 'I' Inbox Notification folder 20090806
2 GC_FOLDER_RESUBMISSION Constant Public Type reference (TYPE) IBO_WF_FACADE_INBOX_FOLDER 'R' Inbox Notification folder 20090806
3 GC_MESSAGE_CLASS Constant Public Type reference (TYPE) CHAR20 'IBO_WF_INBOX' message class to use 20090806
4 GC_NOTIF_CONTENT_TYPE_HTML Constant Public Type reference (TYPE) STRING 'HTM' Notification contect type 'HTML' 20090806
5 GC_NOTIF_CONTENT_TYPE_RAW Constant Public Type reference (TYPE) STRING 'RAW' Notification contect type 'raw' 20090806
6 GC_TASK_SELECTION_EXECUTED Constant Public Type reference (TYPE) IBO_WF_FACADE_INBOX_TS_SEL '4' executed tasks 20090806
7 GC_TASK_SELECTION_FORWARDED Constant Public Type reference (TYPE) IBO_WF_FACADE_INBOX_TS_SEL '5' forwarded tasks 20090806
8 GC_TASK_SELECTION_FORW_OR_EXEC Constant Public Type reference (TYPE) IBO_WF_FACADE_INBOX_TS_SEL '1' tasks executed or forwarded 20090806
9 GC_TASK_SELECTION_RDY_OR_IN_PR Constant Public Type reference (TYPE) IBO_WF_FACADE_INBOX_TS_SEL 'I' tasks ready or in process 20090806
10 GC_TASK_SELECTION_RESUBMITTED Constant Public Type reference (TYPE) IBO_WF_FACADE_INBOX_TS_SEL '2' resubmitted tasks 20090806
11 MT_USER_ADDRESS 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 CONFIRM_ALERT Static method Public Method confirm/accept an alert 20090806
2 CONFIRM_WORKITEM Static method Public Method Confirm the given work item 20091002
3 DECLINE_WORKITEM Static method Public Method decline processing of a workitem 20090806
4 DELETE_NOTIFICATION Static method Public Method delete notification 20090806
5 END_RESUBMISSION_OF_WORKITEM Static method Public Method end resubmission of a resubmitted workitem 20090806
6 FORWARD_ALERT Static method Public Method forward an alert 20090806
7 FORWARD_WORKITEM Static method Public Method forward a workitem 20090806
8 GET_ALERTS Static method Public Method get a list of alerts 20090806
9 GET_ALERT_LONGTEXT Static method Public Method get long text of an alert 20090806
10 GET_ALRT_CATEGORIES_FOR_SUBSCR Static method Public Method get all alert categories for subscription 20090806
11 GET_DECISION_WORKITEM Static method Public Method Get decision alternatives of work item 20091007
12 GET_FULL_NAME_OF_AGENT Static method Public Method Returns the full name of the given agent 20090806
13 GET_NOTIFICATIONS Static method Public Method get all notifications 20090806
14 GET_NOTIFICATION_CONTENT Static method Public Method get contents of a notification (CHAR and RAW) 20090806
15 GET_TASK_CONTAINER_PARAMS Static method Public Method get the dynamic attributes from task container 20090806
16 GET_WORKITEM_AGENTS Static method Public Method Get Agents of the Specified Work Items 20090806
17 GET_WORKITEM_DESCRIPTION Static method Public Method Get work item desciption 20090806
18 GET_WORKITEM_HEADER Static method Public Method get the workitem_status 20090806
19 GET_WORKITEM_LIST Static method Public Method get workitem list 20090806
20 PUT_BACK_WORKITEM Static method Public Method Cancel Work Item Reservation / Assignment 20090806
21 RESERVE_WORKITEM Static method Public Method Reserve / Assign a Work Item to one self 20090806
22 RESUBMIT_NOTIFICATION Static method Public Method resubmit a notification 20090806
23 RESUBMIT_WORKITEM Static method Public Method reschedule a workitem on a later date 20090806
24 SET_WORKITEM_COMPLETED Static method Public Method set work item status to 'completed' 20090806
25 SUBMIT_DECISION Static method Public Method Submit work item decision 20091005
26 SUBSCRIBE_TO_ALERT_CATEGORY Static method Public Method register user for receiving alerts 20090806
27 UNSUBSCRIBE_FROM_ALRT_CATEGORY 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090806
2 Importing IV_ALERT_ID Call by reference Type reference (TYPE) OS_GUID alert id 20090806
3 Importing IV_USER_NAME Call by reference Type reference (TYPE) SYUNAME SY-UNAME User Name 20090806
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT IBO WF root exception for program errors (unrecoverable) 20090806
2 CX_IBO_WF_ERROR CX static check 20090806

Method CONFIRM_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 20091002
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE 20091002
3 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) IBO_WF_WORKITEM_ID 20091002
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20091002
2 CX_IBO_WF_ERROR 20091002

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 20090806
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090806
3 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) IBO_WF_WORKITEM_ID Work item ID 20090806
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT IBO WF root exception for program errors (unrecoverable) 20090806
2 CX_IBO_WF_ERROR CX static check 20090806

Method DELETE_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 20090806
2 Importing 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 CX_IBO_WF_ABORT IBO WF root exception for program errors (unrecoverable) 20090806
2 CX_IBO_WF_ERROR 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 Exporting ES_NEW_WORKITEM_STATUS Call by reference Type reference (TYPE) IBO_S_WF_FACADE_WI_STATUS work item status with status description 20090806
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090806
3 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) IBO_WF_WORKITEM_ID Work item ID 20090806
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT IBO WF root exception for program errors (unrecoverable) 20090806
2 CX_IBO_WF_ERROR CX static check 20090806

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 20090806
2 Importing IV_AGENT_TARGETED Call by reference Type reference (TYPE) SWW_AAGENT Actual Agent of Work Item 20090806
3 Importing IV_ALERT_ID Call by reference Type reference (TYPE) OS_GUID Globally Unique Identifier 20090806
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT IBO WF root exception for program errors (unrecoverable) 20090806
2 CX_IBO_WF_ERROR CX static check 20090806

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 20090806
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE message table 20090806
3 Importing IT_AGENT_TARGETED Call by reference Type reference (TYPE) IBO_T_WF_AGENT_CID Table of workflow agents 20090806
4 Importing IV_AGENT_TARGETED Call by reference Type reference (TYPE) IBO_WF_AGENT_ID Identification (PD-Org. ID) of Workflow Agent 20090806
5 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) IBO_WF_WORKITEM_ID Work Item Identifier 20090806
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT IBO WF root exception for program errors (unrecoverable) 20090806
2 CX_IBO_WF_ERROR CX static check 20090806

Method GET_ALERTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALERT Call by reference Type reference (TYPE) IBO_T_WF_FACADE_INBOX_AL Alert 20090806
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT IBO WF root exception for program errors (unrecoverable) 20090806
2 CX_IBO_WF_ERROR CX static check 20090806

Method GET_ALERT_LONGTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALERT_ID Call by reference Type reference (TYPE) OS_GUID Globally Unique Identifier 20090806
2 Importing IV_USER_NAME Call by reference Type reference (TYPE) SYUNAME SY-UNAME User Name 20090806
3 Returning RV_LONGTEXT Value transfer Type reference (TYPE) STRING 20090806
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT IBO WF root exception for program errors (unrecoverable) 20090806
2 CX_IBO_WF_ERROR 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 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME 20090807
2 Returning RT_ALERT_CATEGORIES Value transfer Type reference (TYPE) SALRTTSUBS 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_DECISION_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALTERNATIVES Call by reference Type reference (TYPE) SWRTDECIALTS User Decision Options (Table Type) 20091007
2 Exporting EV_DECISION_TITLE Call by reference Type reference (TYPE) WITEXT Work Item Text 20091007
3 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20091009
4 Importing IV_LANG Call by reference Type reference (TYPE) SWW_LANG SY-LANGU Language for Texts of a Work Item 20091007
5 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME User Name 20091007
6 Importing 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 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME 20090807
2 Returning 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 Exporting ET_NOTIFICATIONS Call by reference Type reference (TYPE) IBO_T_WF_FACADE_INBOX_NOT 20090807
2 Importing IV_FOLDER_TYPE Call by reference Type reference (TYPE) IBO_WF_FACADE_INBOX_FOLDER GC_FOLDER_INBOX 20090807
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_NOTIFICATION_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DOC_INFO Call by reference Type reference (TYPE) SOFOLENTI1 20090807
2 Exporting ET_BINARY_DATA Call by reference Type reference (TYPE) SOLIX_TAB 20090807
3 Exporting ET_TEXT Call by reference Type reference (TYPE) IBO_T_BBP_WFL_TXT_BODY 20090807
4 Importing IV_DOC_ID Call by reference Type reference (TYPE) SO_ENTRYID 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_TASK_CONTAINER_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTRIBUTE_NAMES Call by reference Type reference (TYPE) IBO_T_WF_CFG_INBOX_TS_ATTR 20090807
2 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID 20090807
3 Returning RT_DYNAMIC_ATTRIBUTES Value transfer Type reference (TYPE) IBO_T_WF_CFG_INBOX_PARAM 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_WORKITEM_AGENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WI_AGENTS Call by reference Type reference (TYPE) SWRTWIAGENT 20090807
2 Importing IT_WORKITEM_ID Call by reference Type reference (TYPE) IBO_T_WF_FACADE_WIID 20090807
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20090807
4 Importing IV_USER_ID Call by reference Type reference (TYPE) SYUNAME 20090807
5 Importing IV_WITH_SUBSTITUTES Call by reference Type reference (TYPE) ABAP_BOOL 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_WORKITEM_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT_LINES Call by reference Type reference (TYPE) SWFDECTEXT 20090807
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU 20090807
3 Importing IV_LINE_WIDTH Call by reference Type reference (TYPE) NUMC3 75 20090807
4 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME 20090807
5 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) IBO_WF_WORKITEM_ID 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_WORKITEM_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID 20090807
2 Returning RS_WORKITEM_ATTRIBUTES Value transfer Type reference (TYPE) SWR_WIHDR 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method GET_WORKITEM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WORK_ITEM Call by reference Type reference (TYPE) IBO_T_WF_FACADE_INBOX_WI 20090807
2 Importing IT_TASK_FILTER Call by reference Type reference (TYPE) IBO_T_INBOX_TASK_ID Table Type of IBO_INBOX_TASK_ID 20090923
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU 20090807
4 Importing IV_PASSIVE_SUBSTITUTION Call by reference Type reference (TYPE) ABAP_BOOL 20090807
5 Importing IV_SINCE_DATE Call by reference Type reference (TYPE) DATS SY-DATUM 20090807
6 Importing IV_TASK_SELECTION Call by reference Type reference (TYPE) IBO_WF_FACADE_INBOX_TS_SEL GC_TASK_SELECTION_RDY_OR_IN_PR 20090807
7 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method PUT_BACK_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 20090807
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE 20090807
3 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) IBO_WF_WORKITEM_ID 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 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 20090807
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE 20090807
3 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) IBO_WF_WORKITEM_ID 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 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 20090807
2 Importing IV_NOTIFICATION_ID Call by reference Type reference (TYPE) SO_ENTRYID 20090807
3 Importing IV_RESUBMISSION_DATE Call by reference Type reference (TYPE) SYDATUM 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 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 20090807
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE 20090807
3 Importing IV_RESUBMISSION_DATE Call by reference Type reference (TYPE) SYDATE 20090807
4 Importing IV_RESUBMISSION_TIME Call by reference Type reference (TYPE) SYTIME 20090807
5 Importing IV_RESUBMISSION_ZONLO Call by reference Type reference (TYPE) SYSTZONLO SY-ZONLO 20090807
6 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) IBO_WF_WORKITEM_ID 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 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 20090807
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE 20090807
3 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) IBO_WF_WORKITEM_ID 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method SUBMIT_DECISION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DECISION_KEY Call by reference Type reference (TYPE) SWR_DECIKEY Index of an Alternative of a User Decision 20091006
2 Importing IV_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20091006
# Exception Resumable Description Created on
1 CX_IBO_WF_ERROR 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IBO_T_WF_FACADE_MESSAGE 20090807
2 Importing IV_ALERT_CATEGORY Call by reference Type reference (TYPE) SALRTDCAT 20090807
3 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME 20090807
# Exception Resumable Description Created on
1 CX_IBO_WF_ABORT 20090807
2 CX_IBO_WF_ERROR 20090807

Method UNSUBSCRIBE_FROM_ALRT_CATEGORY 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 20090807
2 Importing IV_ALERT_CATEGORY Call by reference Type reference (TYPE) SALRTDCAT 20090807
3 Importing IV_USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME 20090807
# 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