on 2025 Mar 05 1:05 PM
SAP Experts,
created cds view with naming convention zxxx_c_rules in higher version S4 2022
and transported to lower version S4 1809
Transport ended with error, its unable to create CDS view 'define root view entity' in 1809
Data Definition : Zxxx_c_rules
Unexpected word "Zxxx_c_rules"
i can identify this relevant note , but there's no correction instruction in this note. is there any supporting note related to this ?
Thanks
Request clarification before answering.
1809 is probably too old, which doesn't support view entity.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @UmaArjunan
unfortunately you did not mention if your CDS view contains parameters?
If yes, then this note really seems to be applicable ... I guess then you have to change it and remove the parameters.
I don't think there is any other solution than to upgrade the system
BR, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah ok. Now I see it too ...
View entities exist only from S4 2021 onwards!
In versions before that you have to define the CDS view like:
define view ZD___RULES as select from <table>
see https://help.sap.com/docs/SUPPORT_CONTENT/bwplaolap/3361382575.html?locale=en-US
BR, Martin
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.