<?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: how to trigger handler class read method in RAP OData... in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14324099#M4936664</link>
    <description>Hi Vignesh , I will write the EML call in handler class but how can i trigger the EML call?</description>
    <pubDate>Mon, 09 Feb 2026 09:17:18 GMT</pubDate>
    <dc:creator>Chandra_S</dc:creator>
    <dc:date>2026-02-09T09:17:18Z</dc:date>
    <item>
      <title>how to trigger handler class read method in RAP OData V4 Web API?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaq-p/14322627</link>
      <description>&lt;P&gt;Dear Colleagues,&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Well, I have a requirement, existing material data coming from third party system to CPI to S/4 HANA MDG and need to create change request and approve it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So created a RAP service,&amp;nbsp;Table , CDS view , service definition with binding type OData V4 Web API&amp;nbsp;along with behavior definition/implementation In the handler class, defined the methods modify and read. I just want to see if read method is called and data filled. So i would like to know how i can execute/debug the handler class read method. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can i do the GET call using GW client?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Service URL :&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;/sap/opu/odata4/sap/xxx_xx_xxx_sb/srvd_a2x/sap/xxxx_xx_xxxx_s/0001/&lt;/P&gt;&lt;P&gt;xxx_xx_xxx_sb -&amp;nbsp; Service binding&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xxxx_xx_xxxx_s&amp;nbsp; - Service definition&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chandra_S_0-1770351130965.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/369373iCAE03B1AE4605ADC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chandra_S_0-1770351130965.png" alt="Chandra_S_0-1770351130965.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chandra_S_1-1770351210163.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/369374iEDCF6EF12ABBC342/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chandra_S_1-1770351210163.png" alt="Chandra_S_1-1770351210163.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chandra_S_2-1770351805805.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/369375iC76B35A65F1F2361/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chandra_S_2-1770351805805.png" alt="Chandra_S_2-1770351805805.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Chandra Kishore.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 04:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaq-p/14322627</guid>
      <dc:creator>Chandra_S</dc:creator>
      <dc:date>2026-02-06T04:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14322663#M4936541</link>
      <description>&lt;P&gt;you choose unmanaged implementation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ ENTITIES OF&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;just write a small program using eml read call to trigger your method.&lt;/P&gt;&lt;P&gt;odata scenario will not go to that method.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 05:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14322663#M4936541</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2026-02-06T05:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14322688#M4936542</link>
      <description>&lt;P&gt;Hi Junwu,&lt;/P&gt;&lt;P&gt;yes using unmanaged implementation.&lt;/P&gt;&lt;P&gt;So ,in handler class i have to define instance method&lt;/P&gt;&lt;P&gt;METHODS get_instance_authorizations FOR INSTANCE AUTHORIZATION&lt;/P&gt;&lt;P&gt;IMPORTING keys REQUEST requested_authorizations FOR cds_view RESULT result&lt;/P&gt;&lt;P&gt;and make call&lt;/P&gt;&lt;P&gt;READ ENTITIES OF cds_view in LOCAL MODE ENTITY cds_view ALL FIELDS WITH CORRESPONDING #( keys ) RESULT DATA(results).?&lt;/P&gt;&lt;P&gt;Also, how can i trigger(breakpoint/debugging) that method?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 06:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14322688#M4936542</guid>
      <dc:creator>Chandra_S</dc:creator>
      <dc:date>2026-02-06T06:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14322713#M4936544</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Direct GET call from Gateway client is usually executed on SQL layer and won't trigger your READ implementation.&lt;BR /&gt;Only the EML calls will trigger the READ implementation.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 07:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14322713#M4936544</guid>
      <dc:creator>VigneshMP</dc:creator>
      <dc:date>2026-02-06T07:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData V4 Web API?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14322960#M4936572</link>
      <description>&lt;P&gt;you can use consolidation process to create CR using DRF and SOA config.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/6d52de87aa0d4fb6a90924720a5b0549/dbc19b55f22d7b43e10000000a4450e5.html" target="_self"&gt;https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/6d52de87aa0d4fb6a90924720a5b0549/dbc19b55f22d7b43e10000000a4450e5.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 11:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14322960#M4936572</guid>
      <dc:creator>adityaIngale66</dc:creator>
      <dc:date>2026-02-06T11:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14324099#M4936664</link>
      <description>Hi Vignesh , I will write the EML call in handler class but how can i trigger the EML call?</description>
      <pubDate>Mon, 09 Feb 2026 09:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14324099#M4936664</guid>
      <dc:creator>Chandra_S</dc:creator>
      <dc:date>2026-02-09T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14324422#M4936682</link>
      <description>you didn't get the point, write a simple report or a class with code using eml read to read your BO, then your handler will be called.</description>
      <pubDate>Mon, 09 Feb 2026 13:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14324422#M4936682</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2026-02-09T13:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14324556#M4936690</link>
      <description>&lt;P&gt;Hi Junwu&lt;/P&gt;&lt;P&gt;In my current case, CPI is not sending the material data. CDS view is blank, so I would like to know if&lt;/P&gt;&lt;P&gt;I can pass the payload in S/4 MDG itself and test?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 14:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14324556#M4936690</guid>
      <dc:creator>Chandra_S</dc:creator>
      <dc:date>2026-02-09T14:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14324596#M4936693</link>
      <description>don't know what you are talking</description>
      <pubDate>Mon, 09 Feb 2026 14:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14324596#M4936693</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2026-02-09T14:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14329162#M4937085</link>
      <description>&lt;P&gt;I was able to achieve this.&lt;/P&gt;&lt;P&gt;- In behavior handler class implementation , implemented&amp;nbsp; Create method&lt;/P&gt;&lt;P&gt;- In create method , looping through the entities and appending corresponding entity to CDS view and&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; appending values to the table .&lt;/P&gt;&lt;P&gt;- In behavior saver class implementation, implemented Save method .&lt;/P&gt;&lt;P&gt;- Using GET and POST HTTP method, executed the payload and breakpoint triggered in Eclipse(ADT) and can see the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 10:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14329162#M4937085</guid>
      <dc:creator>Chandra_S</dc:creator>
      <dc:date>2026-02-16T10:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to trigger handler class read method in RAP OData...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14354429#M4938979</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/126031"&gt;@junwu&lt;/a&gt;&amp;nbsp;If you really want to help, give him a sample of this program you are suggesting, it can't take more than a minute of your time. If you don't want to help, then don't be rude to him.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 13:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-trigger-handler-class-read-method-in-rap-odata-v4-web-api/qaa-p/14354429#M4938979</guid>
      <dc:creator>RaminS</dc:creator>
      <dc:date>2026-03-20T13:10:01Z</dc:date>
    </item>
  </channel>
</rss>

