Class Method list used by SAP ABAP Class CL_MIB_WA_USERS_PROVIDER (Provide the user list for Workflow and Alert)
SAP ABAP Class CL_MIB_WA_USERS_PROVIDER (Provide the user list for Workflow and Alert) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_MIB_WA_USER - CONSTRUCTOR User Personalization
2 Class Method  CL_MIB_WA_USER - GET_WF_DESTINATIONS User Personalization
3 Class Method  CL_MIB_WA_USER - GET_RFC_DESTINATIONS User Personalization
4 Class Method  CL_MIB_WA_USER - GET_LANG User Personalization
5 Class Method  CL_MIB_WA_USER - GET_LANG User Personalization
6 Class Method  CL_MIB_WA_USER - GET_LANG User Personalization
7 Class Method  CL_MIB_WA_USER - GET_AL_DESTINATIONS User Personalization
8 Class Method  CL_MIB_WA_USER - CONSTRUCTOR User Personalization
9 Class Method  CL_MIB_WA_USER - CONSTRUCTOR User Personalization
10 Class Method  CL_MIB_WA_USERS_PROVIDER - GET_USERS_LIST_FOR_APP Provide the user list for Workflow and Alert SOURCE cl_mib_wa_users_provider=>get_users_list_for_app( EXPORTING iv_application = cl_mib_wa_constants=>gc_alert_auth "gc_alert_app
11 Class Method  CL_MIB_WA_USERS_PROVIDER - GET_USERS_LIST_FOR_APP Provide the user list for Workflow and Alert SOURCE IMPORTING et_userids = lt_users ).
12 Class Method  CL_MIB_WA_USERS_PROVIDER - GET_USERS_LIST_FOR_APP Provide the user list for Workflow and Alert SOURCE cl_mib_wa_users_provider=>get_users_list_for_app( EXPORTING iv_application = cl_mib_wa_constants=>gc_workflow_auth "gc_workflow_app
13 Class Method  CL_MIB_WA_USERS_PROVIDER - GET_USERS_LIST_FOR_APP Provide the user list for Workflow and Alert SOURCE IMPORTING et_userids = lt_users ).
14 Class Method  CL_MIB_WA_USERS_PROVIDER - IS_USER_MOBILE_APPL_USER Provide the user list for Workflow and Alert SOURCE rv_is_mobile_appl_user = cl_mib_wa_users_provider=>is_user_mobile_appl_user( iv_username = iv_username
15 Class Method  CL_MIB_WA_USERS_PROVIDER - IS_USER_MOBILE_APPL_USER Provide the user list for Workflow and Alert SOURCE iv_application = cl_mib_wa_constants=>gc_alert_app ).
16 Class Method  CL_MIB_WA_USERS_PROVIDER - IS_USER_MOBILE_APPL_USER Provide the user list for Workflow and Alert SOURCE rv_is_mobile_appl_user = cl_mib_wa_users_provider=>is_user_mobile_appl_user( iv_username = iv_username
17 Class Method  CL_MIB_WA_USERS_PROVIDER - IS_USER_MOBILE_APPL_USER Provide the user list for Workflow and Alert SOURCE iv_application = cl_mib_wa_constants=>gc_workflow_app ).