EDM price profile upload process and Day light saving issue

we have a requirement to upload EDM price profile (with 60 min interval).  Which are the function module or BAPI's are there to upload the price profile in EDM. Also which table holds this dat. I guess it is EPROFVAL60 and can be seen using transaction EEDM01.
Also, there is a scenario of DST (day light saving- US client) mean sometime there will be 23hrs value or sometime 25 value. How to handle this. I guess all this price value store in table EPROFVAL60 (hourly value) but the structure of this table can take 24 hrs value. Any suggestion on this.

In the profile header there is the field u201CTime Zoneu201D. There the specification of
Time Zone for EDM Objects is possible, e. g. where an installation is billed or profile data is displayed.
The configuration in IMG u2013 customizing leads to the transaction STZAC and STZBC.
This updates the tables: TTZD - Summer time rules or TTZDV - Summer time rules (variable dates)
Please watch the OSS notes frequently, since there are some updates lately.
Kind regards, Tom

Similar Messages

  • Alarm setting and Day Light Saving

    I set an alarm for a "Weekdays" at 4:50 am. Since the Day Light Saving started, my alarm keeps going of at 3:50 am. The setting stills show 4:50 am.
    I can delete the old alarm and create a new one but I want to see if anyone having the same problem.
    Does anyone have the same problem? Is this a bug that Apple wasn't aware off?
    BTW, I have an IPhone 4.
    Thanks,

    I have the same issue with my iPhone 3GS

  • Day light Saving Issue

    Hi,
    I am facing an issue with Date and Time objects. This looks something to do with the daylight-saving (UK).
    I have a date field in the database where a date is saved with time as 00:00:00, say for example 23/01/1999 00:00:00
    Upon querying and getting the result set, I am getting the Date and Time objects using rs.getDate() and rs.getTime().
    Date is obtained correcting as 23/01/1999 and the Time object is 00:00:00. But when I do a getTime() on Time object
    to get the milliseconds, it returns as -3600000 which is an hour back. This is causing an issue here.
    Can someone please suggest me if this is a daylight saving issue as we have moved ahead by 1 hour here in UK.
    Or is this issue fixed in any of the latest jdk, I am using jdk1.5.0_12?
    Many Thanks

    Hi,
    Please find the below code. Consider the date stored in the db is 23/01/1999 00:00:00
             Date dateValue = rs.getDate (COLUMN_NAME);
             if (dateValue != null)
                   dateValue = new Date(dateValue.getTime() + rs.getTime (COLUMN_NAME).getTime());
             }Here, the dateValue obtained in line 1 is right which is 23/01/1999. Also rs.getTime (COLUMN_NAME) gives the time as 00:00:00 which is correct.
    But when I do a getTime() on it to get the milliseconds it returns -3600000 which is one hour back.
    So finally when i add the date milliseconds and time milliseconds to get a new date value, it goes back one hour because of the -ve value. In this case since time is 0, going back one hour will switch the date back by one day. Hence the dateValue which I get after executing this code is 22/01/1999 23:00:00 which is wrong.
    Could you please help me on this?

  • HT4759 Hello .. I've been subscribed for ic;oud for 20$ per year and I found it useless for many reasons: that I can not disconnect my mobile while the uploading process and it takes long time for uploading my data .. Its not a reliable system that's why

    Hello .. I've been subscribed for ic;oud for 20$ per year and I found it useless for many reasons: that I can not disconnect my mobile while the uploading process and it takes long time for uploading my data .. Its not a reliable system that's why I need to deactivate the space service and take my money back .. Thanks

    The "issues" you've raised are nothing to do with the iCloud service.
    No service that uploads data allows you to disconnect the device you are uploading from while uploading data. Doing so would prevent the upload from completing. It is a basic requirement for any uploading service that you remain connected to it for uploading to be possible.
    The time it takes to upload data to iCloud is entirely dependent on how fast your Internet connection is, and how much data you are uploading. Both of these things are completely out of Apple's control. Whichever upload service you use will be affected by the speed of your Internet connection.

  • Day Light Saving Changes for Europe

    Hi,
      We are using SQL Azure databases in North Europe location. 
    When trying to use GETDATE() function, it is not considering the day light saving changes and brings back the time less by an hour.
    Is that something that we need to or can do on the server or database
    Having issues in saved records even for auditing purposes.
    Any help will be highly appreciated
    Many thanks
    Deepu

    When trying to use GETDATE() function, it is not considering the day light saving changes
    Hello Deepu,
    All SQL Azure server in all Azure locations (America, Europe, Asia, etc) returns for GETDATE always the same value: The current UTC date time. No time zone offset, no daylight saving, always UTC only. You can simply check it with this query:
    select GETDATE(), GETUTCDATE()
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How toimplement  Day light saving procedure

    Hi All
    how i can implement day light saving procedure on one of my server running on solaris 9. As DST is implementing in Pakistan for the first time, so there is no patch available till yet. Also if the NTP is attached to Server then i need to make a change only on NTP only
    Thanks

    To fix the system date, do this:
    1) get ftp://elsie.nci.nih.gov/pub/tzdata2008c.tar.gz
    2) extract out the file "asia".
    3) clip out the section for pakistan (Asia/Karachi) and save in a file
    4) type "/usr/sbin/zic filename_you_saved#3_in"
    (you may want to backup what's in /usr/share/lib/zoneinfo before you do this).
    Mind you, this only does the system. Programs that have their own timezone data
    (java, for one) has to be updated too.

  • Day light saving changes in UCCX scripting.

    Hi, We are using UCCX version 8.X  and we have script like press 1 to go shangai tem, press 2 to go to US team like that.
    In the time of day light saving we are doing manual changes in time of day settings manually when ever the location day light savings changes.
    so is there a way to the script refer the local time zone according to the region day light savings.
    or the reqired OS patched time zone patches will solve the problem please suggests.
    Thank you.
    Baskaran.

    Hi,
    UCCX uses its own time in the server to lookup the time. you need to configure the proper timezone for your UCCX. if shangai and US change start using daylight saving at the same date, you don't need to change your script. if not, unfortunately you need to change the time in the script itself.
    HTH
    Anas
    please rate if it is helpful

  • Suppressing Day Light Saving in DateFormat

    Hello.
    I am having problem finding a solution to a use of DateFormat class in my application.
    A format I have in my DateFormat object is converting a long primitive representation of date and time (ie. yyyyMMddHHmm, eg. 200510300300) to a string representation in "yyyy-MM-dd HH:mm".
    Now, my time zone is in EST (GMT + 10), and has a day light saving starting from 30th October 2005, 02:00am.
    Problem is that "the" tick on 2005-10-30 02:00 gets automatically converted to 2005-10-30 03:00.
    So...
    200510300200 is converted to 2005-10-30 03:00
    200510300300is converted to 2005-10-30 03:00
    But my requirement is...
    200510300200 is converted to 2005-10-30 02:00
    200510300300 is converted to 2005-10-30 03:00
    Is there a way to do this?
    Do I have to manually convert the string/numbers without using DateFormat?
    Thank you for your assistance!

    Surely this from TimeZone answers your question?
    You can use the getAvailableIDs method to iterate through all the supported time zone IDs. You can then choose a supported ID to get a TimeZone. If the time zone you want is not represented by one of the supported IDs, then a custom time zone ID can be specified to produce a TimeZone. The syntax of a custom time zone ID is:
    CustomID:
    GMT Sign Hours : Minutes
    GMT Sign Hours Minutes
    GMT Sign Hours
    Sign: one of
    + -
    Hours:
    Digit
    Digit Digit
    Minutes:
    Digit Digit
    Digit: one of
    0 1 2 3 4 5 6 7 8 9
    Hours must be between 0 to 23 and Minutes must be between 00 to 59. For example, "GMT+10" and "GMT+0010" mean ten hours and ten minutes ahead of GMT, respectively.
    The format is locale independent and digits must be taken from the Basic Latin block of the Unicode standard. No daylight saving time transition schedule can be specified with a custom time zone ID.
    At the end it says no Daylight Savings can be specified

  • Day Light Saving Impact on E-Business Sutie

    Hi,
    How does day light saving changes impact Oracle E-Business Suite. We are on 11.5.9 base version. Can you please provide me information??
    What are the measures we need to take regarding it.
    Thank you

    Hi,
    Please see the following documents.
    Note: 458452.1 - Complying with Daylight Saving Time (DST) and Time Zone Rule Changes in E-Business Suite 11i
    Note: 800420.1 - Diagnosing DST issue with eBusiness Suite 11i and Release 12
    Regards,
    Hussein

  • Day Light Saving

    Hi,
    In our application log gets printed with the system's timestamp value.If for Summer time or Day Light saving purpose if the timing gets changed, will it affect in any way, the way the log content with timestamp is written to the logs? Please suggest how to handle the day light saving scenario in java ?
    Regards,
    Asha

    No, unless you're running your software in Australia or USA or (bunch of other countries whose DST rules have changed or will change soon), which covers a very large user base :-).
    In which case you should be running the latest update of your version (in your case, 1.4.2_11, I think, but check to be sure).
    TimeZone rules keep changing in various countries as legislative bodies love to tinker with that sort of stuff, so you should always keep to the latest update for whatever version you choose to run on.

  • Day light saving effect on standby databases

    Hi All,
    Does day light saving will have any impact on physical/logical standby databases.
    Regards,
    Prasad.

    886061 wrote:
    Hi All,
    Does day light saving will have any impact on physical/logical standby databases.
    Regards,
    Prasad.Nothing to do with time in terms of Standby databases.
    Its applicable only in RAC environment, where you should have same time acceptable < 30 seconds around.
    One of my earlier post, i given example, pasting again
    Lets example:-
    Primary database is in Far North - Canada
    Standby Database is in Bangalore - India
    So here time zones are completely different, at least 12 hours difference. So there is no need to be same time in DR environment.

  • Day light saving time

    What is DayLight saving time ? What is the main significance of using it?
    Thanks in advance
    Akshatha

    This is not really an ABAP related question....Search on the internet and you will find out. It has to do with shifting hours between summer and winter for saving (Daylight SAVING) 'money', energy etc.
    Main significance in SAP? You will have to take this into account whenever you are timestamps in your coding for example. In SAP timestamps are stored in UTC (Universal Time).
    Example:
    In your transaction your are saving an appointment on 11.06.2009 00:00:00, depending on your timezone (CET in this example) it will be stored as 20.090.610.220.000 (UTC). So, the date is NOT on the 11th (CET), but on the 10th (UTC)!!
    There are some standard function modules you can use: IB_CONVERT_INTO_TIMESTAMP
    and IB_CONVERT_FROM_TIMESTAMP.

  • Efi update and ambient light sensor issue

    I just updated my early 2010 15" MacBook Pro with v2.7 EFI Firmware Upate. Now my screen ambient lighting is going nuts with changing the brightness all by itself, even with the AC power plugged in. The unit was working fine before this update. Are others having this issue? Is Apple aware of this and responding? I want to rebuild my laptop now but since it's a firmware update, it will be tough to undo this. I already tried the System Management Control reset and that did nothing.  Thanks!

    Thanks eww...
    I had previously shut off the automatic adjustment since that was the only way to keep the constant dimming and brightening from happening. My main issue is that before this recent EFI upgrade, I never had to touch the automatic adjustment - now that's the only way to stop my problem. This is just a workaround and not a fix until Apple addresses it.

  • Implementing day light saving in OBIEE 10g or 11g

    Hello guys
    I am wondering how can we implement daylight savings in OBIEE?
    For example, we have 2 locales: south america and central U.S & Canada. They both are GMT -6, but when we actually change the locale to either, there are difference at this time of the year. South America displays GMT - 6 but Central America & canada is converting to GMT -5 despite the time zone still being GMT -6. This is probably due to date light savings in America..
    So is there a system variable that captures daylight savings?
    If I want to apply filters at hourly level or timestamp level, I will need to know the offset number that I can use to subtract from the GMT time..
    So any ideas on how to deal with daylight savings?
    Thanks

    Hi,
    UCCX uses its own time in the server to lookup the time. you need to configure the proper timezone for your UCCX. if shangai and US change start using daylight saving at the same date, you don't need to change your script. if not, unfortunately you need to change the time in the script itself.
    HTH
    Anas
    please rate if it is helpful

  • Day light saving settings

    Hi All
    I seek input around DST as it is starting this Sunday. Server on which our Cornacle central repository is installed is in CET time zone.
    And as there was some problem with scheduling jobs in UTC time with 7.0.3 ; (because the original server time zone is CET) - we scheduled all the jobs in CET time zone.
    So when we see these jobs in Jobs monitor the Request time in original time zone was getting shown as say * 29/09/2008 2:00:00 CET* for the initial runs but over a period of time it started displaying like 29/09/2008 2:00:00 +02:00.
    This was because there is some identified problem in 7.0.3.
    But now I want to know if there is some change required to keep the job execution at the original time - as the time zone in original time will become like * 29/09/2008 2:00:00 +01:00*
    We are also upgrading to 7.0.4 on the same day but as the current jobs are in CET, I think we are required to run some custom script like suggested by Anton @
    [Mass change in scheduling time for Redwood schedules in version 6.0.2;
    Also so as to take care of Hourly as well
    Hope answers on this will be useful for all having 7.0.3 or at least V7.
    Request your help in this regard. Thanks a lot.
    Best regards,
    Vithal

    Hi......
    Vinay is absoulately right........
    In SPRO >> Click on SAP Reference IMG >> SAP Netweaver >> General settings........
    There if you click on the document for time zone.....you will get the following information.........
    *Time Zones*
    Local data and times can only be compared with each other and exchanged if they are in the same time zone. Many global companies, however, work in different time zones. The SAP System supports the conversion of local data and times via the time zone function.
    In the following worksteps, you configure the settings for the time zones. Here you can:
    Set the system and standard time zones ( Maintain System Settings)
    Display all the available time zones and create ones that do not yet exist ( Maintain Time Zones)
    Make the geographic assignments to a time zone ( Maintain Geographic Assignments)
    For further information on time zones, refer to the SAP Library under Cross-Application Components -> General Application  Functions -> Time Zones.
    Regards,
    Debjani........
    Edited by: Debjani  Mukherjee on Oct 29, 2008 5:46 AM
    Edited by: Debjani  Mukherjee on Oct 29, 2008 6:00 AM

Maybe you are looking for

  • Error While generating Control Reciepe

    Hi, I am mapping MTS scenario for PI industry and i stuck up with an error while creating Control recipe system gives following erroe msg, No values assigned to char. 0010 PPPI_INSTRUCTION in process instruction 9999 phase 0020. Msg number is  CB210.

  • Windows 7 64 Bit drivers for Toshiba Satellite C55-A5180 part number PSCJEU-00F001

    Toshiba Satellite C55-A5180 part number PSCJEU-00F001 Drivers needed to install Windows 7 64 Bit on Satellite C55-A5180 part number PSCJEU-00F001 Edited to add new location for the video driver Drivers where downloaded from here http://support.toshib

  • How to recovers damaged emails from .IMM, .IMH files

    IncrediMail is an eminent email recovery software that accurately and efficiently recovers lost, deleted or corrupt IncrediMail emails and contact addresses. The software flawlessly recovers damaged emails from .IMM, .IMH files, and recovers addresse

  • How to set image size in d2k6i forms

    I have upload an image in forms6i, in oracle apps this code runs smoothly when images size is croped using microsoft picture manager. and those images are not croped or size more than 50kb it shows frm-47100 can not read image file \\........... is t

  • MIRO with LC2 amount in Expense line

    Dear Friends, When we post an invoice through MIRO, the accounting document will be as follow: Dr. GR/IR account Cr. Vendor But here I found a weird case,when we post a MIRO, the accounting document created is: Dr. GR/IR account Cr. Vendor Dr. Expens