cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass only time vale in url

Former Member
0 Kudos

Hi,

How to pass Edm.Time function import parameter in url

i tried like this

/sap/opu/odata/SAP/ZPM_EQUIPMENT_TIME_SHEET_SRV/total_hourse?FromTime=PT18H31M41S&ToTime=PT18H31M41S

it is giving Error : Malformed URI literal syntax

View Entire Topic
JyotiD
Active Participant

Hi Sai,

For date, time , guid and decimal there are different queries than as expected. Try with below URL.

/sap/opu/odata/SAP/ZPM_EQUIPMENT_TIME_SHEET_SRV/total_hourse?FromTime= time'PT18H31M41S'&ToTime= time'PT18H31M41S'

Regards,

Tarun