Function Module: get all users who have specific role

    CALL FUNCTION 'RSRA_USERS_OF_AGR_GET'
      EXPORTING
        i_agr_name            = role
      TABLES
        activity_groups_users = lt_agr_users
      EXCEPTIONS
        no_user_available     = 1
        OTHERS                = 2.

你可能感兴趣的:(function)