cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Invalid parameter type used at function 'eq' on ODATA execution

Hanumath
Participant
13,562

Hello Community,

I am facing an issue with the ODATA service execution as shown below

I found the issue is with the filter parameter on the Accounting Period/Year (CFISCALYEARPERIO eq '2018010')in the AR report. I have tried with the following API including the filter parameters

https://myXXXXX.sapbydesign.com/sap/byd/odata/ana_businessanalytics_analytics.svc/RPXXXXXXXXXXXXXXXX... eq 'SOB3') and (CCOMPANY_UUID eq 'XXX') and (CFISCALYEARPERIO eq '2018010')&$format=json.

I would like to pass the value of October 2018 to the highlighted field. Being it fiscal accounting year and period, I am passing the values as '2018010'.

Let me know how to resolve this.

Regards

Hanu K

View Entire Topic
may_thitsaoo
Active Contributor
0 Likes

Hi Hanu,

Please try as CFISCALYEARPERIO eq 102018 (without ' ' ).

Regards,

May