HI please check what is the name of the entity in the odata .
In the browser please enter the odata file path ie. 10.****/*********/****.xsodata?$format = xml(if possible attach a screenshot) in the browser url bar
You should be able to see the entity sets (tables that you are exposing).
Then type in the browser url bar 10.****/*********/****.xsodata/Entitysetname
then you should be able to see the entity named Scid
if it is there then it must work
**Entityname?$filter=ID eq '0001' ***no space between '?$filter' and'='