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: 

ERROR Message "Time entered does not match the interval defined " Message : EEDM_RTP011

0 Kudos
hello ,

SAP - EDM - RTP interface after customizing a new interval length

After defining a new interval length (20 minutes) and creating rtp component i wanted to create an RTP interface using the new customized interval length .

an error message appeared :

__________________________________________________________________________________

EEDM_RTP011 - TIME ENTERED DOES NOT MATCH THE INTERVAL DEFINED - EEDM_RTP 011

DIAGNOSIS

You tried to add a new time slice.

SYSTEM RESPONSE

The time parameters for the new time slice have to agree with the interval that is defined in the header of the RTP interface.

PROCEDURE

Check the interval in the header of the RTP interface. Enter a time that corresponds to this interval.
__________________________________________________________________________________

How can i solve this problem ?

should i add an enhancement to the standard code ?

Thank you



1 ACCEPTED SOLUTION

0 Kudos

The problem is : for each interval length we must define a range of times .
so we must add the range related to the new customized interval length 20 minutes .
the answer is in the function group : EEDM_RTP_INTERFACE_DEFN , in the include "LEEDM_RTP_INTERFACE_DEFNF08" we add an enhancement , like shown here :

Now i can activate and create my RTP inteface .
Everything is ok .
thank you for your answers

View solution in original post

5 REPLIES 5

ricky_shaw
Contributor
0 Kudos

Hi,

No need of any enhancement.

Check the RTP header interface w.r.t date & time along with seconds. The data & time should be equal to or later than the ones defined in header.

0 Kudos

hello ,
could you provide me with more details i didnt understand well .

here is the screenshot

0 Kudos

What is defined in the RTP header? ("Donn. E-T")

0 Kudos

here is the E-T

0 Kudos

The problem is : for each interval length we must define a range of times .
so we must add the range related to the new customized interval length 20 minutes .
the answer is in the function group : EEDM_RTP_INTERFACE_DEFN , in the include "LEEDM_RTP_INTERFACE_DEFNF08" we add an enhancement , like shown here :

Now i can activate and create my RTP inteface .
Everything is ok .
thank you for your answers