2024 Nov 06 12:32 PM - edited 2024 Nov 06 12:32 PM
We want to create a RAP Service using a CDS View which relies on Parameters.
define root view entity ZTEST_CO_VIEW
with parameters
p_fiscalYear : gjahr
as select from ZTEST_CI_VIEW( p_fiscalYear : $parameters.p_fiscalYear )
{
key matnr,
field1,
field2
}
However, when creating a behavior for this View and exposing as a Service (we would like to use unmanaged Save), we get the following error message:
Non-hidden view parameters are not allowed in transactional entity ZTEST_CO_VIEW
Am I right to understand that I cannot use CDS View Parameters with Behaviors?
Does someone know if this is documented somewhere?
Thanks and regards,
Axel
Request clarification before answering.
User | Count |
---|---|
61 | |
8 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.