BAPI to get all user lists for input object,authorizations, and profiles

Hi Experts,
BAPI to get all user lists for input specific object, authorizations, profiles and values?
Any useful answer will be rewarded with suitable points.
Thanks,
Rohan

Hi
use the fun module/Bapi's
BAPI_USER_GET_DETAIL
BAPI_USER_LOCPROFILES_ASSIGN
BAPI_USER_LOCPROFILES_DELETE
BAPI_USER_LOCPROFILES_READ
BAPI_USER_PROFILES_ASSIGN
BAPI_USER_PROFILES_DELETE
SUSR_BAPI_USER_PROFILES_ASSIGN
SUSR_BAPI_USER_PROFILES_DELETE
also you can use the tables UST12 for user based authorizations
AGR_USERS   -roles assignment for users
AGR_PROF  - Profile data for roles
AGR_DEFINE - Auth Profiles for users
See the AGR_* and US* tables further
Reward points if useful
Regards
Anji
Message was edited by:
        Anji Reddy Vangala

Similar Messages

  • BAPI to get all user lists for specific inputs

    Hi Experts,
    Is there any BAPI to get all input related user lists when I give input specific object, authorizations, profiles and values?
    Thanks,
    Rohan

    Hi
    use the fun module/Bapi's
    BAPI_USER_GET_DETAIL
    BAPI_USER_LOCPROFILES_ASSIGN
    BAPI_USER_LOCPROFILES_DELETE
    BAPI_USER_LOCPROFILES_READ
    BAPI_USER_PROFILES_ASSIGN
    BAPI_USER_PROFILES_DELETE
    SUSR_BAPI_USER_PROFILES_ASSIGN
    SUSR_BAPI_USER_PROFILES_DELETE
    also you can use the tables UST12 for user based authorizations
    AGR_USERS   -roles assignment for users
    AGR_PROF  - Profile data for roles
    AGR_DEFINE - Auth Profiles for users
    See the AGR_* and US* tables further
    Reward points if useful
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • BAPI to get all user lists

    Hi Experts,
    BAPI to get all user lists for input specific object, authorizations, profiles and values?
    Any useful answer will be rewarded with suitable points.
    Thanks,
    Rohan

    select * from v_usr_name into table i_usrname.
    use v_usr_name database view
    BAPI_USER_GETLIST FM

  • BAPI to get all user lists with access rights to particular objects

    Hi Experts,
    Is there any BAPI to get all input related user lists for input specific object, authorizations, profiles and values?
    Thanks,
    Rohan

    Hello,
    BAPI_USER_DISPLAY              Display users
    BAPI_USER_GET_DETAIL           Read User Details
    Vasanth

  • BAPI to get a user list with access rights to particular objects

    Hi Experts,
    BAPI to get all user lists for input specific object, authorizations, profiles and values?
    Any useful answer will be rewarded with suitable points.
    Thanks,
    Rohan

    Hi Rohan
    Use the BAPI:
    <b>BAPI_USER_GET_DETAIL</b>
    Regards,
    Sree

  • User List for a specific Authorization Object

    Hi all,
    i am looking for a way to get a list of all users assigned to a specific Authorization Object with specific values. The FM 'authority_check' is the other way arround and not that what i need. Do someone have an idea.
    Many thanks in advance.
    Ali

    Hi,
    Try this FM
    SUSR_USER_AUTH_FOR_OBJ_GET
    Check this FM
    AUTHORIZATION_DATA_READ_SELOBJ
    Rgds,
    Prakash
    Message was edited by: Prakashsingh Mehra

  • Any way to get all users's user profile proeprty using CSOM c# for sharepoint online - office 365?

    Any way to get all users's user profile proeprty using CSOM c# for sharepoint online - office 365?

    Since CSOM provides methods for operations related to people per
    user scope, you could retrieve all site users first using SP.Web.siteUsers
    property. and then use SP.UserProfiles.PeopleManager.getUserProfilePropertyFor
    Method to get property.
    [custom.development]

  • Get all users in Portal

    Hi all,
    I'd like to ask you for help with my Portal application.
    I need to retrieve all users in Portal.
    Now I'm using searchUsers method of UserFactory object. It returns to me all users, but it is very time-consuming operation for cca. 3500 users in result.
    There is another method how to get users
    UserFactory.getUniqueIDs()
    , but list of users is not complete (SIZE_LIMIT_EXCEEDED).
    Can anybody please advise me how to get all users in Portal (some standard way)? And faster?
    Many thanks for help,
    Pavel

    Hi,
    Refer to,
    How to retrieve all users in the portal with UME API
    May be helpful.
    Regards
    Srinivasan T

  • How to get Active users list in Essbase 6.5.6

    Hi Gurus,
    How to get Active users list in Essbase 6.5.6 version
    I dont find any Esscmd to find active users list....
    i used LISTLOGINS command in ESSCMD but its not helping me out....
    pls suggest me some approach to find active users list.
    Thanks in advance....

    Hi  ,
    Display sessions will give only active users details which are currently connected to the ESSBASE .
    if you need this list ? or  you need the  total list of   security  active users list ?
    if you need the currently connected to the ESSBASE
    if you check  one server  At a time  or you can check the application level also
    1)server level
    display  session all;
    2)application level
    display session on application  'application name ';
    go for the  run command ---> essmsh----->  login;----->enter user name ----> enter password----->enter host (like server name )  then you need to you   above  1 &2  commands
    Thanks,
    suresh

  • Error in eRecruitment configuration step Define user list for support teams

    Hi Erecruitment experts,
    I am new to SAP Erecruitment and trying to get the system running in ERP 6.00 with EP7.
    When I progress the customising steps under technical settings -->User administration --> Define user list for support teams, I am facing problem of ABAP Dump.
    It says
    Error in the ABAP Application Program
    The current ABAP program "SAPLHR_RCF_CUST_01" had to be terminated because it
    has come across a statement that unfortunately cannot be executed.
    Key words are
    "MESSAGE_TYPE_UNKNOWN" " "
    "SAPLHR_RCF_CUST_01" or "RCF_CUST_F01"
    "CHECK_VALID_USR"
    I think there is a link between Object types CP, BP and relation ships A650, A209 etc in this process.
    Can some one guide me how to overcome this error.
    Tks
    Dhina

    Hi all
    I got them fixed, as they are due to BP creation integration issue.
    Thanks and regards
    Dhina

  • How to get all users under an organizations?

    Hello everyone.
    Just want to know if anyone knows how to get all users under a particular organization.
    From the Search User form, I found they may kind of user such attribute conditions:
    MemberObjectGroup
    is in
    XXXX(organization)
    But unfortunately, the "is in" is not a valid AttributeConditionOperator, so besides using "recursive" self-written function, anyone knows any possible buit-in trick?

    Here is my solution:
    <Rule'>
        <RuleArgument name='organization'/>
        <RuleArgument name='context'/>
        <block>
            <defvar name='orgs'>
                <new class='java.util.ArrayList'/>
            </defvar>
            <invoke name='getChildObjectGroupNames'>
                <invoke name='getObject' class='com.waveset.ui.FormUtil'>
                    <ref>context</ref>
                    <s>ObjectGroup</s>
                    <ref>organization</ref>
                </invoke>
                <ref>orgs</ref>
            </invoke>
            <append name='orgs'>
                <ref>organization</ref>
            </append>
            <invoke name='getUsers' class='com.waveset.ui.FormUtil'>
                <ref>context</ref>
                <map>
                    <s>conditions</s>
                    <list>
                        <new class='com.waveset.object.AttributeCondition'>
                            <s>MemberObjectGroups</s>
                            <s>in</s>
                            <ref>orgs</ref>
                        </new>
                    </list>
                </map>
            </invoke>
        </block>
        <MemberObjectGroups>
            <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
        </MemberObjectGroups>
    </Rule>

  • How to get all users in a given domain ?

    Hi,
    I need to get all user names in a machine given the domain name.
    Is it possible ?
    kaushalya

    kaushalya.cse wrote:
    I'm having a application where it asks for user name with domain.
    After given that i need to check whether given user name is a existing one in that domain before proceeding.What do you mean with "existing". Do you want to know if <username>@<domain> is a valid email adress? If such a user exists within the Windows Domain? Or something else?
    Generally: no, there's no way to verify those things.
    If your goal is to verify the email address then the common solution is to send a mail to that address that contains a code that needs to be entered to proceed. This way the user can only proceed if he can indeed receive mail at that address.

  • How to get the user list under role

    Hi Gurus,
    in mdm console, if you select a role, you will see the users who are assigned to this role.
    how can I get this user list through java api.
    Ouser server is  MDM7.1SP5
    Best regards,
    John

    Hello John
    you cann't get users list.
    you can get user roles information since SAP MDM 7.1 SP3:
    com.sap.mdm.security.commands GetUserRoles Command
    A command to retrieve the array of roles for the specified user
    more about api  you can read here(What's New in MDM Java and .NET API - part):
    http://help.sap.com/saphelp_nwmdm71/helpdata/en/13/041975d8ce4d4287d5205816ea955a/frameset.htm
    Regards
    Kanstantsin Chernichenka
    Edited by: Kanstantsin Chernichenka on Mar 11, 2011 3:10 PM

  • Incorrect field KNA1-STCEG in output list for input tax Line items-RFUMSV00

    Hi all,
    I found the incorrect field in RFUMSV00 - Advance Return for Tax on Sales/Purchases. If you want to configure the output list for Input tax: Line items, there is the field VAT Registration No. which has to be LFA1-STCEG, but there is incorrect field KNA1-STCEG. After that I cannot find the values for this field in my output.
    In the output list for Output tax: Line items there is correct field in configuration /LFA1-STCEG/.
    I tried to find some SAP notes but without avail.
    Thanks for help.
    Miroslav

    Hi,
    Please check the following OSS note:-
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=736203
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=640269
    It is picked up from bseg-stceg and not from lfa1-stceg or kna1-stceg
    Regards,
    Gaurav

  • Getting all user's authorized transaction

    Hi , i have to get a transaction list for a SAP
    user .
    Do you know any function or method that
    allow me to do this thing ?
    Tanks a lot

    Thank Andreas ,
    but this is not what i'm finding .
    I think that i have explained not very well my things.
    I need to get a list of each transactions where a selected SAP user account is abilited .
    Sorry for my english , i know that its no good =)
    Thanks

Maybe you are looking for

  • BO 3.1 WEBI Time format variable not showing correctly

    Hi, I apologise in advance. I know this topic has been covered many times in previous forums but I have been through each and I am still encountering an issue. My requirement is to convert x number of seconds into a HH:MM:SS time format for both posi

  • Message display error in Apple Mail

    Hi There, I bought a new Macbook Pro the other day, and synced all my email accounts to Apple Mail. Since then, I have noticed an intermittent error in some messages. Where there is usually text, such as the message body, or the sender's email addres

  • Order Of Saved Genius Playlist Not Syncing

    By saving a Genius Playlist and then dragging it into a Playlist Folder, I am able to sync the playlist to my ipod. Only issue is that no matter what change I make to the playlist order within itunes (eg. sort by rating, or sort by artist), the order

  • GL Account Subject for Profitability Segment

    Hi gurus, I just want to ask if how will I know if a certain GL account is subject for Profitability Segment (CO-PA). Regards Andre

  • 1.1.2 Issues deleting Smart Albums?

    Hi, I just installed Aperture today for the first time. As I am trying it, I created a Smart Album, which now I cannot delete, nor modify. After several attempts the library has been rebuild, yet the problem persists. A few questions: (1) Any suggest