How we know the rights for particular user..?

in BO CMC, how we will know what are rights and authorizations he has for all groups...
Sri

Log in to CMC and slect the group and select properties of the group or user and to user security to see their rights.
I don't see any other automated system telling you the rights for each group.
Regards,
Bashir Awan

Similar Messages

  • How to know the rights of a user on a page ?

    Hi
    There's surely a PL/SQL procedure that returns the rights of a user on a page (none, display, manage content , etc ...) ?
    This procedure should be used to display or not the "modify" link, for instance.
    Which is it ? Does anyone know ?
    I want to display some additional informations only to people that can modifiy the current page.
    Regards
    A.

    Some of the procedures/functions in the public API wwsec_api might be useful to you.

  • HOW TO Know the cube for particular data source

    HI ,
    How to know the standard  data targets for standard  data sources in sap .
    can u give me the some links o it .
    regards ,
    srinvias

    Hi Srinivas,
    Go through this below BI Content Help. Here you will be able to find the data sources for specific application areas with the standard data models, you will find standard cubes as well.
    [http://help.sap.com/saphelp_nw04/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm]
    Regards,
    Pratap Sone

  • How to know the tables for a datasource like 2lis_17_order

    Hi,
    How to know the tables for a data source like 2lis_17_order, i have checked in Extract structure of that data source, only fields are visible but how will i know that these fields are getting extracted from so and so tables?
    pls respond. thanks in advance

    Hi,
    Go to RSO2 at source system, Enter data source and click on display.
    if its table based then you can see table name there it self.
    if its view based then notedown the view name and go to  SE11, provide view and click on display. see joined table names there.
    Thanks

  • How to assign the role for created user  thru dynpro App

    Hi All
    How to assign the role for currently created user from Webdynpro App.
    when i enter into the portal after creating the user
    i am getting the following messgae in the portal
    "No portal roles are assigned for this user.If this problem persists, contact your system administrator."
    how to assign the user defined role for the created user from dynpro App
    Regards
    Dhina  Kar J
    Edited by: Dhinakaran Jeyachandran on Feb 1, 2008 12:19 PM
    Edited by: Dhinakaran Jeyachandran on Feb 1, 2008 12:35 PM

    In the User Administration section of your portal find your newly created user and below select "Assigned Roles" tab then press <Modify> button and look through available roles on portal then just simply add and save. But if you want to do it programmatically see below:
    IUserAcountFactory userFactory = UMFactory.getUserAccountFactory();
    // IUser - read only but with IUserAccount is possible to set up user data
    IUserAccountSearchFilter userFilter = userFactory.getUserAccountSearchFilter();
    userFilter.setLogonUid("superuser", ISearchAttribute.LIKE_OPERATOR, false);
    ISearchResult sr = userFactory.search(userFilter);
    for (final Iterator i = new PrincipalIterator(sr); i.hasNext();) {
      IUserAccount user = (IUserAccount) i.next();
    Execute the same search for IRole (or IGroup if needed) get the unique id of them and use newRole(...) and addUserToRole(...) methods from IRoleFactory.
    Of course you don't need search for this principals if you know uniqueness of them. Use appropriate factories to get'em all by this unique id.
    All the features see in  [javadocs|http://help.sap.com/javadocs/NW04S/current/se/index.html]

  • HT3939 how to know the carrier for iphone 5 if its showing activation failed please insert a sim card

    how to know the carrier of iphone 5 if its showing activation failed please insert a sim card and i don't know what sim card goes in it and if it is cdma or gsm.
    i stuck on this step. i can't go further it just shows imei and meid number but iccid is displayed unknown. please help me to move further. thank u.

    contact apple.

  • HOW TO KNOW THE TCODE FOR CREATING A NEW ENTRY IN A PARTICULAR TABLE

    HI,
        CAN YOU PLEASE LET ME KNOW THE PROCEDURE TO GET THE TCODE FOR CREATING A NEW ENTITY IN A TABLE .
       EG: IS THERE ANY PROCEDURE TO KNOW THAT IF I CREATE A NEW ENTITY IN MM01 IT WILL BE STORED IN TABLE MARA.
    THANKING YOU.

    Hi Venkata,
    If you want to know, for a given table, which transaction/program(s) will create a new record,  there is no easy procedure, other than to refer to experts who deal with these programs.
    It is possible to get a list of programs that refer to a table.  SE11, select the table, select the 'where-used' icon, select programs, execute.  You will be presented with a list of programs that read or write to that table.  From that list you would have to determine which one(s) create records, using your ABAP skills.  From those selected programs you would have to find which, if any, had a transaction assigned.
    Many tables are updated by more than one program/transaction.  Many other tables are not updated by ANY interactive transaction.
    If you ever decide to go ahead with this research, make sure you publish it.  You could probably make yourself a bit of money.
    Regards,
    DB49

  • How to know the number of Active users logged in to a Essbase  Application?

    Hi,
    Is there way to capture/log the number of active users who have logged into a particular Essbase application at a given time.
    In Essbase or in Shared services?
    I know we can see the EAS-Edit Sessions shows the actively logged-in users, then we can sort on the application/database & manually count the number.
    Is there a way to capture it in a log at a given time on a regular basis. Any MAXL or Shared services feature?
    Appreciate your thoughts.
    Thanks,
    Ethan.

    You could use maxl .
    display user all;
    there will be a column called "logged in" which will display true/false for the users
    but that will just show if they are logged into the server and not the application
    You can also use use display session
    display session all;
    or
    display session on application sample;
    which should show what you are after.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to migrate the calendars for all users?

    At work we have two Mac servers, both running Mountain Lion. I'm looking for a way to migrate the calendars for all the users from server A to server B. I've recreated all the users on the new server, as there are problems with most users on the old server.
    I've seen some topics covering backing up calendar data on the server and seen some PostgreSQL related, but nothing seems to apply to Mountain Lion. How do I create a PostgreSQL dump of the calendars? I know I will have to edit the GUID's to make it work on the new server. Or is it as simple as copying the data from /Library/Server/Calendar and Contacts/ to the same location on the new server?

    At work we have two Mac servers, both running Mountain Lion. I'm looking for a way to migrate the calendars for all the users from server A to server B. I've recreated all the users on the new server, as there are problems with most users on the old server.
    I've seen some topics covering backing up calendar data on the server and seen some PostgreSQL related, but nothing seems to apply to Mountain Lion. How do I create a PostgreSQL dump of the calendars? I know I will have to edit the GUID's to make it work on the new server. Or is it as simple as copying the data from /Library/Server/Calendar and Contacts/ to the same location on the new server?

  • How to retrieve access rights for an user/usergroup ?

    Hello everybody.
    I'm working on BO XI 3.1. And I have to develop with the .NET SDK package an application that retrieves the following data :
    - the access rights to WEBI application and properties for each user/user group.
    - the access rights to each folder and properties for each user/user group.
    etc
    The idea is to retrieve for an user/usergroup the access right on each property of WEBI application and softwares. and same thing for folders....
    I'm looking at the .NET SDK package contents but it takes me a lot of time, even too compared to my deadlines. So I'm looking for help.
    Does anyone have an idea about class of objects, properties and methods to use ?
    Thank you in advance for your help.

    Thanks for these samples.
    The list of user and usergroups is very interesting to audit CMC but my need is different : for example, I'm looking a method to retrieve the level access (full control, no access, ...) of an usergoup on each webi's property. The reason ? To know for example which usergroups have fullcontrol access on the right name "edit SQL" ?
    I think it's hard to retrieve but very interesting to audit CMC...

  • How to default Profit Centre For particular user

    Hi All,
    plz tell me how to default the profit centre for different-2 users.
    Thanks &  Regards.
    Manoj S

    If u defined profit centres,Add Costing code field using form settings for marketing documents.
    Apply formatted search using query(Develop 2 queries for users with reqd. plants)
    Below sample query assign our own plant codes.
    SELECT T0.OcrCode, T0.OcrName FROM OOCR T0 Where T0.OcrCode IN ('East','North','South')
    In journal entry,U need to enter plant manually / Use form settings Document tab --->Table Tab,
    Enter plant there,It will copy to all rows.

  • How to know the right value for SHMMAX and SHMALL for ia64 memory 32Gb

    Dear all,
    I want to install Oracle database 10g R2 on RHEL 5 ia64.
    Here the server specification :
    Proc : itanium64 ( montecito )
    Mem : 32Gb
    # getconf PAGE_SIZE = 16384
    Metalink says, that SHMMAX should be half of physical memory and SHMALL = SHMMAX / PAGE_SIZE.
    kernel.shmmax = 17179869184
    kernel.shmall = 1048576
    My Question is this is right value for SHMMAX and SHMALL on my server..??
    Thank you

    if shmmax is half the ram then what should be sga
    sga size should anyhow should be less then shmmax ,means we cannot increase sga size more than half the ram
    then how ROT for SGA that should be 70% of RAM hold good

  • How to know the program that a user is running.

    Hello SAPients!
    Is there a programmatic way (FM or something else) to know what program is being executed by a specific user?
    Thanks in advance.

    My full requirement is in this post:
    I need to trigger a procedure when a program ends.
    If you could take some time and read it I would really, really appreciate it.
    Thank you so much for your kind help.

  • How to stop administrator rights for an user

    Hi,
    We had given the default user in all Mac systems administrator rights while installing the OS 10.3.X
    Now, as per our new policy, users should not have administrator rights. We have one administator login on the systems.
    Can someone help me on disbling the users Admin rights withour affect their data?
    Rgds
    Babu.S

    You should backup the NetInfo database before making any changes. Run the 500.daily script from the command line. You can copy the command from this post and paste it into the Terminal application:
    sudo sh /etc/daily
    Press the return key. Enter you admin password at the password prompt and press the return key.
    Open the NetInfo Manager and navigate to the group admin. You need to unlock the NetInfo Manager and enter your admin password. Remove the user from the field users. Click the lock to save the changes. If this doesn't work I'll hesitantly post the command line method.

  • How can we know the password for a oracle user

    Hi to All,
    Can any one help me plz how can we know the password for any user in oracle.
    Regards
    dxb_dba

    Assuming one wants to stay with database-stored passwords (the traditional method), one may want to look at the password aging and complexity enforcing mechanisms.
    Oracle has a complete manual around this. For 10gR2, the Oacle Database Security Guide chapter 4 is interesting reading - section 4.3 is the discussion for database authentication. And section 7.4.4 talks about the complexity enforcement.
    Message was edited by: Hans Forbrich - reworded so it is not misinterpreted as directed at an individual.

Maybe you are looking for