Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While trying to preview the generated Travel v4 odata service an error appears on the browser #23

Open
raaleksandr opened this issue Jul 22, 2023 · 1 comment

Comments

@raaleksandr
Copy link

After generating the RAP artifacts in the eclipse ABAP cloud project and publishing ODATA V4/V2 services when you click the preview for Travel v4 odata service, the Fiori app preview is supposed to load but actually, the following error appears on the browser:

Application could not be started due to technical issues.Prop. 'DISTANCE' has unit amount conver. and EDM type 'Int32' without decimals

More information and possible ideas on how to fix in the following thread:
https://answers.sap.com/questions/13750416/sap-abap-cloud-trial.html

@anfisc
Copy link
Contributor

anfisc commented Aug 1, 2023

This will be fixed by fixing the root cause in the /DMO/ travel sample objects. Here the data element for the distance field has to be changed from INT32 to DECIMALS(12,2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants