2019 Apr 29 3:58 PM
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 :
__________________________________________________________________________________
You tried to add a new time slice.
The time parameters for the new time slice have to agree with the interval that is defined in the header of the RTP interface.
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
2019 May 16 2:08 PM
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
2019 Apr 29 4:32 PM
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.
2019 Apr 29 4:42 PM
hello ,
could you provide me with more details i didnt understand well .
here is the screenshot
2019 Apr 29 8:47 PM
2019 Apr 30 10:26 AM
2019 May 16 2:08 PM
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