cancel
Showing results for 
Search instead for 
Did you mean: 

OData Service - Convertion of { }

ChrisSislak
Explorer
0 Kudos

Hi all,

I created an OData Service, but I get some problems with the convertion of some letters.

In my example with in the ID there are "{ }" symbols. The ID as an parameter itself is shown correctly but the object url ist shown wrong.

As one can see, the { is converted to %7D, therefore I get problems within my Fiori application.

Any idea why this could happens? The backend system is an unicode system.

BR Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisSislak
Explorer
0 Kudos

Fixed the problem by using another backend component to create the uuids, instead of uuidc22, I now used uuidc26. The problem itself, why the "{" where converted couldn't be fixed.