Restrict users to see some colums from an report

Hi,
is there a way to restrict users (group of users) to see some columns in a report.
For example:
mr X to see both quantity and price columns
and mr Y to see just quantity column
in the same report
or I have to make 2 report one with both columns and one with just an column.
Thanks in advance
best regards
Nicolae Ancuta

Hi Nicolae ,
Security is enforced on two levels:
Object-level security controls access to Metadata Repository objects (configured in
Administrator Tool), and Web Catalog objects such as Folders, Filters, and Dashboards, etc. (configured in BI Answers Web Application). Data-level security controls access to content and data in end-user Reports and Dashboards (configured in Administrator Tool). Administrator Tool Manage Menu item Security Manager is used to define Users and User Groups and define Repository permissions.
Data-level permissions can be set to above Groups and Users from the Presentation Table properties dialog box of each Subject area.BI Answers Web Page, Settings Menu
Administration, to view and administer privileges associated with various components of the Answers Web application.
More here in the documentation
http://download.oracle.com/docs/cd/E10415_01/doc/nav/portal_booklist.htm
Regards,
Mohammad Farhan Alam

Similar Messages

  • Can't see some letters from my Gmail box in Mail.app in MAC OS 10.8.5.

    Hello, can't see some letters from my Gmail box in Mail.app in MAC OS 10.8.5.

    The solution was to remove all versions of Acrobat Pro and reinstall Acrobat Pro XI. I still had the download file in my Time Machine backup. That's a good thing, since the download link from the order listing on the Adobe website under my account would not work.
    The problems don't occur with version 11.0.0. I got the work done, now I'm updating to 11.1.0 and will report if they came back.

  • Restrict user to see the contents of a transparent table

    Hi fnds,
    i want to restrict users in seeing the contents of a database table..
    ithat is, when they go to se16 and hit enter.. and try to execute F8 button.. it should not show any records and no access should be available to that user...
    Can this be possible with auth object - whoever is authorizeed they only shoud see the contents..
    how to do this.. this table doenst not have table maintanence -- no SM30 data maintancne..
    help me,
    thanks
    Niraja

    This is part of the table definition in the data dictionary (not sure with what release that was introduced, but if you're not on an old system you should probably have it). I.e. in the data dictionary (SE11) on the Delivery and Maintenance tab for the table you have a field Data Browser/Table View Main., which you should set to N Display/Maintenance not allowed. If you check the F1 help on the field you'll get a nice long explanation.
    If you don't have this option (on an old release) check out OSS note [26909 - SE16 - Security|https://service.sap.com/sap/support/notes/26909], which explains your other option via authorization object S_TABU_DIS (access control might be a bit too coarse). See also OSS note [546797 - FAQ Data Browser (SE16)|https://service.sap.com/sap/support/notes/546797].
    Cheers, harald

  • See sql query from crystal report without crystal report

    see sql query from crystal report without crystal report 

    Hi,
    Depends on datasource type but you could have a look at ODBC trace or if you have access to the SQL Server you could use profiler to monitor the session.
    Regards,
    Craig
    And this will only be of use if you know which Server/Insstance/Database the Report is connecting to...
    Please click "Mark As Answer" if my post helped. Tony C.

  • Restrict user to see specific employee record

    How I can rsHow can I restricted a user to see the only those employee whose location_code(assignment form Location Code) like XX
    Edited by: user12879396 on Mar 11, 2012 6:24 AM

    Hi Dear,
    It shouldnt be much difficult. Just follow the below example steps:-
    step1. Navigate to HRMS Manager responsibility -->Security --> Profile
    Step2. Give the name and other details and select the tab "Custom Security"
    Step3. write code like below
    ASSIGNMENT.location_id in (select LOC.location_id
                             from hr_locations_all LOC
                             where LOC.location_code
                             in ('London','Paris'))
    Step4. Save your work and attach this security profile to the responsiblity where you want this restriction.
    Hope this helps.
    Thanks,
    Avinash

  • DateField: Restrict user to select date only from the calender control ??

    How can I restrict user to select date only by using the Calender control, not by typing.
    Abhinav

    Hi,
    This is working perfectly but user can enter or delete date into the text_item >>>through keyboard i want to restrict that they can only select date from calendarSet Insert allowed to 'NO' in property pallete of item ENTRY_DATE.
    In ON-ERROR Trigger::
    BEGIN
    DECLARE
    err_code CONSTANT NUMBER := error_code;
    err_type CONSTANT VARCHAR2(3) := error_type;
    BEGIN
    IF (err_type = 'FRM'
    AND err_code IN (40200)) THEN
    Message('Updates Not allowed, Please Select Your Date from Calendar');
    Message(' ');
    ELSE
    NULL;
    END IF;
    END;
    END;
    Thanks,
    Bhujendra

  • Missing Monitor Task:  Some users can see, some cannot

    We have a task in the monitor that came up missing in February 2009.  We do not know if it was accidently deleted and sent with a transport we recently sent or if it has been missing for a while and noticed until February 2009 was closed.  The task is still in all previous periods/years.  It was added back in February 2009 and we thought successfully transported.  We now have some users who can see the task and others who cannot.  One user cannot see it in February 2009, but in all periods going forward.  We do not have any authorizations by task and this task has been in the monitor for 4 years.

    Have the users that cannot see the task refresh the monitor to see if that helps.
    In the configuration for the task, with the parameters set to the version period and year (Feb. 2009), make certain that the consolidation frequency is up-to-date as well as the method assignments. I have experienced the method assignment missing when there are several different consolidation frequencies in play.

  • Restricting USER to see his related information only

    Hi frnds,
    I have a report which is having the information of Actual sales and Planned sales of all employees.
    If a user i.e the employee login into the portal is able to all employees Actual sales and Planned sales information.
    But here my requirement is the user who ever loged in has to see his Actual sales and Planned sales information only not the others.
    So here how can I restrict the user who ever loged in can see his sales information only?
    I think it is possible through authorizations. Am i correct?
    If yes How can i proceed?
    Thanks & Regards,
    sridhar

    Sridhar,
    Its possible to implement such a functionality using which user can see their specific data.
    Again, its depends on what type of application you are using.
    You have to identify each user/user group when user logsin and pass them to the backend to get his reated data. Its can be a user id of the users, or can be a group/role/or any number assigned to his UME user property(this can be easily fetchable using java based UME APIs).
    For example, If you are using any SAP backend data you can use the role authorization and pass useridentification to the application as a parameter to user related fetch the user specific data.
    Ram

  • Grant to let user just see a procedure from another user!

    Hi,
    Is there a GRANT to let a user see a procedure from another user but not compile it?
    Tks,
    Paulo.

    The problem is that is not just one procedure, but more then 30 and a lot of developments want this privilege.
    Tks,
    Paulo
    ps: can you help me on my other post "ALTER TABLESPACE tbs READ ONLY" --hang                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Anyway to restrict users to see only the Materials belonging to that partic

    Hi All,
    Is there anyway to restrict the users to see only the Materials belonging to that particular plant.
    Generally, User can see all the Materials(Materilas extended to all the Plants).
    We had a requirement that the User should not see Materials extended to all the Plants.
    He should be able to see only the Materials extended to that particular plant user belongs to.
    Our system is EBP 3.O
    Thanks
    Sunil.

    Hi Sunil,
    You may have to modify the search help to restrict the O/P list for services product category.
    At one of our early implementations,for the product search in the link "Internal Goods/Services,we modified the search help "BBPH_PRODUCT".We attached a custom function module exit to this search help in which the logic was written for retrieving the products based on plant .May be you can think of something similar.
    HTH.
    BR,
    Deepti.

  • Hiding some fields from ALV report

    Hi All,
    I want to know if there is way to hide certain fields in ALV for some users only and not for others?
    If I use the option NO_OUT = 'X'  it will not be displayed in the list but the user can see the in the Layout option fields but if use NO_OUT = 'X' and TECH = 'X' the field will not be in the list and in the layout also but other users will miss that field.
    If I create user specific variant, but once the user is in the report he can change the layout so certain fields cannot be hidden.
    So, is there any way to hide some fields for certain users and not for others without hard coding user ids in program and restricting the fields from display??
    Thanks in Advance.
    Sonali.

    Thank You Vijay for the reply.
    I knew that Authorization object was the final solution but before using it I wanted to find out if there was a way in the ALV report to restrict certain fields.
    Sonali.

  • How to restrict users in separate OU's from seeing each others presence

    We have an Enterprise Lync 2010 server environment in place, and are using msRTCSIP-GroupingID to restrict address book lookups. We are now looking to restrict presence viewing to only user within the same OU. In other words it should not be possible
    to see the presence of a user outside of your own OU, unless that user allows it explicitly.
    It seems that the Multitenant pack for Lync can arrange that, but it's just not feasible to install that when you already have an active Lync environment in production. Is it possible to achieve this separation another way? Maybe with msRTCSIP-TenantId?
    (which is already available in our current schema)

    Hi,
    Using the GroupingID will completely separate the users into unique address books. But searching by SIP URI will always work and you cannot prevent the users from communicating with other Lync users in the same organization. If you want
    to restrict presence viewing to specific users, you can try ABS Configuration Tool.
    http://www.justin-morris.net/how-to-hide-users-from-the-lync-address-book/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found
    there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Kent Huang
    TechNet Community Support

  • I'm able to see some messaging from my daughter's phone on my iPad, but not all.

    I've noticed since the new 7.0.2 upgrade that I've been receiving some of my daughter's messages to her iPhone 4S.  I do happen to know that it's not all of them.  Is there a way to see all and also block her from knowing this?  I would also like to block her from turning off her location finder so I know where she is.  Thanks for helping this parent.

    You are seeing her messages because you are both using the same Apple ID for iMessage.  You have no further control in terms of insuring that you receive all of her messages.  Also, she will probably know something is wrong because she will be able to see your messages on her phone as well.
    If you wanted to ensure that Find My iPhone remains on, you would have to go to Settings>General>Restrictions on her phone, enter a restrictions passcode, then set Accounts (near the bottom) to Don't Allow Changes.  This would prevent her from changing settings related to accounts such as iCloud on her phone without knowing the passcode.  She will know you did this as the iCloud settings turn light gray and cannot be opened until the restriction is turned off again.  Also, if you do this be sure to write the passcode down because if it is ever lost or forgotten you will have to restore the phone as new, without using a backup, in order to remove it (resulting in losing all her data).

  • How to restrict user to get values only from F4 in selection screen

    Hi All,
       We have given a Search hlep for a parameter  in selection screen of a report,but now we are facing a issue, whlile executing the report user entering the data directly into  field instead of  selecting from F4 help.
      Do anyone  know how to restric the user from entering the data directly.
    i have searched the fourm ,but not get any good tread.
    Regards
    CB
    Moderator Message: Search harder, because there are many threads that have discussed the same issue before.
    Edited by: kishan P on Dec 27, 2010 4:00 PM

    You cna check my reply here To enter the value by selecting values from the F4 help only.

  • I can't see some podcasts from iTunes to delete them!

    I just got my "5G+" iPod yesterday. All the podcasts that were in iTunes copied over fine. However, podcasts I had copied out of iTunes (because I didn’t have an iPod for a while) and then dragged back on to the iPod don’t show up in the iPod’s Podcast menu-you have to select Podcast as a genre.
    That’s not too big of a deal, as in the future I won’t be copying anything out of iTunes prior to transferring it to my iPod.
    The REAL problem is that now iTunes can’t see those “rogue” podcasts on my iPod! They don’t show up under “Podcasts”, and they don’t show up under “Music”!
    As near as I can tell, I have no way to delete those podcasts from my iPod!
    Any suggestions?

    iMeowbot on Macrumors came up with a great way to at least SEE the 'rogue' Podcasts-create a smart playlist and set Podcast = true.
    Unfortunatly, you can't delete items from a smart playlist, so I still can't get rid of the 'rogue' podcasts.
    For now I'm planning on listening to the rest of the podcasts on my iPod, and then doing a wipe and starting over with it, as there dosen't seem to be any alternative.
    I'm pretty surprised to see a bug this major in Apple software!

Maybe you are looking for

  • When is the new MacBook Air going to be available in Romania ?

    Hello , I really want to buy the new MacBook Air , but it seems like it is not coming in Romania . When is it going to be available in Romania too?

  • Can I instal CS6 to two computers?

    And if so how do i go about doing this? Already have it installed to m y laptop but purchased a Mac desktop and need it on here for school.

  • In house apps refusing to start

    Hi Everyone, Crazy situation. Users are installing the iTunes on the machines as instructed. The users are using the applications as instructed, but when they connect the device to the machine with iTunes, and restart the applications on the iPod tou

  • FM7.1 - Stop Startup Prompt to Connect to Adobe Sever

    Hi, As FM7.1 is no longer supported by Adobe, is there a way to stop the prompt to connect to the adobe server on start-up? Thanks. Richard

  • RoboHelp 8 - All Files Unrecognized

    I upgraded a RoboHelp 6 project to RoboHelp 8. It worked okay for awhile (very slow and many style issues), but okay. Now, any topic that I try and open, RoboHelp tries to open a new project and then I get the following messgae: The file "xxxx.htm" i