As of Date reporting

What is the best way to implement "As of Date" reports using oracle discoverer?
Herer is what we need to do:
First get the Policy data based "As of Date" entered by user and then use this data in conjunction with other tables to get a report.
Thanks

I was able to perform AS of Date reporting by using the analytic functions - Lag or Lead. Essentially they retrieve the next(Lead) or previous (Lag) column's value in the table based on your parameters set in within the function. That way you can have a date the record is current and the date next record becomes current( the next activity date) - which is in essence the 'end' date. This allows you to build a between statement and use the date parm from the end user. Note: this assumes for a given record of data you have the 'activity date' - for which it became active.
You would build a between statement that looks like this:
<As of Date Parm - entered by user via prompt> BETWEEN Activity Date and <Lead Activity Date function> .. Note you will want to build a calculation with the Lead function syntax and use that calculation itself in the between statement..
As far as Syntax goes - here is an example - but if you are not familar with windowing functions - you should up on them...
(Lead(SGRSACT_ACTC_CODE) OVER (PARTITION BY SGRSACT_PIDM,SGRSACT_TERM_CODE ORDER BY SGRSACT_PIDM,SGRSACT_TERM_CODE,SGRSACT_ACTC_CODE))
OBX

Similar Messages

  • Can't  view Impact and Lineage tab in Meta data report

    Post Author: mohideen_km
    CA Forum: Data Integration
    Hi guys,
    I have a problem in meta Data Report ..
    IN Impact and Lineage Analysis
    I can View only OVerview Tab.I can not view Impact and Lineage
    Help me to figure out..
    Mohideen

    Hi,
    Select text column (varchar column) -> Treat Text as -> custom text format ->Remove @ (default) -> add [html]<script>sometext(‘@’)</script> followed by your javascript
    for eg:
    [html]<script>buildGoogleChart(‘@’)</script> <head> <script type="text/javascript"> function show_alert() { alert("Hello! I am an alert box!"); } </script> </head> <body> <input type="button" onclick="show_alert()" value="Show alert box" /> </body> </html>
    hope helps u.........
    cheers,
    Aravind

  • How to print formated data/report on client's printer (Web Application)

    Hi All
    I want to print some formatted data/report ( it might be 1000 pages) on user's printer.
    Application is web based
    Technology used are Java - jsp - servlets
    i want functionality like...
    when user click on print button/link, data is fetched from server and all pages (it is formated data so i want alignment on page while printing) should be printed one after another.
    Also printer selection dialog should displayed one time when user click on print button/link.
    Questions:
    1. How i will transfer all data to client (web browser) from the server ??
    2. And how i can print that data on user's printer ??
    There is requirement (or limitation) that I can not use applet for this purpose.
    And also it is not fix that we must use java tech., we can use any othere tech. but condition is that it must support multiple platform (in short platform indipendant)
    There is solution like ...
    I can use window.print() function of DOM/JavaScript,
    but it prints only one page which is displayed on browser.
    I don't want to display any page. and want to print all pages.
    if any one done or have idea then let me know.
    Thanks in Adv.
    Shailesh Koradiya

    thanks linxpda for reply,
    we can use ActiveX component for windows platform for printing purpose, same way we can use platform specific component for printing... (for linux, unix, sun solaris etc...)
    if it is possible then let me inform.
    Thanks,
    Shailesh Koradiya

  • As on date report in PS

    Dear Gurus
    Is there any as on date report in PS for actual cost of a project i.e,Actual cost upto a  particular date.
    Thanks in advance
    Regards
    Abhijit Sen

    Hi,
    Check these Reports for Actual project cost;
    CJI3
    S_ALR_87013531
    Regards,
    Kabir
    Edited by: Kabir on Sep 20, 2009 7:07 PM

  • PO Confirmation Date (OA) & Inbound Delivery Date  Report

    Dear All,
    Please let me know SAP Standard Report
    PO Confirmation Date (OA) & Inbound Delivery Date  Report
    Regards
    Amey

    Hi,
    I guess ME2A will give u unconfirmed orders that require a confirmation, but have not yet been confirmed according to the dates configured for your monitoring period. First, ensure that you have such an order
    Also, ensure that your confirmation control (OMGZ) has BOTH a value in Monitoring period AND Reference date.
    Pls chk note for more information.    https://service.sap.com/sap/support/notes/500502
    BR,
    Krishna

  • How to print formatted data / report on user's printer in Web Application

    Hi All
    I want to print some formatted data/report ( it might be 1000 pages) on user's printer.
    application is web based and tech. used are Java - jsp - servlets
    now prob. is ...
    how i will transfer all data to client (web browser) from the server and how i can print that data on user's printer ...??
    there is requirement that I can not use applet for this purpose.
    if any one done or have idea then let me know.
    thanks
    Shailesh Koradiya

    Hi
    Its simple, first of all break ur data in terms of pages. Write the logic in one JSP.
    suppose i have jsp PrintReport.jsp , for page 1 url will PrintReport.jsp?page=0 ... so on
    get the page parameter in JSP
    String page="";
    if(request.getParameter("page")!=null)
    page=request.getParameter("page");
    get the rowcount from the Result and assume records per page is 100
    if u have 1000 rows then 10 pages u have to serve
    StartRowNumber=page*recordsPerPage
    EndRowNumber=StartRowNumber+recordsPerPage
    Execute a SQL query , select * from table where rownum between
    StartRowNumber and EndRowNumber
    Provide google like pageNumbers in ur HTML page
    ie 1 2 3 4 5 6 ..10
    Regarding printing , Create HTML button called 'print' and add Javascript ' window.print()' on clicking it.
    Hope it would solve ur problem
    Cheers
    Rajendra Bandi

  • Transaction Codes or Path to get following Data / Reports

    Transaction Codes or Path to get following Data / Reports
    1 Report on Trial balance – GL account balances
    2 List of manual checks that are cut.
    3 List of manual JE to GL for payments made.
    4 List of EFT payments.
    5 List of sales transactions within a specific period – Sales Order in a certain time period
    6 List of manual checks deposits
    Thanks for help in advance

    Hi Ashish,
    Use the tcode SEARCH_SAP_MENU for this purpose. You will be able to view all the available transactions with their nodes, preceeding nodes and tcodes.
    Thanks
    Janani
    award points if helpful

  • Need help in creating prompt for Month To Date Report.

    <span class="postbody"><font size="2">Hi All <br />I need to create a Month To Date Report using month(Start date & End date) as prompts, By default it has to run on the previous month data or if user selects his own range of dates then it has to bring the data for that range of dates ,one more thing is i am not showing the month and date columns on the report.Can any one help me how to create prompt for this in DeskI XIR2</font></span>

    Could you clarify some things? You are saying you are trying to transform the xml output of a webservice with an xsd, but an xsd is a schema that describes the allowed format of a xml file. If you want to transform xml from one format to an other (from one xsd to an other) you have to use a xsl file. You can make and test this with JDeveloper. Are you calling the webservice from esb or bpel?
    Kind Regards,
    Andre

  • Best Practice for Master Data Reporting

    Dear SAP-Experts,
    We face a challenge at the moment and we are still trying to find the right approach to it:
    Business requirement is to analyze SAP Material-related Master Data with the BEx Analyzer (Master Data Reporting)
    Questions they want to answer here are for example:
    - How many active Materials/SKUs do we have?
    - Which country/Sales Org has adopted certain Materials?
    - How many Series do we have?
    - How many SKUs below to a specific season
    - How many SKUs are in a certain product lifecycle
    - etc.
    The challenge is, that the Master Data is stored in tables with different keys in the R/3.
    The keys in these tables are on various levels (a selection below):
    - Material
    - Material / Sales Org / Distribution Channel
    - Material / Grid Value
    - Material / Grid Value / Sales Org / Distribution Channel
    - Material / Grid Value / Sales Org / Distribution Channel / Season
    - Material / Plant
    - Material / Plant / Category
    - Material / Sales Org / Category
    etc.
    So even though the information is available on different detail  levels, the business requirement is to have one query/report that combines all the information. We are currently struggeling a bit on deciding, what would be the best approach for this requirement. Did anyone face such a requirement before - and what would be the best practice. We already tried to find any information online, but it seems Master data reporting is not very well documented. Thanks a lot for your valuable contribution to this discussion.
    Best regards
    Lukas

    Pass a reference to the parent into the modal popup. Then you
    can reference anything in the parent scope.
    I haven't done this i 2.0 yet so I can't give you code. I'll
    post if I do.
    Oh, also, you can reference the parent using parentDocument.
    So in the popup you could do:
    parentDocument.myPublicVariable = "whatever";
    Tracy

  • Payment Due Date Report

    Hi All,
    Our client requirment is T_code control for due date payment every day and follow the track of payment on time.
    Is there any T code for daily due date report.
    Please up

    Hi Jai,
    You can use this report S_ALR_87012084 - Open Items - Vendor Due Date Forecast to forecast on a daily basis amount due for payment. However this report displays only item which are due for payment, items which are overdue would not be displayed in this report.
    This report allows you to enter 2 sets of dates say due with 1 day and due within 30 Days and rest would be displayed due over 30 days.
    Regards,
    Sanjay

  • Vendor Master Data - Bank Data Report including IBAN

    Is there anyway to pull a report out of SAP to show all vendors with a IBAN existing for their bank master data?

    Hi,
    For that go through this report and there you have to select Bank data check box then you will get the bank data report inculding IBAN.
    S_ALR_87012086 - Vendor List
    May be this information is useful to you
    If you have any doubt feel free to ask
    Regards
    Surya

  • Master Data Report

    Hi,
    I want to create a master data report which contains just charactristics no key figures.
    For excample I want to show which client has which type of rate.
    How can I do this?
    Everytime I get an error message that I have to determine a key figure in the report.
    THanks
    Johannes

    Thanks I understand that I have to use a workaround like this.
    But can I display characterisitc values in the query like a key figure value?
    Customer | Rate
    Client 1    | AAA
    Client 2    | BBB
    Clinet 3    | AAA
    Thanks
    Johannes

  • Withholding tax master data report changes in SAP FI

    Hi All,
    In our client according to new audit requirements improvements have to be done for the withholding tax report. According to the the requirements changes only functionality has to be added to the main selection screen of the withholding tax master data report.
    Changes only functionality has to be added to the selection screen of the report, the report has to display changes made to the tax master data with in a range of period, this was achieved easily by making program changes. Only issue now is when we do it in development client its showing us properly but when we do it in production it is not working because when ever we do any configuration changes we do it in the development client and transport it to production client so the changes done to any configuration with respect to WHT are not recorded in the production environment as they are transported from development client.
    So, we are unable to achieve this in production client, please help me out with this issue.
    Tthanks in advance

    hi
    i need field
    withholding tax exemption no, exemption from date, todate, Exemption reason, 
    as a master data it is saved in vendor master data > withholding tax accounting
    but i need where it is saved in transaction data.
    thanks

  • Flexible Employee Data report

    Hi,
    I'm trying to use flexible employee data report and in the output,
    the report is showing the text of the fields, like Employee subgroup text instead of the codes we've given.
    Is there any way of having the report generate the codes instead of the text? Pls let me know.
    Thank you,
    R S

    Hi
    I am not sure whether we can make changes in the standard reports setting.  I hope you can use SAP Infoset Query to solve your issue.
    Please follow the following steps for creating a simple report
    FIRST STEP
    SQ03
    Create user group
    SAVE
    SQ02
    Create Infoset
    ZHCM_PD
    Now select the required infotypes from the screen given
    Then generate the infoset
    Go back to infoset screen and you can see your infoset appearing in the initial screen
    Now assign the infoset to the particular user group using role/user group assignment and Save
    SQ01
    Select Infoset Query
    Open the ZHCM_PD and the following screen will be displayed showing the selection and output screen
    ********When you select output screen, the same will be displayed down.  Just select one field and right click and select Only value**************
    Select the required infotypes selection and output field and give the hit list to see the number of documents present
    To see the output click on output screen
    Please note that when you create the reports, you can select the output either by Only Value/Only Text/ value and text.
    I hope this will resolve your issue.
    Regards
    Santhosh.S

  • Data report in Excel

    I am trying to retriew the data report in Excel , but my no of rows exceeding the 250000.
    So finally unable to take the report , Are there any solutions to get it in Excel or other wise any other reports tools availble to take this type of reports.

    You can increase the default maximum of 250,000 by updating the essbase.cfg file
    Add to the config file
    SSPROCROWLIMIT n
    Where n is an integer value between 16384 and 500000, inclusive. The default value is 250000.
    Restart essbase service. More info available here .
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • How to print two sides with one page?

    I have a PDF that is one page long and I'd like to print the same thing twice (front and back) on one page. Can I do that? I've tried printing two copies with the printer set to double-sided, but it just printed two sheets with one side on each sheet

  • I'm unable to download my purchased Adobe Photoshop Elements 12?

    On 12/17/13 I purchased Adobe Photoshop Elements 12 and installed it on my computer. On 12/19/13, the motherboard croaked and I now have a new computer. My Photoshop Elements 12 won't download and open for me??? Please help or tell where I can get te

  • XFI Sound Card Prob

    When I try and run BF2 Sound with Hardware rendering set to Ultra High after a out 20min's of playing All I get is a lot of sataic. I'm using a Creative Labs XFI Fatality Pro Series Sound Card. Latest drivers ( only drivers ). It's the only game that

  • Podcasts app asks for cellular data even if the podcast is already downloaded

    When playing a podcast without a wifi access, the Podcasts app asks for celluar data access. This is even for podcasts that have already been downloaded and should not require streaming.If I do not provide cellular data access, then the podcast canno

  • Unable to create a new campaign in marketing planner

    Hi experts, I'm not able to create a new campaign in the marketing planner iview, or a new lead in the leads iview. Every time I click on ''create'', an error message: ''impossible viewing the page'' appears in the botton-left part of the screen. Tha