Hr ps report in manger desktop

hi!
i created a report combining hr ps data not using logical DB.
i am trying to execute the report via manger desktop transaction PPMDT.
the problem is that there is no authorization check done , even though the specific user has authorizations( including structural authorizations).
how can i execute it trough PPMDT and have an authorization check?
regards
yifat

What kind of HR data are you reading?  How can you read HR data without reading infotypes?
I guess the question is how do you want to keep the user to only see his organizational unit.  There are two options.
1.  Code all necessary authorization checks into your program since you are not using LDB.
2.  The way that we have set up our MDT Reports is to be called via a custom function module with the following interface:
"----"*"Local interface:
*"  IMPORTING
*"     VALUE(ACT_FCODE) LIKE  MWBFCDDEF-FCODE
*"     VALUE(ACT_PLVAR) LIKE  OBJEC-PLVAR OPTIONAL
*"     VALUE(ACT_OTYPE) LIKE  OBJEC-OTYPE OPTIONAL
*"     VALUE(ACT_OBJID) LIKE  OBJEC-REALO OPTIONAL
*"     VALUE(ACT_BEGDA) LIKE  OBJEC-BEGDA DEFAULT SY-DATUM
*"     VALUE(ACT_ENDDA) LIKE  OBJEC-ENDDA DEFAULT SY-DATUM
*"  EXPORTING
*"     VALUE(ACT_PROGNAME) LIKE  SY-REPID
*"     VALUE(ACT_SCREEN_NO) LIKE  SY-DYNNR
*"  TABLES
*"      ACT_OBJECTS STRUCTURE  HRSOBID OPTIONAL
*"  EXCEPTIONS
*"      OTHERS
Once you create the function module it gets set up in MDT config.  The table ACT_OBJECTS contains the objects passed in through manager's desktop.  It should have all of the relevant PERNRs.
However it is not recommended to rely on this to secure data.  You should still code the necessary authorization checks into your code.
Chris

Similar Messages

  • Discoverer report accessible through Desktop but not through Viewer

    Does anyone have a hint for me about this problem: we can use a Discoverer report via Discoverer Desktop, but when we try to access the same report through Discoverer Viewer, we get an error message: the page cannot be found.

    It sounds like discoverer viewer may not be correctly configured or the permissions on the database account may not be correct. Can you run any reports through Discoverer viewer as any other user? What version of Discoverer are you running?
    Matt Topper
    TUSC, The Oracle Experts
    [email protected]

  • Error when running a report in Discoverer Desktop

    All -
    I run a report in discoverer desktop and got the following warning message: This sheet currently contains no data.
    I generated the query by using the sql inspector tool and run the query in the database and, to my surprise, it showed the correct records.
    I don't know what is causing this error.
    I checked all items (in discoverer administrator) that are used in by report and everything seems to be ok.
    Any idea?
    Thanks,
    Daniel.

    Hi,
    There could be many reasons for this, what is in the query you are running?. It could be a bug in your version, what version are you using? Does it happen with one workbook or all workbooks? It could be an NLS Language problem, check that the calculation USERENV('LANG') returns the language you are expecting in Discoverer desktop. It could be a problem with the context for your session, are you using an apps mode or database mode EUL?
    Rod West

  • Error while previewing BI Publisher Report Output form Desktop

    Hi,
    i am getting below error while previewing Report Output form Desktop:
    javaw -Xmx256M -jar "C:\Program Files (x86)\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\jlib\RTF2PDFv2.jar" "C:\Users\mahlawat\AppData\Local\Oracle\BIPublisher\TemplateBuilderforWord\tmp\tb_param.xml"
    File not found.
    Please suggest
    Regards,
    Meetu

    Hi ,
    are u able to login into the bipublisher...check once..
    http://10.81.200.102:7777/xmlpserver
    generaly while connection to the desktop we will give the url at the bottom.
    the vpn is connected or not..
    Thanks,
    Ananth

  • Report output to desktop as file.

    Hi all,
      I need to send a standard reports output to desktop as file (text).
      how can i do that. if possible give me an example.
    Thanks,
    Nagaraju.

    Hi Nagaraju ,
      You can use the FM 'LIST_DOWNLOAD' to download the list.
    see the code below .
    START-OF-SELECTION.
    Write: / 'test1' ,
           / 'Test2'.
    CALL FUNCTION 'LIST_DOWNLOAD'
    EXPORTING
       LIST_INDEX                = '0'
       METHOD                    = 'NOCO'
    ** EXCEPTIONS
    **   LIST_DOWNLOAD_ERROR       = 1
    **   OTHERS                    = 2
    *IF SY-SUBRC <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *ENDIF.
    Reagrds
    Arun

  • I want to run a report from the desktop

    I want to run a report from the desktop using RWRUN60
    What all has to be installed on it to make it work
    I have 10g client on mine and it works but I can't install that on all the clients
    Is there a little install package for this?
    Thanks

    RWRUN60 is a part of "Oracle From6i Developer Suit". If you want to run report on desktop client than you have to install "Form6i Developer Suit" on every client where report is needed.
    I was facing the same issue and it was a difficult job to install "Form6i Developer Suit" on each client. So, I done the followings.
    1. Configured Oracle Application Express
    2. Created Required Application in Oracle Application Express
    3. Installed "Oracle 10g Developer Suit" and configured "PDF Report Services"
    4. Now, each user is running the application through URL and I have saved my time of installations.

  • USER UNABLE TO REFRESH DISCOVERER REPORT IN DISCOVERER DESKTOP 10g

    Dear All,
    HELP!!!
    A new user is unable to refresh discoverer Reports in Desktop. All priviledges have been granted to username in Disco Admin and Usre is able to log into oracle Apps.
    On the PC the user logged into someone else can log into Discoverer Desktop and run/refresh discoverer reports without any issues. Hence Ithink neither the PC nor the Discoverer installation is the problem.
    Can anyone help? What setup/profile needs to be completed in order for the user to be able to run Disco reports.
    Pls note that the following has been completed:
    1. Business Areas Assigned to user and his responsibilities.
    2. Desktop/Plus Privileges assigned.
    3. Allow administration - DISABLED - NOT TICKED
    Many thx
    DI

    Does this person just need to run reports? Or does this person also need to create reports? If the person just needs to run reports, try using Viewer for that person, rather than Desktop. This may be something that you need to log a service request with Oracle to get resolved. Pretty strange that can bring items into a new worksheet, but it won't run. Maybe there is an Oracle applications security issue (since logging in as another person does work)? You may be beating your brains out trying to find a Discoverer problem when it might be an application security problem. Though this is a wild guess on my part.
    John Dickey

  • Skiping initial selection criteria screen of HR report for Manager Desktop

    Dear All,
    The reports are configured using a custom scenario (Z Scenario) for Manager Desktop and used over the Portal through MSS. I have a requirement where for only one report (named Expired Qualifications) the initial selection criteria screen which comes when accessed through portal needs to be disabled or skipped and directly the transaction S_AHR_61015536 for this report needs to be called.
    Please provide the inputs if it can be done and how for one report only.
    Regards,
    Samir

    Dear Sen,
    I have checked the thread suggested by you but the report here is not independent transaction integrated using iView. It is a part of Scenario which makes the reports available to the managers. It uses MSS Standard iView "Reports" and "Selection Criteria". Both iViews are in one page as delivered by SAP. The reports iView displays all the reports configured in the scenario for Manager Desktop and Selection Criteria iView is launched first in the portal content area when the report ( "Expired Qualifications") link is clicked from the Reports iView.
    Regards,
    Samir

  • Is there a way to Report out Remote Desktop Gateway Manager Monitor data?

    We are running Windows Server 2012 R2 Remote Desktop Services configured to provide a managed pool of VMs through a RD Gateway server. Everything is working well. We would like to generate a regular report on the information that shows up in the Gateway
    Monitoring window about connections and users etc. Is there any way to generate such a report without purchasing 3rd party software?

    Hi,
    Based on my experience, you can use Remote Desktop Gateway Manager to view information about active connections from Remote Desktop Services clients to internal network resources through an RD Gateway server. However, there is no such options in
    RD gateway manager to create reports for that.
    It seems that System Center Operations Manager can monitor Remote Desktop Gateway Service and the number of sessions that run through the RD Gateway are monitored.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Adding Reports in Managers Desktop (PPMDT)

    Hello HR fans,
    We currently use managers desktop within our organisation, however, we would like to add some new reports (e.g.sickness etc) into it - how would i go about doing this?
    Thanks, as always
    Neil

    Hi Niel,
    Select the Report Folder, right click on that, click the Selected Function, then you can view all the selected Functions under the report, Check the required reports as per your need.
    Good Luck
    Om

  • Excel export of crosstab report in Discoverer desktop 9i not proper

    Dear All,
    I have made a crosstab report where I am taking the totals of the fig at all the datapoints. For this total, I have put the "Label" as &Value. When I run the report, it shows the correct output and correct values for the label field. But when I am exporting the report in excel, the label does not refresh for all the items properly. Instead it shows the Label for the very first set of data across all the itesm.
    Can somebody pls tell me the reason behind this?
    Regards
    Minakshi

    I am experiencing the same issue. has anyone got a solution to this issue? i dont really want to truncate the string if possible

  • Database error thrown when trying to run report in Web/Desktop Intelligence

    Hi all,
    I have set up a demo system running BO Edge 3.1, and have built a Universe that connects to one of our business db's. In Universe Designer, I can go into the connection that I have built, and successfully test the connection (OLE DB against SQL Server 2005, using a local SQL Server login.) I can likewise go into Query Panel in Designer and execute a query. However, when I upload the Universe to the CMS, when I try to use it in either Web or Desktop Intelligence, it throws the following error when I try to execute a query:
    COM Provider CLSID not specified or erroneous.
    (The Web Intelligence error popup also references "WIS 10901" at the end of that error, if that's helpful.)
    Why might this be happening? I am a complete newb at all thing BOE, so it may just be that I don't understand how to do this correctly... But I can't figure out why this isn't working.
    Thanks,
    Will

    Hi,
    do you have the SQL Native Driver installed on your Server?
    Please check SAP Note - 1204488 (S-User required for Login)
    https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3132303434383826
    Regards
    -Seb.

  • Bug report: Under Remote Desktop Connection, local units and resources menu has OK button missing

    I've noticed that the "Local units and resources" in Remote Desktop Connection is missing an OK button. It seems to be a localization issue because I changed my Windows profile language to English, logged out and back in again, started RDC and
    the Ok and Cancel button became visible. Changed my language back to Norwegian again and the buttons are gone again.
    I have also confirmed this by testing the same on a clean new installation.
    Temporary Work-around: Select an option, press tab-key once (it will select the OK button which you cannot see), then press Enter.

    Hi,
    Based on my test,I got the same result.
    Thanks for your feedback.
    We will submit this issue to Microsoft product team.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Report hangs when using Remote Desktop

    I am having trouble with Crystal Reports 11. I was wondering if there is a known issue when using it in conjuction with Remote Desktop.
    Here is the scenario.
    I am using Remote Desktop to connect to a server.
    I am running a report using Crystal Reports 11.
    The records have already been retrieved (approx. 800,000 records) and is printing - slowly.
    It takes around 75 minutes for the report to print 12 pages.
    If the Remote Desktop connection is closed, then re-established, the Crystal Reports pops up a message box stating "Not Supported". The pages of data the were previously printed are now blank. (For example: if it was on page 1 of 9+ it will go back to 1 of 1+ and the page will be blank.)
    If I use a VPN to connect to the network, then use the Remote Desktop Connection to connect to the server, the connection will periodically disconnect and the re-establish. This does not occur when not using Crystal Reports.
    Is there a problem with using Crystal Reports with Remote Desktop? Is there a better way to run my reports remotely?
    Thanks for any input.
    Ryan

    You may be better off posting this in the Crystal Reports Design forum as that team supports issues regarding working with the CR designer:
    SAP Crystal Reports
    Ludek

  • Printing large report with Desktop - Scaling?

    Hello,
    given is a report with many cols which should be printed on one sheet of paper.
    I tried menu File --> Page Setup. There is a option "Scale", but it is greyed out. Why? Is it possible to scale the report in Discoverer Desktop?
    Thank you
    Tobias

    This is similar to another thread I just commented on.
    However, if the scale option is greyed out ...
    I remember a few years ago I had this problem and the answer was that Oracle was not handling the actual printing of the document, but used the MS printer info (ie: your Printers setup).
    What I did at the time was - once I found out the printer it was going to supported scaling (ie: can't remember the term for when a printer supports scaling, but is it something like PCL?).
    Anyway, I simply installed the driver for this on the printer I was sending the output to - and voila' ... scaling worked.
    So again, I think it's a printer thing so either redirect output to a printer that has the appropriate driver for scaling, or install the correct driver, etc. to the printer you're going to - again assuming the actual printer supports scaling.
    Russ

Maybe you are looking for

  • TX: Tiny portion of screen not registering.

    I've only had my TX for a few months and have always had a screen protector on my TX's screen and have never dropped it.  Thinking that the screen protector was just worn out, I changed it this morning, hoping that would be the answer.  I cleaned the

  • Grainy when elements converts raw to psd file in editor.

    Hello, Im having trouble with elements 11.  I bring a file in from lightroom and convert it to pds (though i have tried tiff too).  Whenever i get it into elements editor, its REALLY grainy and not sharp at all.  The image on the left (is in editor)

  • Iweb hyperlinks

    I'm new to iweb. I'm re-doing my web site that I manually entered HTML coding for. In iweb, I can't figure out to have hyperlinks appear as a different color from the main text, nor can I get it underlined. The links do work, but they are not obvious

  • Xquartz and X11 wont boot on second admin account

    Hello all, I have had an ongoing issue with X11 not booting on a second admin account on my mac mini (Snow Leopard) , for a hoot I tried to install Xquartz to see what would happen and it is the same deal, that is, it will open on the first admin acc

  • Per-ServerFarm SNAT on ACE Module.

    Dear all, I hace an ACE Module configured in Multiple Routed Contexts. My cust wants to configure some NAT Feature that prevents the real server IP Address appear outside the ACE. They want that the only IP address outside the ACE will be the Virtual