cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ODATA created via BOBF (based on CDS) - Get operation messages

michaltvrdy74
Participant
0 Likes
233

Hi all.

I have created ODATA service (V2) with basic single operations CRUD. OData is created using BOBF, some additional functions using Activities, Determinations, ....

To get data is implemented only <PropertyName> Entity (not Set) - to get single record using the KEY. 

When I enter the wrong key, service ends with error 404 (this is correct) - but with wrong message - 

    "code" "/IWBEP/CM_MGW_RT/020",
    "message" : {
      "lang" "en",
      "value" "Resource not found for segment '<EntityName>Type'".

I would like to change this message, but it looks, that it is fixed in SADL framework. Please, Is it possible to change the message text (code), or create own logic for GET Entity operation ? 

Accepted Solutions (0)

Answers (0)