<?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: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13944355#M4893401</link>
    <description>&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/487371"&gt;@tobias_bock&lt;/a&gt; We are on 2023 / Basis 758 (on-prem) and yet I still get the same error. Did SAP perhaps say if they support this only in the S/4 Cloud offerings?</description>
    <pubDate>Thu, 21 Nov 2024 12:05:10 GMT</pubDate>
    <dc:creator>martinc_mb38</dc:creator>
    <dc:date>2024-11-21T12:05:10Z</dc:date>
    <item>
      <title>RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaq-p/12807334</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;BTP - ABAP Environment&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Below error is encountered during Service binding and Metadata load if an action is defined with deep table parameter in a Behaviour definition but it works with deep Parameter.&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Error in entity 'YYY': 'T' is not a valid value of the enumeration type "TY_ACTION_PARAMETER_DEPTH'.&lt;/STRONG&gt;&lt;/EM&gt; &lt;/P&gt;
  &lt;P&gt;Upon checking exceptions further , It is noticed that the relevant logic is commented out in RAP framework. please see below screen shots.&lt;/P&gt;
  &lt;P&gt;But the RAP documentation and F1 help is updated on usage of it. Not sure if I am missing something here on how to use. &lt;/P&gt;
  &lt;P&gt;Base behaviour :&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;action Partial_PR_To_PC deep table parameter ZRK_A_PartialPrToPCHead;&lt;/CODE&gt;&lt;/PRE&gt; 
  &lt;PRE&gt;&lt;CODE&gt;define root abstract entity ZRK_A_PartialPrToPCHead
{
key ObjectId : zrk_object_id ;
Buyer : zrk_buyer_id;
_Items : composition [0..*] of ZRK_A_PartialPrToPC ;
}&lt;/CODE&gt;&lt;/PRE&gt; 
  &lt;BR /&gt; 
  &lt;PRE&gt;&lt;CODE&gt;@EndUserText.label: 'Partial PR to PC'

define abstract entity ZRK_A_PartialPrToPC

{ 

key item_no : zrk_item_no; 

part_no : zrk_part_no; 

comm_code : zrk_category_id; 

plant : zrk_plant_no; 

supplier : zrk_sup_no; 

_Parent : association to parent ZRK_A_PartialPrToPCHead ; 

}&amp;lt;br&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2200538-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2200539-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2200540-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;As we can see in below screen shot, value for deep table parameter is commented and not allowing further.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2200541-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Best wishes,&lt;/P&gt;
  &lt;P&gt;Ramjee Korada&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 12:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaq-p/12807334</guid>
      <dc:creator>Ramjee_korada</dc:creator>
      <dc:date>2023-08-11T12:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/12807335#M4809258</link>
      <description>&lt;P&gt;Hi Ramjee,&lt;/P&gt;&lt;P&gt;I was following the documentation &lt;A href="https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abenbdl_action_input_param.htm" target="test_blank"&gt;https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abenbdl_action_input_param.htm&lt;/A&gt; and arrived to the same problem, so I suppose we're not missing something but it seems that I'll not really work even it's documented otherwise because it was suppressed by code. I'll escalate the topic to SAP using my company periodical meetings with them  but one doubt came to me, at any point it was working for you an then stopped working? Or since the very first time you tried never worked? &lt;/P&gt;&lt;P&gt;Also, if you have any update would be fine to know.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jorge Luis. &lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 15:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/12807335#M4809258</guid>
      <dc:creator>jorge_aristi</dc:creator>
      <dc:date>2023-09-28T15:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/12807336#M4809259</link>
      <description>&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;It never worked. Due to my own interest, I debugged in standard and noticed that required code is commented. &lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Ramjee&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 17:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/12807336#M4809259</guid>
      <dc:creator>Ramjee_korada</dc:creator>
      <dc:date>2023-09-28T17:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/12807337#M4809260</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;we have the same problem in release 2022.&lt;BR /&gt;A workaround would be to use a deep abstract structure with the actual table as child entity and use it as a flat deep parameter in action like "action &amp;lt;the action&amp;gt; deep parameter &amp;lt;abstract entity&amp;gt;" as described &lt;A href="https://help.sap.com/docs/abap-cloud/abap-rap/modeling-parameters-for-non-standard-operations?locale=en-US&amp;amp;source=redirect"&gt;here&lt;/A&gt; .&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 13:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/12807337#M4809260</guid>
      <dc:creator>tobias_bock</dc:creator>
      <dc:date>2023-11-28T13:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/12807338#M4809261</link>
      <description>&lt;P&gt;Hi Tobias,&lt;/P&gt;&lt;P&gt;Thank you for feedback. I have already applied this workaround. &lt;/P&gt;&lt;P&gt;I raised this question as the documentation says that the feature is supported. &lt;/P&gt;&lt;P&gt;BW,&lt;/P&gt;&lt;P&gt;Ramjee&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 06:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/12807338#M4809261</guid>
      <dc:creator>Ramjee_korada</dc:creator>
      <dc:date>2023-11-29T06:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13623774#M4820254</link>
      <description>We got feedback from SAP:</description>
      <pubDate>Thu, 29 Feb 2024 12:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13623774#M4820254</guid>
      <dc:creator>tobias_bock</dc:creator>
      <dc:date>2024-02-29T12:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13623781#M4820256</link>
      <description>We got feedback from SAP: "Deep action parameter are supported from release SAP Basis 758 (2023)."</description>
      <pubDate>Thu, 29 Feb 2024 13:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13623781#M4820256</guid>
      <dc:creator>tobias_bock</dc:creator>
      <dc:date>2024-02-29T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13623783#M4820257</link>
      <description>...and the comment function doesn't work... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 29 Feb 2024 13:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13623783#M4820257</guid>
      <dc:creator>tobias_bock</dc:creator>
      <dc:date>2024-02-29T13:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13944355#M4893401</link>
      <description>&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/487371"&gt;@tobias_bock&lt;/a&gt; We are on 2023 / Basis 758 (on-prem) and yet I still get the same error. Did SAP perhaps say if they support this only in the S/4 Cloud offerings?</description>
      <pubDate>Thu, 21 Nov 2024 12:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13944355#M4893401</guid>
      <dc:creator>martinc_mb38</dc:creator>
      <dc:date>2024-11-21T12:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Me...</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13988327#M4899458</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing the same issue on release 2023 system and have used this same workaround suggested in earlier comment. Looking at documentation it does say deep table parameters are not supported, although the language is not very convincing ( maybe because it depends on the oData service being UI or Webservice ).&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/abap-cloud/abap-rap/modeling-parameters-for-non-standard-operations" target="_blank" rel="noopener"&gt;https://help.sap.com/docs/abap-cloud/abap-rap/modeling-parameters-for-non-standard-operations&lt;/A&gt;&lt;/P&gt;&lt;H2&gt;&lt;EM&gt;&lt;SPAN class=""&gt;Exposure and Consumption of Operations with Parameters in&amp;nbsp;&lt;SPAN class=""&gt;RAP&lt;/SPAN&gt;&amp;nbsp;Services&lt;/SPAN&gt;&lt;/EM&gt;&lt;/H2&gt;&lt;P class=""&gt;&lt;EM&gt;The following restrictions apply on exposing operations with deep parameters:&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;EM&gt;OData V2 only allows non-standard operations with flat parameters. The service binding shows an error message if a non-standard operation with a deep parameter is included in the service.&lt;/EM&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;EM&gt;The following types are generally not supported for OData exposure:&lt;/EM&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;EM&gt;scalar types&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;deep table parameters&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;deep parameters as input or output parameters of functions.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;EM&gt;The service binding shows an error message if these kind of parameters are used in the service. Operations with these kind of parameters can be consumed via EML.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P class=""&gt;&lt;EM&gt;Fiori Elements UIs can't represent hierarchical structures by default. So deep parameters can't be consumed by these UIs.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 18:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/13988327#M4899458</guid>
      <dc:creator>Vivek0603</dc:creator>
      <dc:date>2025-01-16T18:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Me...</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/14117306#M4915754</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Section "Deep Parameters in Non-Standard Operations"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.sap.com/docs/abap-cloud/abap-rap/development-constraints?q=deep&amp;amp;locale=en-US" target="_blank" rel="noopener"&gt;https://help.sap.com/docs/abap-cloud/abap-rap/development-constraints?q=deep&amp;amp;locale=en-US&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 06:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/14117306#M4915754</guid>
      <dc:creator>VikrantSharma</dc:creator>
      <dc:date>2025-06-03T06:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/14134627#M4917791</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Hello, could you please detail what type of workaround you did?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Jul 2025 13:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/14134627#M4917791</guid>
      <dc:creator>saiifgasmi</dc:creator>
      <dc:date>2025-07-02T13:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/14134628#M4917792</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Hello, could you please detail what type of workaround you did?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Jul 2025 13:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/14134628#M4917792</guid>
      <dc:creator>saiifgasmi</dc:creator>
      <dc:date>2025-07-02T13:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: RAP : Error for Action with Deep Table Parameter - Metadata and Service Binding fails</title>
      <link>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/14134630#M4917793</link>
      <description>Hello, could you please detail what type of workaround you did ?</description>
      <pubDate>Mon, 23 Jun 2025 15:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rap-error-for-action-with-deep-table-parameter-metadata-and-service-binding/qaa-p/14134630#M4917793</guid>
      <dc:creator>saiifgasmi</dc:creator>
      <dc:date>2025-06-23T15:26:30Z</dc:date>
    </item>
  </channel>
</rss>

