Do you have any question about this error?
Message type: E = Error
Message class: RSODP - Operational Data Provider: Messages
Message number: 111
Message text: CDS Geo Data returned as GEOJSON and with Spatial Reference System 3857
Geographic Data was requested from a CDS characteristic with a certain
Spatial Reference ID and Text Transformation or no such parameters have
been provided. Only the following values can be handled by CDS:
- Texttransformation: geojson
- Spatial Reference ID: 3857
The Geo Data is returned in the only configuration CDS can handle.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
RSODP111
- CDS Geo Data returned as GEOJSON and with Spatial Reference System 3857 ?The SAP error message RSODP111 indicates that the CDS (Core Data Services) Geo Data is being returned in the GeoJSON format with a specific spatial reference system (SRS), which is EPSG:3857 (Web Mercator). This error typically arises in the context of geospatial data handling within SAP systems, particularly when working with mapping or geolocation functionalities.
Cause:
- Data Format Issue: The error may occur if the system is expecting a different format or spatial reference system than what is being provided. EPSG:3857 is commonly used for web mapping applications, but if your application or service expects a different SRS (like EPSG:4326), it can lead to this error.
- Configuration Settings: There may be misconfigurations in the CDS view or the way the geospatial data is being queried or processed.
- Incompatibility: The application consuming the GeoJSON data may not support the EPSG:3857 format, leading to issues in rendering or processing the data.
Solution:
- Check Spatial Reference System: Ensure that the application or service consuming the GeoJSON data is compatible with EPSG:3857. If it requires a different SRS, consider transforming the data to the required format.
- Modify CDS View: If you have access to the CDS view definition, you may need to adjust it to return the data in the expected format or SRS. This can involve using functions to transform the coordinates.
- Data Transformation: If the data needs to be transformed, you can use spatial functions available in SAP HANA or other tools to convert the data from EPSG:3857 to the desired SRS (e.g., EPSG:4326).
- Consult Documentation: Review the SAP documentation related to geospatial data handling and the specific CDS views you are working with. There may be specific guidelines or best practices for handling GeoJSON data.
Related Information:
If the issue persists after trying the above solutions, consider reaching out to SAP support or consulting with a technical expert familiar with your specific SAP environment and geospatial data handling.
Get instant SAP help. Start your 7-day free trial now.
RSODP110
SpatialData feature ignored, there is more than one field
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSODP109
CHAR or SSTR field &1 in &2 is associated to &3 in &4 with shorter length
What causes this issue? Field &V1& in &V2& of CHAR or Short String type is associated to field &V3& in &V4&, which ha...
RSODP112
Field &1: Data type &2 has length &3 greater than max. Chavl length (250)
What causes this issue? Field &V1&: Data type &V2& has length &V3&. This is greater than the max Chavl. length (250)System Re...
RSODP113
&1 is associated with &2 but with different data type, length or convexit
What causes this issue? InfoObject &V1& is associated with &V2&, but they are generated from fields with different data type, length ...
Click on this link to search all SAP messages.