How to view just Reports by one end user in OIM

Hello
How could I make just one end user to view only "Reports link" in OIM web console? When I login with xelsysadm into OIM then i can view all links in left panel. I would like to provide one end user just to view reports but not the others.
Pls suggest.
Thanks!!

Those are probably set on the "All Users" group. You'll need to remove the default menu items all user's get and create new groups that provide what is needed to those users. You cannot remove a user from the All Users group.
-Kevin

Similar Messages

  • How to view deski report in html format ?

    Hi,
    I use BO XI R2. I use jsp.
    I just want to know how to view deski report in a html format.
    thanks a lot.
    hatoug

    Since you're using JSP, please post to the Java support forum:
    Java SDK Application Development
    or
    SAP Crystal Reports, version for Eclipse

  • How to view multiple reports using crystal reports 2008

    Hi ,
    I am working on vb6 project where in i am trying to generate reports using crystal reports 2008.
    For this , i am making use of Interop Form Wrapper class in vb6.
    I have a business requirement where in i need to view multiple reports  on my screen.
    please suggest me as to how this can be achieved.
    Thanks in Advance
    Regards,
    Ramnath

    Hi Ludek,
    I  am directly now using crystal report viewer control in my vb6 project.
    As mentioned in previous mail, i have created a Interop Wrapper class over crystal report viewer control in .Net using visual studio 2008 and i am making use of wrapper class in my vb6 project.
    I am able to access all the properties that have been defined in my Interop wrapper Class but the only stuff i need is to view multiple reports generated one after the another for a single button click Event.
    Please find below the code that iam using to load and generate reports.
    Note:
    1. frm is the instance of my Interop Wrapper Class built over CR viewer control
    2. All the user defined methods of Wrapper class that you see below will internally call the actual crystalreportviewer   properties defined in my Wrapper class
    Say for e.g   frm.DisplayToolbar(True) will internally  execute  crystalreportViewer1.DisplayToolbar = True
    frm.SetReportSource(strRptFilePath,0)          
    frm.SetSelectionFormula(strrecordSelectionFormula)
    frm.DisplayToolbar(True)               
    frm.ShowExportOption(True)
    frm.ShowPrintOption(True)
    frm.ShowRefreshOption(True)
    frm.ShowPAgeNavigateOption(True)
    frm.ShowZoomOption(True)
    frm.ShowParameterPanelOption(True)
    frm.Show()
    Thanks in Advance
    Regards,
    Ramnath

  • How to move a report from one account to another account

    Dear all ,
    How to move a reports from one account to another account.
    These are reports sent automatically. Unfortunately, I do not know where to find them and how to export to another account.
    Puru

    Hi,
    You can use the Transaction SCC1 to move the data from One Client to Another Client for a Client dependent table.
    The data should be present in a Transport and you can import to Transport to any client using SCC1.
    Contact the Basis team to know how to use SCC1.
    Regards,
    Aj

  • How to view WEBI Report in NWBC ?

    How to view WEBI Report in NWBC ?

    Hi,
    you can use the standard web based application called OpenDocument. You can find the details as part of the documentation for SAP BusinessObjects Enterprise available on help.sap.com
    Each report can be opened using simply the browser URL - which you can integrate into NWBC.
    regards
    Ingo

  • How to view Crystal Report reports in Xcelsius?

    Hi Friends,
                     I want a step by step How to view Crystal Report reports in Xcelsius? Thanks in advance!
    Vijay

    Hi Vijay,
    this is unfortunately not possible in that direction.
    What would work, is to use an Xcelsius model inside a Crystal Report. A guide to do that can be found here:
    http://www.youtube.com/watch?v=n5hmLiQZyRA
    Regards
    Victor

  • How to view customer report in fi and activated new gl

    Hi Friends,
    can u please explain the how to view customer report normal we can see fbl5n
    but here activated NEW GL please tell the tcode and path and how see.
    Thanks,

    After New GL implementation also we are using the Customer Line item report as FBL5N
    Balances - FD10N
    The below are few reports
    S_ALR_87012167 - Accounts Receivable Information System
    S_ALR_87012172 - Customer Balances in Local Currency
    S_ALR_87012186 - Customer Sales
    S_ALR_87012169 - Transaction Figures: Account Balance
    S_ALR_87012197 - List of Customer Line Items
    S_ALR_87012174 - List of Customer Open Items
    Tables: BSID, BSAD,
    Thanks

  • Deploying a report to the end user without using Crystal Reports Server

    Hello,
      I'm using Crystal Reports Professional XI.
      I finished creating a report that contains several subreports.  Now it's time for me to deploy the report to the end user so that they can start running it.  The company that I'm doing this consulting work for does not have Crystal Reports Server setup so what is the best approach to deploying this report to the end user?  For now it would just be one user using the report but down the road there could be other people within his department that are running it as well.
        if you have any questions or need additional information to answer my posting just let me know.  Have a good day.
    Regards,
    Ting

    Hi Ting,
    I see now.... In older versions of CR like 8.5 there was a Deployment Wizard one could use to compile the report and runtime into an executable to run on an end users PC so that user could preview and refresh the reports.
    That ability stopped as of CR 8.5 or earlier, I don't recall exactly now.
    Yes, if they want to be able to run your report they will need to install a copy of Crystal Reports, then just send them your RPT file, they can then set Database location to their DB Source and then preview and refresh the report as required.
    Or as mentioned use a third party app to do the same or write your own. It's quite simple to do and likely one of our samples applications is all you need with a few basic changes, report source and DB log on info would need to be updated.
    As for licensing, the end user must purchase a copy of Crystal Reports to be able to use your application. Third Party app's would include the licensing mostly but check with them if you go that way.
    The convenient part is if the users want to write their own reports they can.
    And for your sake if you want to protect your reports the next version of CR has a read only RPT file format that all the user can do is preview and refresh the report. They can not edit it in anyway.
    Thanks again
    Don

  • How to remove save, cancel option when end user runs the workbook in Portal

    Hi,
    how to remove save, cancel option when end user runs the workbook and make some small changes like using page items or increasing rows and columns
    I already made 2 changes
    1) I removed the option in Oracle Enterprise Manager under discoverer viewer of saving
    2) I also removed the option of Allow saving changes made in Viewer when adding workbook to portal
    But still the end user gets options of saving when made small changes to workbook like increasing rows and columns
    Is their any place, I need to make changes?
    Thanks in Advance
    Rowdheer

    Don't use JSP to serve a binary file. It almost implies the use of awful scriptlets and the invocation of both the response writer and the response outputstream which would only lead to IllegalStateException headaches in the server logs.
    Use a Servlet instead. Specify the file name as request parameter and let the servlet read the file and write it to the outputstream of the response.

  • Presenting Enterprise Reporting "Catalog" to end Users

    Hi,
    My company is currently looking at providing a method for presenting all our production BW reports to our end users (probably via Web browser).  Requirements include publishing documentation on the reports useage intent and a list of a report's fields with detailed business descriptions of the fields in the report.  The ability to select a field and search the "library" for reports that use that field is also being looked at.
    Wondering if anyone has already undergone this type of task and would be willing to provide some details and/or advice.  If anyone knows of a forum post or Weblog that may already cover this information that would be great as well.

    Hi Shaun, Can you please let us know how you solved this , we are looking to implement something similar, Thanks Tegala

  • How many workbooks have been visited by end users per day

    Hi SDN's,
    How many workbooks have been visited by end user per day.Is there any process to knew... Do we have any T-Codes to knew...
    Thanks & Regardz,
    Aluri

    nope... unless you're in 7.0
    the statistics before 7.0 only check queries... workaround would be to have a report on BW statistics filtering on the queries that are in your workbooks... that might give you an "idea", but if there people who run those queries outside of the workbook, it will "affect" your "statistics"

  • How to view all attachemt in outlook for user in my network

    Hello,
    how to view all attachment in outlook for users in my network
    i am used below path:
    "C:\Users\ username \AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook"
    All attachments
    I can not find some attachments exist on the
    email did not find her on the track
    above.
    thanks

    Hello,
    You may also try this VBA solution:
    https://gallery.technet.microsoft.com/office/Save-attachments-from-5b6bf54b
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How to view given authrization (TC) on particular user

    Dear all,
    How to view given authrization (TC) on particular user?
    Please give some idea about this.
    regards
    Kariyath

    Hello Kariyath,
    Please check the transaction S_BCE_68001426 for this purpose. It will give you all the transaction codes for a user.
    If you want the details of authorization objects and their values assigned to a user then try Su56. In Su56 use the node display mode and then you can choose the user id for which you want the data.
    Please award points for useful info.
    Regards.
    Ruchit.

  • How many workbooks have been visited by end user per day

    <i><b>  Hi SDN's,</b></i>
    How many workbooks have been visited by end user per day.Is there any process to knew...
    <i><b>Thanks & Regardz,
    Aluri</b></i>

    Hi Aluri,
    Statistics are usually not available on workbooks. You can find out how many time a user calls up a particular query (which can be accessed by various workbooks). Because workbooks themseleves do not call up data from the infoproviders.
    You can tell how many times a user has accessed a query by looking at the Statistical queries and objects. Try the following two there is a list of other queries in help that you can go through also:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/68/84353cf261303de10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/68/84353cf261303de10000000a11402f/frameset.htm

  • How to view a report as an eps file

    when i try to send a report through the email feature of reports 2.5 it gets attached as an eps file. how do i open this eps file to view the report. please also let me know whether i have to use any special tools for this.

    thanks for the reply and have downloaded the program that you have mentioned but i get the following error:-
    AFPL Ghostscript 7.0 (2001-04-08)
    Copyright (C) 2001 artofcode LLC, Benicia, CA. All rights reserved.
    This software comes with NO WARRANTY: see the file PUBLIC for details.
    Displaying non DSC file H:/backup files of f/RajKumaresh/Report.eps
    Unrecoverable error: undefined in @
    --- Begin offending input ---
    --- End offending input ---
    file offset = 1024
    gsapi_run_string_continue returns -21
    Warning: EPS file must not use /quit
    i have also tried using other tools like ACDsee etc but there i not even able to open the report file and get a blank screen.
    in case any of you know how to use this do let me know.
    arun

Maybe you are looking for

  • JSF Page Navigation from Tab to another page and back to tab

    I have a Page with tabs and a button in each of those presenting a Table and "Create Button" I would like to go to a new page and come back to the same active tab. How do I set the page navigation properties? Right now I am in Page1(Tab3) Button clic

  • 1 of my 2 simple reports is not shown on Iphone

    Dear Experts, I have developed 2 simple reports for Iphone. One of them is shown properly and the other one is only displayed as a grey and blank site. There are no errormessages. The reports don't have any parameters. The preview in SAP BO works fin

  • Connecting a Cinema Display

    Can I connect an older Cinema Display (65W) with a Dell laptop? I've got HDMI and USB ports only.

  • Adding Z fields in SOS tab

    Hi, We have a requirement where we need to add Z fields in SOS tab using FPM. How this can be acheived ? As of now we added the Zfields in the standard structure BBP_PDS_PARTNER using include INCL_EEW_PD_PARTNER_CSF. Enhanced Standard WDC /SAPSRM/WDC

  • Small DC Switch Design

    Hello, I'm working on options for a small DC switch design.  This DC has 5 virtual hosts with 10-20 guest vm's each.  Each server has two quad port gig nics with 6 of the 8 gig ports connected (3 for iSCSI and 3 for data or management.  It also has t