SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

offset value

Former Member
0 Kudos

HI,

in the FM of BAPI_ISUPROFILE_UPLOAD if i want to pass +1.5 hours as the offset value then how will i do? Sinse the field is of length char-3.Is there any NOTE regarding this.

Edited by: saun_abap22 on Apr 1, 2011 8:39 AM

3 REPLIES 3

Former Member
0 Kudos

Hi,

Normaly, as per profile values it ranges from 05, 15, 30 or 60 minute. (Table EPROFVAL*)

So , technicaly you can use 90 minute instead of 1.5 hrs.

Regards,

Sanjoy

0 Kudos

Sanjoy Thanx for your reply.Sanjay actually the FM documentation for this is like this:

Offset for from-time (FROMOFFSET)

Here you enter the time difference (date and time) for Universal Coordinated Time (UTC)

Example: Date specified in Central European Time (CET)

25.03.2000 23:15:00 +01 (winter time)

26.03.2000 10:30:00 +02 (Summer time)

So i think we cannot pass here as you said.Is there any other way or this is the method to do it.

0 Kudos

Why do you want 1,5 hour offset in the BAPI?

Do you want to have a day starting at 01:30:00 and ending 01:29:59?

Just define your profile (in the profile header) with the correct day offset.

Create a new profile with EEDM06 and define the day offset as 1,5 hour. Then upload your values with the BAPI using the offset there just for summer or winter.

Alternatively you can also shift the values (from the source, eg. AMR system) so to reflect the period from 00:00:00 to 23:59:59.

Then you won't need an offset in your profile header.

Edited by: evolderen on Apr 4, 2011 1:19 PM