Skip to Content
1
Former Member
Nov 23, 2012 at 07:52 AM

Getting an error while calling GW service from rest client

194 Views

Hi Experts,

I Have developed GW Service using Odata Channel in that i have developed A Function Module for the there two import parameters i.e WKSTRT_DATE (Data Ele: DATS) and WKEND_DATE (Data Ele: DATS). for this i am passing input from web Browser Rest Client as (http://server_name:8000/sap/opu/odata/sap/service_name?$filter=WKSTRT_DATE eq '12112012'&$filter=WKEND_DATE eq '12112012'). for this i am getting an error which mentioned below

<error>

< code > 005056A509B11ED199D891E6C1C14103 </ code >

<message xml:lang="en">Invalid parametertype used at function 'eq'</message>

</error>


and i tried with all the date formats like(DDMMYYYY, MMDDYYYY, DD/MM/YYYY, MM/DD/YYYY, YYYY/MM/DD, YYYY/DD/MM, DD.MM.YYYY, MM.DD.YYYY)

Can any one please tell me how i should resolve.