on 2019 Apr 11 6:13 AM
Hi,
I got an error during consuming data at gateway client "Error log "Property 'begda' has invalid value '00000000'"".
I am exposing data from CDS view to odata service using "import->reference->data definition".
begda (last changed date) - data type is DATE and it has null value
If there is any specific annotation to make the date field null-able or correct the format, please let me know
Awaiting for you reply,
Sudarshan David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shilpa,
Yes we can make Nullable manually, I have created Odata using CDS reference though I am can't change the properties directly,
But I can add properties in CDS which will affect after regenerating,
For example: in CDS
Below code is working fine,
@Semantics.businessDate.from: true
begda,<br>
and below code in not working,
@Semantics.businessDate.from: true
key begda,
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.