<?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>topic AMC - Sending messages supressing echo. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/amc-sending-messages-supressing-echo/m-p/545497#M20492</link>
    <description>&lt;P&gt;Hi guys, hope this finds you all well. &lt;/P&gt;
  &lt;P&gt;I'm developing a Collaboration Scenario using WebSockets, APC and AMC to manage concurrency in my sapui5 Application, since the concurrency locking MUST be pessimistic in this case.&lt;/P&gt;
  &lt;P&gt;I'm calling the factory method &lt;EM&gt;create_message_producer o&lt;/EM&gt;f the class &lt;EM&gt;cl_amc_channel_manager&lt;/EM&gt; to generate my producer. In &lt;A href="https://help.sap.com/viewer/05d041d3df1a4595a3c45f57c15e2325/7.51.4/en-US/61f1e154725243dcad9051df9a8e8a94.html" target="_blank"&gt;In the Sending AMC Messages SAP Help&lt;/A&gt; it says that If I don't wanna get this message reproduced to my own, I need to fill the parameter &lt;EM&gt;supress_echo &lt;/EM&gt;of this method, but this parameter does not exists. I've Searched for SAP Notes etc... Found nothing.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/99959-create-message-producer.png" /&gt;&lt;/P&gt;
  &lt;P&gt;That's how I'm creating my producer on Message handler event:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;DATA: lo_producer TYPE REF TO if_amc_message_producer_pcp. " It needs to be PCP based Producer.
lo_producer ?= cl_amc_channel_manager=&amp;gt;create_message_producer( i_application_id = 'MY_AMC' i_channel_id = '/concurrency' ).&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Has anyone gone though this before? &lt;/P&gt;
  &lt;P&gt;I've looked in the whole Web without find a word about this issue.&lt;/P&gt;
  &lt;P&gt;My SAP Netweaver is the 7.5 SP1.&lt;/P&gt;
  &lt;P&gt;Thanks a Lot.&lt;/P&gt;
  &lt;P&gt;&lt;B&gt;Gilson Souza.&lt;/B&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2017 17:33:04 GMT</pubDate>
    <dc:creator>gilsonsouza</dc:creator>
    <dc:date>2017-12-22T17:33:04Z</dc:date>
    <item>
      <title>AMC - Sending messages supressing echo.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amc-sending-messages-supressing-echo/m-p/545497#M20492</link>
      <description>&lt;P&gt;Hi guys, hope this finds you all well. &lt;/P&gt;
  &lt;P&gt;I'm developing a Collaboration Scenario using WebSockets, APC and AMC to manage concurrency in my sapui5 Application, since the concurrency locking MUST be pessimistic in this case.&lt;/P&gt;
  &lt;P&gt;I'm calling the factory method &lt;EM&gt;create_message_producer o&lt;/EM&gt;f the class &lt;EM&gt;cl_amc_channel_manager&lt;/EM&gt; to generate my producer. In &lt;A href="https://help.sap.com/viewer/05d041d3df1a4595a3c45f57c15e2325/7.51.4/en-US/61f1e154725243dcad9051df9a8e8a94.html" target="_blank"&gt;In the Sending AMC Messages SAP Help&lt;/A&gt; it says that If I don't wanna get this message reproduced to my own, I need to fill the parameter &lt;EM&gt;supress_echo &lt;/EM&gt;of this method, but this parameter does not exists. I've Searched for SAP Notes etc... Found nothing.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/99959-create-message-producer.png" /&gt;&lt;/P&gt;
  &lt;P&gt;That's how I'm creating my producer on Message handler event:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;DATA: lo_producer TYPE REF TO if_amc_message_producer_pcp. " It needs to be PCP based Producer.
lo_producer ?= cl_amc_channel_manager=&amp;gt;create_message_producer( i_application_id = 'MY_AMC' i_channel_id = '/concurrency' ).&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Has anyone gone though this before? &lt;/P&gt;
  &lt;P&gt;I've looked in the whole Web without find a word about this issue.&lt;/P&gt;
  &lt;P&gt;My SAP Netweaver is the 7.5 SP1.&lt;/P&gt;
  &lt;P&gt;Thanks a Lot.&lt;/P&gt;
  &lt;P&gt;&lt;B&gt;Gilson Souza.&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 17:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amc-sending-messages-supressing-echo/m-p/545497#M20492</guid>
      <dc:creator>gilsonsouza</dc:creator>
      <dc:date>2017-12-22T17:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: AMC - Sending messages supressing echo.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amc-sending-messages-supressing-echo/m-p/545498#M20493</link>
      <description>&lt;P&gt;It's not an issue, it's simply that you don't have the right version. Quoting ABAP documentation 7.51 &lt;A href="https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abenamc_send_abexa.htm:" target="test_blank"&gt;https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abenamc_send_abexa.htm:&lt;/A&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;cl_amc_channel_manager=&amp;gt;create_message_producer(
  i_application_id = 'DEMO_AMC'
  i_channel_id  = '/demo_text'
  i_suppress_echo = no_echo )&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;PS: I've got no idea what is the workaround.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2017 19:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amc-sending-messages-supressing-echo/m-p/545498#M20493</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-12-23T19:03:58Z</dc:date>
    </item>
  </channel>
</rss>

