How to track details for report last run

Hello All,
I have request from the client where i have to run the report from the last date on which the report was run.
For this i need to track the details as on which date the report was run last eg last the report was run 01-june-08
for a supplier so nect time when the report is run for tht supplier it shud allow dates only after 01-June-08.
This has to be done in rpeort 6i.
Can anyone suggest as how i can achieve this.

If do not purge the concurrent request data (fnd_concurrent_requests) you can use the max(request_date) for that concurrent_program_id and allow date that is greater than that, using table validation. In the where condition just use
select nvl(request_date,sysdate) from fnd_concurrent_requests
where trunc(nvl(request_date,SYSDATE)) between (select trunc(nvl(max(request_date),SYSDATE)) from fnd_concurrent_requests where concurrent_program_id=45666) and trunc(sysdate);
Thanks
Nagamohan

Similar Messages

  • How to create documentation for report programs and how to use it

    how to create documentation for report programs and how to use it in the selection screen by placing an icon in the Applicatin Tool bar. If i click this icon the help documentation has to display.
      Note: Exaple <b>RSTXSCRP</b> programs selection screen

    Hi
    1 goto SE38 transaction, give the program name
    2 Click on documentation radiobutton & then press change
    3 Write your PURPOSE, PREREQUISITES etc details
    4 Save the same & Activae it.
    The icon will come automatically on selection screen
    Thanks
    Sandeep
    Reward if useful

  • How to edit template for report generator in stimulus profile editor in Veristand 2011?

    How to edit template for report generator in stimulus profile editor in veristand 2011?
    We are using Veristand 2011.When we run any sequence in stimulus profle editor,we get test results in form of ATML file.
    We want to customise the template for this test result generation as per our requirement.
    For example:
    Test case No.: Description of test case.
    Objectives: Explanation of objectives.
    Result: Passed/ Failed.
    Graph: If any.
    Please suggest how to do this.

    You cant really change too much in the report, you can customize TRML.xsl which is created every time in the Test Results\UUT 1 folder and that would give you some flexibility on what is shown. I dont know what a xsl is actually able to do in terms of composing data from multiple files (if at all possible) but it definitely allows you to change the visual format of the existing xml data.
    Otherwise I modified the xsl to customize the look of the xml report when opened in a browser to have less clutter and some coloring on the Pass/Fail but, the reports are XML files anyway so it's easy to extract data out of them and you can probably write your own report creation tool to compose the report in whatever format you like.

  • How to shedule an abap report to run paralely in more background session

    I wander how to shedule an abap report to run paralely in more background session.
    I am afraid of parallel locking.

    Hi,
    You can schedule different jobs with same program name.
    Use ENQUEUE_ & DEQUEUE_ to lock/unlock the records being process. The lock objects can be created in SE11.
    Best regards,
    Prashant

  • How to display details for all figures at once

    Hello all,
    I have a report that shows the number of different notifications per month. The user enters a month and a twelve months timeline (counted back from the entered month) is displayed with the number of different notifications for each month. Additionally I have created another query that shows the details for the first one.
    However I wanted to know whether it is possible to get the details for all displayed figures at once?
    Currently it is only possible to display the details for one single row (which means one single month from the timeline) or single values. Is it possible that the user can click on any figure (or that he has an additional button) and gets all details?
    Or elsewise how can I transfer only the user-chosen month from the first query to a detail query and not the one that he selects from the displayed values.
    I hope you can help me with this.
    Best Regards
    Fabian
    Edited by: Björn Rose on Mar 12, 2008 11:29 AM

    Hello Fabian,
    You can use User Exit to get the User Selected value and Choose only the month from that and pass it to the other query. The user exit has to be written in the reciving query.
    Thanks
    Chandran

  • How to configure oracle 6i report server run time component with application server

    we got oracle 6i report server for developing the web based reports for our undergoing product. we r succesed in developing the web based reports using oracle 6i report server.But we r facing problems while deploying the product with oracle reports at clients place,why because the client does not have the oracle 6i report server. To solve this problem we have to configure the oracle 6i report server run time component with application server at client side , but we are unable to configure this component(that is CGI handler).

    You can run multiple instances of Reports Server in 6i.
    In tnsnames.ora, for each server, have a different name and each listening to different port.
    For example,
    server1.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1949))
    server2.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1950))
    Also, if you want to know about Reports Server Clustering, you may refer to "Publishing Reports" document on OTN:
    http://otn.oracle.com/docs/products/reports/pdf/A73173_01.pdf

  • How to track changes for the config done directly in quality client-Reg

    Hi,
    In our system the landscape is Dev,Quality,Production.
    For some transactions we will do the config in dev and transport to other clients or maintain in each client manually.Eg QS41,CI41.
    In my case ,I have did the config in CI41 and transported to other clients.But someone user get in to CI41 in Quality client and did some changes. Now how to track the user Id through which the changes has been performed  in QA directly.
    Regards
    SB

    hi
    you can use SE09 for displaying the transport no where you can see all the request nos ,from there you can check
    also use the same transaction Cl41 do some changes like description ,then press the save button ,system will prompt you the previous saved Request No and make a note of it .cancel the request generation ,then you can trace them in SE09
    also check whether you can find any change documents is available
    regards
    thyagarajan

  • How to do Detailed AWR Report  Analysis

    Hi,
    Please let me Know how to do analysis AWR report and get it corrected.

    The best way to isolate the bottlenecks in Oracle is to analyze the top five wait events for the database and look for any external waits that might be associated with disk, CPU and network.
    Oracle provide two scripts to produce workload repository reports (awrrpt.sql and awrrpti.sql). They are similar in format to the statspack reports and give the option of HTML or plain text formats. The two reports give essential the same output but the awrrpti.sql allows you to select a single instance. The reports can be generated as follows.
    @$ORACLE_HOME/rdbms/admin/awrrpt.sql
    @$ORACLE_HOME/rdbms/admin/awrrpti.sql
    The scripts prompt you to enter the report format (html or text), the start snapshot id, the end snapshot id and the report filename. The resulting report can be opend in a browser or text editor accordingly.
    http://www.oracle-base.com/articles/10g/automatic-workload-repository-10g.php

  • How to edit template for report broadcast

    Hi,
    my client publish the report thru information broadcast in PDF.
    The report show the dynamic selection and variable selection information at the top of the report content and they want to remove it as it consume half page for this.
    How can go to the report template they are using ? I see it has the company logo on page header so i guess it was already modified somewhere but I don't find this in SPRO...the fields there is blank.

    Hi Panadda,
    Regretfully, you are correct that they have probably created a copy of one of the standard WAD templates that control the PDF print out - if it was a standard template you could go into the WAD and just do a search on anything starting with 0* and you would see something like QUERY_TEMPLATE_BROADCASTING70 - or one similar.
    but what you will need to do now is find that template that is being used - it may be that they altered the standard 0 template - go review that first. If you find that template you will see that it will have some web items that you can change or adjust - this is where you will be able to alter the format.
    either remove or filter those web items that you need changed on the PDF file print out.
    Thanks, Pete

  • How well does office for mac 2011 run on yosemite?

    How well does MS office for mac 2011 run on Yosemite?

    MacBook Pro late-2011, running Yosemite Beta 6. MS Office works just fine. No glitch whatsoever.
    Cheers,
    JP

  • How to create template for Report Designer

    I have to create 20 reports in report Designer and each one of them have same header, footer and column fields.
    Is there any way i can create a Report Template which can be used in each report?
    Kindly advice.
    Thanks

    I did create a report with header, footer and common column fields but how to add report in that?
    Aslo by the i guess you mean WAD so Can you explain how to switch dynamically..and how to fit already built report in the web template? because coloum width in template and column width in report doesnt match so i was wondering how will they fit each other. Please explain
    thanks.
    Neha

  • How to track log for FR reports changes done in Workspace

    Hello,
    How can i track if a particular FR report or a folder is being updated or deleted from workspace or FR STUDIO ?
    Is there any log file which can give me the details of the username who accessed which report or who made any changes to any particular report ?
    I have checked the log files under Hyperion_home/logs/BI Plus and logs under BI Plus/logs filder but could not find anything fruitfull .
    Please suggest.
    Thanks
    Jiten

    Hello Experts,
    Please help me out in this.
    Thanks
    Jiten

  • How 2 Set the logic for report 2 run 1st of everymonth......

    Hi Experts,
    i ve developd a HR-ABAP report in that Some part of code will Mon-Fri, Excluding Public holidays and sat & sundays...( i.e no public holidays and no sat & sundays)
       and some part of should Run on 1st of everymonth.... but 2 parts of code should be in same report..
    How can set the logic to run the report respective times....
    Thanks in Advance....
    sudeer.

    you can code this but need some good expertise on fm's  , date handling techniques and subroutine call coding.
    1.
    to make the code run only on 1st of every month
    capture the rundate of ur prog .. take value of  sy-datum
    ex.. 01.xx.yyyy
    or date std will be yyyymmdd so check for dd = 01 ..
    so per logic first two chars show that its first of any month in any year ..
    if yes
    execute the logic for the first of every month ..
    endif.
    2.
    where the code needs to be run on mon-fri and not on public holidays / sun / sat ..
    first fetch the day based on date .. like mon or tue or wed .. except sat and sun..
    second check whether if m-t-w-th-fr if any of them is  a holiday or not
    u need to check the date in the calender list like tholi thoc and .. to check whether that is a holiday or not ..
    coming to sat and sundays .. u need to check the day for date using function modules and build the logic ...
    br,
    vijay..

  • How do we create a variant for report which runs in the background?

    Hi,
    I want to create a report which will have some variants and will be running in the background?
    The main intention is to transfer the data from one database into another. Please explain the step by step process.
    Regards
    Amit

    Hi Amit,
          When you run a report program in foregorund(If you have a selction-screen), by pressing F8 button, it takes you to the screen where when you press execute button, the report is executed.
          In this screen, you can enter the requirec values which you wish to store in the variables in the selection-screen and press SAVE button, then a variant will be created. You can create the required variants for your report and then when executing the same report in background, the process goes in this way,
    Go to SE38->Program-> Execute->Background, there you can give the variant name and press EXECUTE IMMEDIATELY and your program runs in background for the given variant.
    Hope this is helpful to you. If you need further information, revert back.
    Reward all the helpful answers.
    Regards
    Nagaraj T

  • How to track activity for users logged in using solman to target systems?

    If a person accesses a monitored system through solman, how can we track the user activity (including transactions viewed and changes made etc)?
    Thanks
    Prasad

    Hi Prasad,
    Please refer the following similar threads to get more detailed Information:
    STAD parameter
    STAD Historical Data - How Long?
    STAD -  data for last  30 days
    Also check this useful Blog about STAD(/people/andreas.vogel/blog/2007/01/12/statistical-records-part-1-inside-stad) and SAP Note 139418 - Logging user actions.
    You can also configure and activate the Security Audit Log (SM19) and then analyze its entries through SM20. You can configure exactly what needs to be tracked...
    Useful transactions:
    SM19 (config)
    SM20 (analyze) (SM20N , depending on release)
    SM18 (delete old logs)
    Other SAP Note which is helpful in this case 539404 - FAQ: Answers to questions about the Security Audit Log
    Hope this helps.
    Regards,
    Shyam.

Maybe you are looking for