Hi Experts,
Am trying to pass the range values as a input to the particular field. For example am passing the 300 materials as a input using range table but it gives the bad request error(Status code: 400).
But if am passing around 230 values it works.Find the below URL was used to pass the multiples.Here my question is that do we have any limit to pass the values in $Filter.
/sap/opu/odata/sap/ZXXXXX/MaterialSet?$filter=( MaterialCode eq '100330' or MaterialCode eq '100335' or MaterialCode eq '100530' or MaterialCode eq '100360' or MaterialCode eq '100630' or MaterialCode eq '100330' ) and ( Plant eq '1000' )
Kindly advise me how do we achieve this.
Thanks & Regards,
Myil