Current date in report

hi all
if i make the source for a field is a current date with formate dd/mm/rrrr hh:mi:ss
and the report published on the application server
and the clients from diffrent machines run this report
what the field display on cline or on DB or On Application Server?
thanks

dear Viru,
you can try to put '=NOW()' in the excel cell you want to display and save as worrbook.
there also some other text from bex query
menu business explorer -> display text elements -> general
Re: Date should be displayed on query execution
hope this helps.

Similar Messages

  • How to achive current date in report

    Hi Expeorts,
    I have below Filter in one of report. how to achive this?
    Ship Date = Current Date
    What is the meaning of this? and how to do this?
    Thanks in advance
    David
    Edited by: david Rathod on Jan 10, 2012 7:50 AM

    Hi ,
    You can achieve the same using Customer exit variable .You can use the following code .
    FORM do_user_exit       USING    i_vnam        LIKE rszglobv-vnam
                                     i_vartyp      LIKE rszglobv-vartyp
                                     i_iobjnm      LIKE rszglobv-iobjnm
                                     i_s_cob_pro   LIKE rsd_s_cob_pro
                                     i_s_rkb1d     LIKE rsr_s_rkb1d
                                     i_periv       TYPE rro01_s_rkb1f-periv
                                     i_t_var_range TYPE rrs0_t_var_range
                                     i_step        TYPE i
                            CHANGING e_t_range     TYPE rsr_t_rangesid.
      if i_step = 1.
         clear l_s_range.
         l_s_range-low = sy-datum.
         l_s_range-sign = 'I'.
         l_s_range-opt  = 'EQ'.
         append l_s_range TO e_t_range.
      endif.
    ENDFORM.   
    Hope it helps .
    Thanks
    Kamal

  • Displaying current date

    Hi Gurus,
    I have an AP requirment in which i have to display the current date in a column of the report and then i have to find the status of the document whether it is due or not yet due depending on the due date. How will u display the current date in the report? Is there any standard variable which can be used or should i write Exit. I also want to implement aging buckets for this report. Please suggest me how to move forward with this?
    Regards,
    Raghavendra.

    Hi Raghavendra,
    Where u want to display the current date in report ....do u want to display it as a label of the column --- If so then u can use the Text variable option.
    For the reporting requirement please provide the query structure to help u out better .  What wil be in the rows and in columns and what kind of logic is required for buckets.
    Thanks
    dipika

  • Fixed report period based on current date

    I want to create a report containing records over a fixed period without using a date parameter. As a example I would like the report to continually draw on data that is no more than say ten years from the current date.
    E.g. Current date (xx/xx/2008) to (Current date - 10 years) or xx/xx/1998 then next year the formula would automatically adjust to current date (xx/xx/2009) to (Current date - 10 years) or xx/xx/1999.
    I am only a novice when it comes to designing reports so please bear that in mind.

    Hi,
    Create a RecordSelectionFormula and subtract 10 years from the current date with the DateAdd formula.
    E.g.
    //DateAdd (intervalType, nIntervals, startDateTime)
    {Table.Date} > DateAdd ("yyyy", -10, CurrentDate)
    The DateAdd function has more interval types, so you can subtract months, days, hours as well. Check the CR help file and search for DateAdd for details.
    Cheers,
    Fritz

  • Stock Aging report with current date

    Dear Experts
    Can we able to take stock aging report with current date?
    Thanks&Regards,
    Vinoth Raj K

    You're posting in the Portuguese B1 space.
    You might want to post in the English one: SAP Business One Application

  • Extract data on report between last 30 days from current date.

    Hi Experts,
    Ealrier i had provided user promt to select the date range, now i need to schedule the report for this i have to set the date between last 30 days from current date.
    How can i add this in formaula on record selection.
    before:
    {pm_process.pm_creation_date} in {@Start Date to UTC} to {@End Date to UTC}
    I tried:
    {pm_process.pm_creation_date} in CurrentDate() - 30 to CurrentDate()
    But this is diplaying me only data of 30th date from current date.
    Please advice.

    Hi Brian,
    Thank you!
    1. I have not created any function for {pm_process.pm_creation_date} in [CurrentDate() - 30 to CurrentDate()] i am just adding this on Record Selection and its not helping.
    2. {pm_process.pm_creation_date} in Last30Days; this is throwing below error.
    please advice what to be done?

  • Current date in oracle report

    The field in the Oracle report footer has the source as current date. It is not showing the current date and time when the report is rerun. What is the solution for this problem. How to refresh the footer? I am new to Oracle reports. Please help. thanks

    What is the report version and what format mask are you using for the date/time?

  • Current Date in the Name of the report while downloading to excel or PPT

    Hi,
    I have one requirement in which we need to provide
    While downloading report can we provide current date in downloading name automatically?(obi ee 10.1.3.4.1)
    As far as i know i hope this is not feasible.
    Can you please confirm on the above requirement.
    Thanks in Advance

    sgkon wrote:
    Hi,
    I have one requirement in which we need to provide
    While downloading report can we provide current date in downloading name automatically?(obi ee 10.1.3.4.1)
    As far as i know i hope this is not feasible.
    Can you please confirm on the above requirement.
    Thanks in AdvanceDid you try looking at using BI Publisher? Take a look at this:
    http://obiee-bip.blogspot.com/2010/05/dynamic-delivery-file-naming-in-bi.html

  • How to get Client(browser) current date/time in BIP report

    Hi,
    I need to display report generated date in BIP report and this should be client(browser) current date/time. I tried the following things.
    1. have used MS Word Native Date/time using Insert->Date/Time. And we have chosen the M/d/yyyy h:mm:ss am/pm format. but it is printing BIp server date/time, not client date/time.
    2. <?xdofx:sysdate?>, <?xdoxslt:sysdate_as_xsdformat()?> and <?format-date:xdoxslt:sysdate_as_xsdformat();'SHORT_TIME'?> are giving GMT Date/Time, but we need client Date/Time.
    3.<?xdoxslt:sysdate('DD-MON-YYYY HH12:mi:ss')?> is giving the system date/time of the machine where BIP server is installed.
    Could you provide some help in this??
    Thanks
    Hari

    Hello, Hari,
    what would return something like this:
    Execution date:
    <?xdoxslt:current_date('ja-JP', 'Asia/Tokyo')?>
    <?xdoxslt:current_time('ja-JP', 'Asia/Tokyo')?>
    @Vetsrini,
    for my opinion,
    in the countries where time is switching (winter/summer) using the hard coded time zones in the format-date() cause a problem:
    for example:
    if we enter the date in date prompt in summer it will return PM_DT = 2010-07-20T00:00:00.000+04:00
    in winter 2010-07-20T00:00:00.000+03:00, so,
    using <?format-date:PM_DT;'DD.MM.YYYY';'GMT+3'?> return 2010-07-20 in winter and 2010-07-19 in summer.
    regards,
    Eldar A.

  • Current Date column in BEx report

    Hi,
    I need to add a column to show today's day in the report using query designer. I've been trying to add this column by adding structure in the rows section using 0DAT under the selection. But this has caused no data is displayed in the report. Can someone show me the step by step procedure how to add a column like this. Thank you in advacne.
    Sharon

    Hi,
    You create a Formula variable in Report and the wrie code in CMOD, then give that variable in Formula it will display date.
    WHEN 'ZVCURDAY'.
    ** Current Date Value
          CLEAR: l_s_range.
          l_s_range-low = sy-datum.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range
    Thanks
    Reddy

  • Current System date in report

    Hi,
    Iam working on BW reports. Currently iam with report which needs to get the current system date automatically in reports.
    Can anybody help me on how to get the current system date in report automatically.
    I tried in layout but it gives all info. But i need only current system date.
    I even tried variable of type sapexit under 0calday. but as it is an variable it filters values with reg to current system date.

    Hi Ucas,
    U have to write the code for the variable as follows:
    1) Go to transaction SMOD
    2) Enter 'RSR00001' in Enhancement field. Also select the 'Components' radio button. And press 'Display'.
    3) Double click on the function module 'EXIT_SAPLRRS0_001'
    4) Then, double click on code text 'INCLUDE ZXRSRU01'
    5) Now, u reach a screen, where u can write ur include program. U have to write, for example, 'INCLUDE my_code'. Then double click on this to include ur code inside.
    6) The code can be :
    CASE i_vnam.
        WHEN '<write ur variable name>'.
        CHECK i_step = 2.
        s_range-sign = 'I'.
        s_range-opt  = 'EQ'.
        s_range-low  = sy-datum.
        APPEND s_range TO e_t_range.
    ENDCASE.
    Assign points if u find the above info useful.
    Message was edited by: Vishesh Pahariya

  • CUIC 9.1.1 Report scheduling issue - getting data only for current date

    Hi,
    CUIC : 9.1.1
    ICM: 9.0.3
    Description:We have CUIC publisher and Subscriber deployed in Cisco UCS C series server. When we schedule a report in Subscriber, we are getting data of current date even we schedule for old dates. Eg. If I schedule a report for yesterday, getting output as today's data. This is applicable for all the historical reports.
    There is no such issue in Publisher.
    Regards,
    Alag

    Try this...
    {TableName.DateField} < DateAdd("d", -2, CurrentDate)
    HTH,
    Jason

  • Can distributed reports use current data?

    My company bought Crystal Reports 2008 because we wanted to give users reports that reflected the data currently in the database.  After doing the following:
    1. Installed Crystal Reports 2008 on my computer.
    2. Built a report using data from our database server.
    3. Installed the Crystal Reports Viewer and my report on another user's desktop.
    We discovered to our dismay that the data in the report was old -- I mean, it was data from the last time I'd run it on my computer.
    We don't have any use for outdated reports... we need each user to produce reports that reflect the data that is CURRENTLY in the database.
    Is there any way to do this, short of installing Crystal Reports 2008 on each user's computer?  (Which is one thing we will NOT do.)
    Is there an interface in VB or C# that we can use to this end?
    Is there some other means of distributing reports so we can get fresh data when they are run?

    Try to save the report without saved data (go to file-->uncheck save data with report) and refresh the report in crystal report viewer to get the latest data.
    Regards,
    Raghavendra

  • Change pointer report scheduling for current dat

    Hi Gurus
    I want to schedule change pointer report RBDMIDOC from current date .
    But i want that This report genrate idoc only for today's changes not for older days.
    Any way to set the Sy-date in Variant??
    or any other idea ..pls suggest.
    Thanks
    SA

    tk

  • Restrict the report to a time interval containing current date

    hi all,
    we have a time dependent master data object, for which there are two records in the master data for two different time interval for example
    comp valid_to valid_from amount
    ab00  10/12/2006  01/01/100 100
    ab00  31/12/9999  11/12/2006 200
    now we want to show only those record for which the current date lies in the time interval (valid_to and valid_from) i.e only the second record should be present in the report.
    how can we achieve this at the query level.
    any help will be appreciated.
    thanks,
    Rk

    Hi RK,
    Use Query Key Date(give current date) then it will only pics data which falling into that perticulr interval(Valid from & Valid to).
    You can add Key Date, at Query Properties--> show variable.
    Please check : [Query Properties|http://help.sap.com/saphelp_nw04/Helpdata/EN/07/0ab63c71f41d5ce10000000a114084/content.htm]
    Hope it Helps
    Srini

Maybe you are looking for