2021 Oct 04 6:48 AM
Hello Experts,
I am working on an optimization task for CDS views by parameterization. I just created a new parameter XX for a CDS view 'with parameter' statement and used it in the where clause. CDS view is successfully activated and trying to consume it in the ABAP program.
I am getting an error 'The Parameter XX is not bound' while activating ABAP program with CDS views , though I have added the new parameter in CDS view
Requesting your kind help on this.
Kind Regards, SP
2021 Oct 05 6:09 AM
You must pass values for the parameters when using the CDS view in ABAP SQL with the following syntax:
BR
Horst
2021 Oct 04 1:47 PM
Can you share code snippets with (parts of) the CDS and the program you're trying to activate?
2021 Oct 05 5:25 AM
Hello dep
Below is the snapshot of CDS view and the view consuming program am trying to activate. I have added a new parameter P_INVDOC and trying to consume it in a program. Ended up with an error while activating the program. Please help.
Kind Regards, SP
2021 Oct 05 6:09 AM
You must pass values for the parameters when using the CDS view in ABAP SQL with the following syntax:
BR
Horst
2021 Oct 05 6:27 AM
2022 Aug 11 6:44 PM
Thanks! But unfortunately this link is not available anymore. Could you help me with another one?
2022 Aug 12 6:44 AM
2021 Nov 08 3:15 AM
Dear Team,
How can i pass select options (S_INV) while consuming CDS views in abap progrms with new open sql statements.
Kind Regards,
Sharda
2021 Nov 08 5:30 AM
select-options , For all Entries etc in abap progrms for CDS views
2024 Mar 20 6:19 PM - edited 2024 Mar 20 6:20 PM
mines also a similar issue
i have created a cds view with parameter material , now i am using sap standard program to extract data from cds , i.e RODPS_REPL_TEST(standard program name) , now when i am inserting the cds view name and executing it , i am getting the error saying
error while accessing data:
the parser produced the error: the parameter "MATERIAL" was not bound.
any solution??