SAP ABAP Class CL_MIB_WA_USERS_PROVIDER (Provide the user list for Workflow and Alert)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-MOB-MIB (Application Component) Mobile Productivity Applications
     MIB_FND_AUXILIARY (Package) Mobile Productivity Applications - FND Auxiliary Package
Properties
Class CL_MIB_WA_USERS_PROVIDER  
Short Description Provide the user list for Workflow and Alert    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MIB_FND_AUXILIARY   Mobile Productivity Applications - FND Auxiliary Package 
Created 20090127   SAP 
Last change 20110908   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_MIB_WA_USERS_PROVIDER has no interface implemented.
Friends
Class CL_MIB_WA_USERS_PROVIDER has no friend class.
Attributes
Class CL_MIB_WA_USERS_PROVIDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXTRACT_AL_RFC_LANGS Static method Public Method Extract the list of targeted RFC and languages for ALERT 20090327
2 EXTRACT_RFC_LANGS Static method Public Method Extract the list of targeted RFC and languages 20090224
3 EXTRACT_WF_RFC_LANGS Static method Public Method Extract the list of targeted RFC and languages for WORKFLOW 20090327
4 GET_USER Static method Public Method Return one psecific user 20090130
5 GET_USERS_FOR_ALERT Static method Public Method Get application users for alert 20090422
6 GET_USERS_FOR_WORKFLOW Static method Public Method Get application users for workflow 20090422
7 GET_USERS_LIST_FOR_APP Static method Private Method Return the list of user for a certain application 20090422
8 IS_MOBILE_USER_FOR_ALERT Static method Public Method Returns true if the user is mobile user for the Alert app 20090422
9 IS_MOBILE_USER_FOR_WORKFLOW Static method Public Method Returns true if the user is mobile user for the Workflow app 20090422
10 IS_USER_MOBILE_APPL_USER Static method Private Method Returns true if a user is a mobile user for a particular app 20090422
Events
Class CL_MIB_WA_USERS_PROVIDER has no event.
Types
Class CL_MIB_WA_USERS_PROVIDER has no local type.
Method Signatures

Method EXTRACT_AL_RFC_LANGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LANG Call by reference Type reference (TYPE) MIB_T_LANGS Workitem or Alert langs 20090327
2 Exporting ET_RFC Call by reference Type reference (TYPE) MIB_T_RFC_DESTINATION All RFC destinations for one user 20090327
3 Importing IT_USERS Call by reference Type reference (TYPE) MIB_T_USERS Application users 20090327
4 Importing IV_ACAT Call by reference Type reference (TYPE) SALRTDCAT Alert Category 20090327

Method EXTRACT_AL_RFC_LANGS on class CL_MIB_WA_USERS_PROVIDER has no exception.

Method EXTRACT_RFC_LANGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LANG Call by reference Type reference (TYPE) MIB_T_LANGS Workitem or Alert langs 20090224
2 Exporting ET_RFC Call by reference Type reference (TYPE) MIB_T_RFC_DESTINATION Mapping between all RFC destination and required langs 20090224
3 Importing IT_USERS Call by reference Type reference (TYPE) MIB_T_USERS Application users 20090224

Method EXTRACT_RFC_LANGS on class CL_MIB_WA_USERS_PROVIDER has no exception.

Method EXTRACT_WF_RFC_LANGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LANG Call by reference Type reference (TYPE) MIB_T_LANGS Workitem or Alert langs 20090327
2 Exporting ET_RFC Call by reference Type reference (TYPE) MIB_T_RFC_DESTINATION All RFC destinations for one user 20090327
3 Importing IT_USERS Call by reference Type reference (TYPE) MIB_T_USERS Application users 20090327
4 Importing IV_TASK Call by reference Type reference (TYPE) SWW_TASK Task ID 20090327
5 Importing IV_TYPE Call by reference Type reference (TYPE) SWW_WITYPE Work item type 20090327

Method EXTRACT_WF_RFC_LANGS on class CL_MIB_WA_USERS_PROVIDER has no exception.

Method GET_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USERNAME Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20090519
2 Returning RO_MIB_WA_USER Value transfer Object reference (TYPE REF TO) CL_MIB_WA_USER User Personalization 20090519
# Exception Resumable Description Created on
1 CX_MIB_WA_NO_PERSONALIZATION No personalization available 20090130

Method GET_USERS_FOR_ALERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USERS Call by reference Type reference (TYPE) MIB_T_USERS Application users list 20090519
# Exception Resumable Description Created on
1 CX_MIB_WA_USERS Exception processing mobile users 20090603

Method GET_USERS_FOR_WORKFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USERS Call by reference Type reference (TYPE) MIB_T_USERS Application users list 20090519
# Exception Resumable Description Created on
1 CX_MIB_WA_USERS Exception processing mobile users 20090603

Method GET_USERS_LIST_FOR_APP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USERIDS Call by reference Type reference (TYPE) MIB_T_USERIDS User ids table 20090519
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) XUVAL Application Name 20090519
# Exception Resumable Description Created on
1 CX_MIB_WA_USERS Exception processing mobile users 20090603

Method IS_MOBILE_USER_FOR_ALERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USERNAME Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20090519
2 Returning RV_IS_MOBILE_APPL_USER Value transfer Type reference (TYPE) ABAP_BOOL 20090519

Method IS_MOBILE_USER_FOR_ALERT on class CL_MIB_WA_USERS_PROVIDER has no exception.

Method IS_MOBILE_USER_FOR_WORKFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USERNAME Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20090519
2 Returning RV_IS_MOBILE_APPL_USER Value transfer Type reference (TYPE) ABAP_BOOL 20090519

Method IS_MOBILE_USER_FOR_WORKFLOW on class CL_MIB_WA_USERS_PROVIDER has no exception.

Method IS_USER_MOBILE_APPL_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) CHAR8 Character field, 8 characters long 20090519
2 Importing IV_USERNAME Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20090519
3 Returning RV_IS_MOBILE_APPL_USER Value transfer Type reference (TYPE) ABAP_BOOL 20090519

Method IS_USER_MOBILE_APPL_USER on class CL_MIB_WA_USERS_PROVIDER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702