OData property
Property not found in OData request
Gateway rejects a request because a property used in $select, $filter, payload or path is not defined for the addressed entity type.
Likely root causes
- Client uses a field name that differs from the metadata property.
- Service model changed but client code still references an old property.
- Request addresses the wrong entity type.
What to inspect
- $metadata property names for the entity.
- Request URL/payload and exact casing.
- Recent service-model changes or regeneration.
Resolution path
- Use the property name exactly as exposed in metadata.
- Update the client after service contract changes.
- Expose a missing property only if it belongs in the API design.
- Retest filter/select/payload independently.
ERPClimb is an independent platform and is not affiliated with SAP SE.