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 | CL_MIB_WA_USER - CONSTRUCTOR | User Personalization | ||
| 2 | CL_MIB_WA_USER - GET_WF_DESTINATIONS | User Personalization | ||
| 3 | CL_MIB_WA_USER - GET_RFC_DESTINATIONS | User Personalization | ||
| 4 | CL_MIB_WA_USER - GET_LANG | User Personalization | ||
| 5 | CL_MIB_WA_USER - GET_LANG | User Personalization | ||
| 6 | CL_MIB_WA_USER - GET_LANG | User Personalization | ||
| 7 | CL_MIB_WA_USER - GET_AL_DESTINATIONS | User Personalization | ||
| 8 | CL_MIB_WA_USER - CONSTRUCTOR | User Personalization | ||
| 9 | CL_MIB_WA_USER - CONSTRUCTOR | User Personalization | ||
| 10 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 ). |