Add 17 minutes from the systen date

Update the entry_date by getting the system data + 17 minutes.
Anyone, can provide solution for this?
SELECT TO_CHAR(sysdate, 'fmDD-MON-YYYY fmHH24:MI:SS') FROM DUAL;

SQL> select sysdate from dual
  2  /
SYSDATE
30-11-2006 09:25:33
1 rij is geselecteerd.
SQL> select sysdate + interval '17' minute from dual
  2  /
SYSDATE+INTERVAL'17
30-11-2006 09:42:33
1 rij is geselecteerd.Regards,
Rob.

Similar Messages

  • [svn:osmf:] 14486: Add stream metadata support by extracting the actual metadata object from the binary data stream .

    Revision: 14486
    Revision: 14486
    Author:   [email protected]
    Date:     2010-03-01 14:27:41 -0800 (Mon, 01 Mar 2010)
    Log Message:
    Add stream metadata support by extracting the actual metadata object from the binary data stream.
    Fix bug 466
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/Media.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FStreamInfo.as

    same problem, data not replicated.
    its captured,propagated from source,but not applied.
    also no apply errors in DBA_APPLY_ERROR. Looks like the problem is that LCRs propagated from source db do not reach target queue.can i get any help on this?
    queried results are as under:
    1.at source(capture process)
    Capture Session Total
    Process Session Serial Redo Entries LCRs
    Number ID Number State Scanned Enqueued
    CP01 16 7 CAPTURING CHANGES 1010143 72
    2. data propagated from source
    Total Time Executing
    in Seconds Total Events Propagated Total Bytes Propagated
    7 13 6731
    3. Apply at target(nothing is applied)
    Coordinator Session Total Total Total
    Process Session Serial Trans Trans Apply
    Name ID Number State Received Applied Errors
    A001 154 33 APPLYING 0 0 0
    4. At target:(nothing in buffer)
    Total Captured LCRs
    Queue Owner Queue Name LCRs in Memory Spilled LCRs in Buffered Queue
    STRMADMIN STREAMS_QUEUE 0 0 0

  • QUERRY FOR LAST 20 MINUTES FROM THE CURRENT TIME

    hi i need to query one database table for the last 20 minutes from the current time, please let me know how to write the logic for this...
    thanks for your help

    Hi Sudhir,
    You will have to consider couple of cases here.. for example you execute the report at 00:10 am of a day.. The date is already changed and if you will only code for the logic, then you will get wrong results..
    Do as below:
    MOVE sy-uzeit TO w_time.
    IF w_time LT '002000'.
    w_time1 = '235959' - w_time.
    w_date1 = sy-datum - 1.
    SELECT xxx
    FROM yyy
    INTO zzz
    WHERE ( time GT w_time1
    AND date EQ w_date1 )
    OR ( time LT w_time
    AND date EQ sy-datum ).
    ELSE.
    w_time1 = sy-uzeit - '002000'.
    SELECT xxx
    FROM yyy
    INTO zzz
    WHERE time GT w_time1
    AND date EQ sy-datum.
    ENDIF.
    Thanks and Best Regards,
    Vikas Bittera.
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • My old emails and documents are not showing up in email or finder both from the same date and I cannot find them anywhere. I do not believe I have any archive settings on. Any idea how I get them to show up?

    my old emails and documents are not showing up in email or finder both from the same date and I cannot find them anywhere. I do not believe I have any archive settings on. Any idea how I get them to show up?

    Hello gpbondi,
    The following article provdies step-by-step instructions for downloading your purchases both in iTunes and on your devices.
    Download past purchases
    http://support.apple.com/kb/HT2519
    Cheers,
    Allen

  • Had to reinstall Lion.  Backed up music to external hard drive.  When I plug in iPod msg says it's synced w/another iTunes library.  Do i "erase and sync" and re-add music from the hard drive?

    Had to reinstall Lion.  Backed up my music to an external hard drive.  When I plug in my iPod a prompt msg says it's synced w/another iTunes library and asks if I want to "erase and sync" (to what is now an empty library) or "Transfer purchases".  Do i "erase and sync" and re-add music from the hard drive once that's done?

    You just need to tell iTunes where the library is located. If you want it back on your internal drive, copy the entite iTunes folder. Follow the instructions below.
    iTunes: How to move your music to a new computer (Mac or Windows):
      http://support.apple.com/kb/HT4527

  • To extend SAP user date and to add months to the current date

    Hi All,
    I need to extent the user date in SAP based on one condition.
    If the condition is true extend the date by 12 monthd if false 6 months from the current date.
    Can i have the FM for user date extentions and FM for getting the date.
    Thanks,
    Chandu.

    Hi ,
    You can use this FM for exteding the date.
    CALL FUNCTION 'BAPI_USER_CHANGE'
        EXPORTING
          username   = us_username
          logondata  = e_bapilogond
          logondatax = e_bapilogondx
        TABLES
          return     = i_return.
    u need to pass date and correspoing flag also.
    For extension of the date by months u can use this FM.
          CALL FUNCTION 'MONTH_PLUS_DETERMINE'
            EXPORTING
              months  = 6 or 12 ( depending up on ur logic)
              olddate = sy-datum
            IMPORTING
              newdate = us_expdate.
    Thanks and regards.
    Sham

  • MSC2n next inspection lot to be calculated from the production date

    Hi gurus,
    My query is
    1.  In Tcode MSC2n, next inspection lot is to be calculated from the production date and not from last goods movement date. is it possible to get next inspection lot to be calculated from the production date.
    2. how to make automatic creation of inspection lot in SAP based on the next inspection date. Right not, it is being done manually using T-code QA07.
    thanks in advance
    regards
    vb

    To manipulate next inspection date use user exit QEVA0003.
    To automatically create 09 inspection types use transaction QA05, schedule it to run in background at periodic interval

  • Function Module - Calculate 5 weeks lookup based on -7 increments from the Key Date

    Hi Guys,
    I am looking to create a variable on Fiscal Period/Year, that automatically populates the variable with the previous 5 weeks based on -7 increments from the key date , when the user runs the query .
    For Example: If key date is 03/11/2014 need to get previous 5 weeks 03/04/2014, 02/25/2014, 02/18/2014, 02/11/2014, 02/04/2014. mm/dd/yyyy.
    Is there any Function Module available/ please provide the logic code - can anyone help?
    Thanks,
    Suresh Narayan

    Hi suresh,
    Please once try with this approach,
    Create a variable with variable represents :  multiple input value, Processing type : customer exit ; variable is ready for input.
    and write the below code :
    if i_step = 1.
    data : fdate type d ,
            wa1 like line of e_t_range,
           n1 type i.
    n1 = 1.
    if n1 <= 5.
    wa1-opt = 'EQ'.
    wa1-sign = 'I'.
    wa1-low = fdate.
    append wa1 to e_t_range.
    fdate = fdate - 7.
    endif.
    endif.
    Hope you got it,

  • Since some days my MacBookPro 2011 is slow on start up. It takes 3 minutes from the gingle to the Password. What to do???

    Since some days my MacBookPro is slow on start up. It takes 3 minutes from the gingle to the password. The operation system is OS X Lion  v. 10.7.4. What can I do???

    in system Preferences > users and groups>admin>log in items
    What is there?

  • Regarding subtraction of 10 days from the current date

    Need to know how I can get 10 days subtracted from the current date before the report is excuted. This needs to appear in the selection screen before the report is excuted.
    The select option contains two fields the first field is the date which is 10 days subtracted from the current date and the next field is the current date.
    Please suggest.
    Thanks.

    Hi Dolly
    I had a same req before check that code:
    AT SELECTION-SCREEN OUTPUT.
    IF pa_older = 'X'.
    CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL'
    EXPORTING
    date = pa_end  "<<<<< date or in ur case sy-datum
    days = '10'
    months = '00'
    signum = '-'
    years = '00'
    IMPORTING
    calc_date = pa_end1.  " <<< subtracted date
    ENDIF.

  • Depreciation run from the posting date

    Hi Team
    My client want deprecition to be posted from the Posting date instead of start date of the document period
    he is trying to  post assets through F -90 it calculates depreciation from the
    start date of the doc. period
    Eg., Asset no 8000000049
    Document date-11.11.09
    posting date-21.11.09
    depreciation is calculated from 01.11.2009 but he want from 21.11.09. further
    if the document month and posting month are differenet the depreciation
    is getting calculated from the document month.But he want depreciation to be posted from posting date only in both scenaio's
    Kindly give us info -any config changes can be done, give necess. steps to follow
    thanks
    Bbindu

    Hi,
    Please go to your asset master (AS02), and see which dep key is assigned to your book depreciation area in depreciation areas tab.
    Then set your COD with OAPL.
    Go to AFAMA and choose your dep key, which you found in your assset master, double click on the dep key...
    There one check box will be available as Dep to the day...select it. SAVE
    Now check your asset in AW01N, now it will calculate dep from asset posting date.
    Thanks,
    Srinu

  • HT1657 If I download a movie today, but will not be watching it for a few weeks (i.e. when overseas) - when does the 'activation' period start?  Do I have 48 hours from the download date or when I first watch the movie?

    If I download a movie today, but will not be watching it for a few weeks (i.e. when overseas) - when does the 'activation' period start?  Do I have 48 hours from the download date or when I first watch the movie?

    You have 30 days from when you download it, but when you then start watching it you have 48 hours (24 if your account is US based) to finish watching it before it expires.

  • I did this -- Windows 7 and Vista 1. Select the Start Menu in the Windows Taskbar. 2. In the Search box, enter the following: %APPDATA% 3. Press Enter. 4. From the Application Data folder, navigate to Local\VirtualStore\Program Files\Mozilla Firefox. 5. D

    When I sign out of FF and want to go back in, I have to go through Task Mgr each time by deleting FF and then signing back in. I followed these directions -- Select the Start Menu in the Windows Taskbar. 2. In the Search box, enter the following: %APPDATA% 3. Press Enter. 4. From the Application Data folder, navigate to Local\VirtualStore\Program Files\Mozilla Firefox. 5. Delete the file xpicleanup.dat. 6. Restart Firefox. --- but I could not find Mozilla Firefox under 'Program Files'.
    == This happened ==
    Every time Firefox opened
    == about a week ago

    Where did you find those instructions to delete the '''xpicleanup.dat''' file?

  • When I open Add-ons, from the Tools menu, I get an unresponsive script error: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsExtensionManager.js:623.

    When I try to click on Add-ons, from the Tools menu, I get this error message of an unresponsive script: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsExtensionManager.js:623. This is to say the least about the unresponsive script errors at other times. However, at all times, it won't go away - even by clicking on the 'stop script' option; even with checking the 'don't ask again' option. I've cleared the cookies and history as best I could, but it appears that there is some sort of conflict. How can I resolve this? Kevin: [email protected] Thank you.

    This is typically caused by a problem with the Personas Plus 1.6 add-on and it conflicting with the Google toolbar.
    Try disabling the Personas Plus add-on. To do this open the add-ons manager by selecting the Tools menu, then Add-ons. In the list of installed extensions click on Personas Plus, then click on either disable or uninstall.
    If you can not access the add-ons manager, follow the instructions in the [[safe mode]] article to start Firefox in safe mode. You should then be able to disable or uninstall Personas Plus. You can find more information on this procedure in the [[Troubleshooting extensions and themes]] article.

  • Can you extract an image from the Preview Data?

    Sometime ago I deleted an image and it's completely gone from my hard drive and backups.  There is still an image in the Library and even clicking on it shows the 1:1 view.
    Is there a way of extracting this from the Preview Data - anything would be better than nothing?
    Thxs
    Colin

    Pete....
    Many thanks for that link.  Just what I needed.
    And thanks to Jeffrey as well for making the tool available.
    Colin

Maybe you are looking for