<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: ABAP RAP Custom Entity with Parameter not allowed in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/14050106#M4907491</link>
    <description>&lt;P&gt;Hi there&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sure you have already found the right answer&lt;/P&gt;&lt;P&gt;But in case anyone else gets here after googling the message&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Entity '&amp;amp;1': Parameter entity set '&amp;amp;2' cannot be used for read&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After parametrizing your entity you need to add /Set at the end of the URI&lt;/P&gt;&lt;P&gt;Like, &lt;EM&gt;&lt;STRONG&gt;../SomeName(Par1='value1',Par2='value2')&lt;/STRONG&gt;&lt;/EM&gt; wouldn't work but&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;../SomeName(Par1='value1',Par2='value2')/Set&lt;/STRONG&gt;&lt;/EM&gt; would&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2025 16:36:33 GMT</pubDate>
    <dc:creator>DmitriiBalykov</dc:creator>
    <dc:date>2025-03-19T16:36:33Z</dc:date>
    <item>
      <title>ABAP RAP Custom Entity with Parameter not allowed</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaq-p/13894558</link>
      <description>&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;I have created custom entity and Implemented&amp;nbsp;&lt;SPAN&gt;if_rap_query_provider~select method. Service I created in V4 API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This custom entity is with NO parameter is working as expected and returning all results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I added parameter to this Custom Entity It started giving me below Error -&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Entity 'ZCE_TU_DETAILS': Parameter entity set '$PARAMETER$ZCE_TU_DETAILS' cannot be used for read&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CustomEntity.PNG"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/177689i1F91119C17B83075/image-size/large?v=v2&amp;amp;px=999" alt="CustomEntity.PNG" title="CustomEntity.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I do not know how to test or use this Custom Entity with parameter... please help pointing to any documentation or example...&lt;/P&gt;&lt;P&gt;I have followed below documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/abap-cloud/abap-rap/using-parameters-in-unmanaged-query?version=sap_btp" target="_self"&gt;https://help.sap.com/docs/abap-cloud/abap-rap/using-parameters-in-unmanaged-query?version=sap_btp&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help...&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/17308"&gt;@Ramjeekorada&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/10276"&gt;@Ramjee_korada&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 17:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaq-p/13894558</guid>
      <dc:creator>AbhishekSharma</dc:creator>
      <dc:date>2024-10-22T17:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RAP Custom Entity with Parameter not allowed</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/13914486#M4889191</link>
      <description>Did you find the solution?</description>
      <pubDate>Mon, 21 Oct 2024 17:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/13914486#M4889191</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-10-21T17:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RAP Custom Entity with Parameter not allowed</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/13914501#M4889193</link>
      <description>&lt;P&gt;Nope...&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/55"&gt;@Andre_Fischer&lt;/a&gt;&amp;nbsp;Please help...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 17:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/13914501#M4889193</guid>
      <dc:creator>AbhishekSharma</dc:creator>
      <dc:date>2024-10-22T17:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RAP Custom Entity with Parameter not allowed</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/14035706#M4905882</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm unsure if this is your situation, but when I created CDS with a parameter and linked it to the Service Binding, it made a new EntitySet.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I have a CDS named "ZPO_Item" with a parameter for the posting date. In the service binding component, it created a new EntitySet named "ZPO_ItemResults." All my communication needs to go to this EntitySet.&lt;/P&gt;&lt;P&gt;In the metadata there still exists the ZPO_Item EntitySet, but the linked EntityType is with the &lt;SPAN class=""&gt;sap:semantics&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN class=""&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;" and thus cannot be used for direct requests.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 12:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/14035706#M4905882</guid>
      <dc:creator>Jan-Trcka</dc:creator>
      <dc:date>2025-03-06T12:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RAP Custom Entity with Parameter not allowed</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/14050106#M4907491</link>
      <description>&lt;P&gt;Hi there&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sure you have already found the right answer&lt;/P&gt;&lt;P&gt;But in case anyone else gets here after googling the message&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Entity '&amp;amp;1': Parameter entity set '&amp;amp;2' cannot be used for read&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After parametrizing your entity you need to add /Set at the end of the URI&lt;/P&gt;&lt;P&gt;Like, &lt;EM&gt;&lt;STRONG&gt;../SomeName(Par1='value1',Par2='value2')&lt;/STRONG&gt;&lt;/EM&gt; wouldn't work but&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;../SomeName(Par1='value1',Par2='value2')/Set&lt;/STRONG&gt;&lt;/EM&gt; would&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 16:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/14050106#M4907491</guid>
      <dc:creator>DmitriiBalykov</dc:creator>
      <dc:date>2025-03-19T16:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RAP Custom Entity with Parameter not allowed</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/14379115#M4940742</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thiyagu02_0-1776750933641.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/400660iE54A614F33B0D473/image-size/medium?v=v2&amp;amp;px=400" alt="Thiyagu02_0-1776750933641.png" title="Thiyagu02_0-1776750933641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Actually I got above error in the UI, when i try to use Parametrized CDS in the backend extensibility.&lt;BR /&gt;&lt;BR /&gt;Solution:&lt;BR /&gt;1. Actually I expose the service as&amp;nbsp;&lt;STRONG&gt;OData V2 - UI.&amp;nbsp;&lt;/STRONG&gt;Refer below img&amp;nbsp;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thiyagu02_1-1776751092004.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/400662i7A408209CF7E4414/image-size/medium?v=v2&amp;amp;px=400" alt="Thiyagu02_1-1776751092004.png" title="Thiyagu02_1-1776751092004.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;2. Check the manifest.json file in the&amp;nbsp;&lt;STRONG&gt;BTP.&lt;/STRONG&gt; (SAP Business application studio --&amp;gt; Open&lt;BR /&gt;your project file --&amp;gt; webApp --&amp;gt; search for manifest.json file).&lt;BR /&gt;&lt;BR /&gt;Search for 'Pages--&amp;gt;ListReport' in the manifest.json. Refer the below image and the marked fields should match your exposed CDS name.&lt;BR /&gt;Example: In service binding:&amp;nbsp;&lt;SPAN&gt;ZR_PP_DIFF_PERCENT_CATEGORYSet&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;In BTP's manifest.json file:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ZR_PP_DIFF_PERCENT_CATEGORYSet&lt;BR /&gt;Both should be same. &lt;STRONG&gt;Don't get confuse! how you get the suffix 'set' next to 'CDS name'. It is default behaviour of OData V2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thiyagu02_2-1776751464720.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/400663i9683B766EB501F05/image-size/medium?v=v2&amp;amp;px=400" alt="Thiyagu02_2-1776751464720.png" title="Thiyagu02_2-1776751464720.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. Redeploy the application in BTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 07:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-rap-custom-entity-with-parameter-not-allowed/qaa-p/14379115#M4940742</guid>
      <dc:creator>Thiyagu-02</dc:creator>
      <dc:date>2026-04-21T07:24:19Z</dc:date>
    </item>
  </channel>
</rss>

