<?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 Re: Message E BS 001 cannot be processed in plugin mode HTTP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-e-bs-001-cannot-be-processed-in-plugin-mode-http/m-p/12379635#M1994121</link>
    <description>&lt;P&gt;There's no screenshot.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 17:48:39 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-03-30T17:48:39Z</dc:date>
    <item>
      <title>Message E BS 001 cannot be processed in plugin mode HTTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-e-bs-001-cannot-be-processed-in-plugin-mode-http/m-p/12379634#M1994120</link>
      <description>&lt;P&gt;I created a custom RFC to update Order status and created web service. But I am getting the error as "Message E BS 001 cannot be processed in plugin mode HTTP". below is the screenshot.&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 17:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-e-bs-001-cannot-be-processed-in-plugin-mode-http/m-p/12379634#M1994120</guid>
      <dc:creator>former_member303707</dc:creator>
      <dc:date>2021-03-30T17:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Message E BS 001 cannot be processed in plugin mode HTTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-e-bs-001-cannot-be-processed-in-plugin-mode-http/m-p/12379635#M1994121</link>
      <description>&lt;P&gt;There's no screenshot.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 17:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-e-bs-001-cannot-be-processed-in-plugin-mode-http/m-p/12379635#M1994121</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-30T17:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Message E BS 001 cannot be processed in plugin mode HTTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-e-bs-001-cannot-be-processed-in-plugin-mode-http/m-p/12379636#M1994122</link>
      <description>&lt;P&gt;Anyway, I guess that HTTP does not support the sending of error messages (MESSAGE ... TYPE 'E'), so you should intercept them:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION '...'
  EXCEPTIONS
    ...
    error_message = 47 " special exception to intercept MESSAGE (47 is arbitrary)
    ...
IF sy-subrc = 47.
  " do whatever you want, but please don't send an error message
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Mar 2021 17:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-e-bs-001-cannot-be-processed-in-plugin-mode-http/m-p/12379636#M1994122</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-30T17:51:10Z</dc:date>
    </item>
  </channel>
</rss>

