on 2021 Sep 22 8:28 AM
Request clarification before answering.
Please check the CDS API state whether it is Released or not.
How to check API state:
CDS View=>Properties=> API State
How to Make API State in Released :
Right click on CDS View => API State=>Add Use System-Internally (Contract C1)
it will open a pop-up as shown:
Just select all checkboxes and click on next.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Were you able to resolve this issue? If so could you pls share the solution? Thanks..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check the data source (check against the documentation for @Analytics.query: true )
1.Is it an ABAP CDS View set as #CUBE or #DIMENSION by @Analytics.DataCategory annotation?
The most common root cause is the source is not such an ABAP CDS View.
2. Is a DCL assigned to this source? If not, that can also be the root cause
3. If both are OK, check first the ODP provider generated for the SQL view for the data source view in transaction RSRT... (in ABAP CDS context), and if you can reach the next screen, press "Check Metadata" and look for error messages there
4. If everything was OK so far, look around in RSRT: have a look at Messages, Technical Infrormation, Generation Log etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
please check authorization of table as table name is different
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
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.