<?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: outbound proxy....... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-proxy/m-p/2711191#M628499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Remove Commit Work and try (its just try ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naveen khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2007 15:02:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-16T15:02:10Z</dc:date>
    <item>
      <title>outbound proxy.......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-proxy/m-p/2711190#M628498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am working on an outbound proxy.&lt;/P&gt;&lt;P&gt;i fetched all the data in a table of type proxy structure .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filled in all all the header details and calling the execute_asynchronous method like this&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Pass on the data to the deep table structure in Proxy.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  wa_out_proxy-mt_extract_orders-message_header-system_of_origin = 'SAP'&lt;/P&gt;&lt;P&gt;  wa_out_proxy-mt_extract_orders-message_header-unique_id        = 'IN_4043'&lt;/P&gt;&lt;P&gt;  wa_out_proxy-mt_extract_orders-message_header-interface_id     = ' '&lt;/P&gt;&lt;P&gt;  wa_out_proxy-mt_extract_orders-message_header-process_area     = 'ZEAM'.&lt;/P&gt;&lt;P&gt;  wa_out_proxy-mt_extract_orders-message_payload-record          = it_orders[]. (table        having the data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT ord_details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL METHOD ord_details-&amp;gt;execute_asynchronous&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              output = wa_out_proxy.&lt;/P&gt;&lt;P&gt;          COMMIT WORK.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;it is giving me dump as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_AI_SYSTEM_FAULT', was not caught&lt;/P&gt;&lt;P&gt;     in&lt;/P&gt;&lt;P&gt;    procedure "ZPMMT1_ORDER_GETDETAIL" "(METHOD)", nor was it propagated by a&lt;/P&gt;&lt;P&gt;     RAISING clause.&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;    exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    Error (id=GET_BUSINESS_SYSTEM_ERROR): An error occurred when determining the&lt;/P&gt;&lt;P&gt;    business system (NO_BUSINESS_SYSTEM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The occurrence of the exception is closely related to the occurrence of&lt;/P&gt;&lt;P&gt;    a previous exception "CX_XMS_SYSERR_PROXY", which was raised in the program&lt;/P&gt;&lt;P&gt;     "CL_PROXY_RUNTIME_ERRORS=======CP",&lt;/P&gt;&lt;P&gt;    specifically in line 16 of the (include) program&lt;/P&gt;&lt;P&gt;     "CL_PROXY_RUNTIME_ERRORS=======CM008".&lt;/P&gt;&lt;P&gt;    The cause of the exception was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    An error occurred when determining the business system (NO_BUSINESS_SYSTEM)&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 14:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-proxy/m-p/2711190#M628498</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2007-08-16T14:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: outbound proxy.......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-proxy/m-p/2711191#M628499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Remove Commit Work and try (its just try ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naveen khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 15:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-proxy/m-p/2711191#M628499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: outbound proxy.......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-proxy/m-p/2711192#M628500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;din't work....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 15:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-proxy/m-p/2711192#M628500</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2007-08-16T15:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: outbound proxy.......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-proxy/m-p/2711193#M628501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Try and catch statements.&lt;/P&gt;&lt;P&gt;Make the changes as mentioned below and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT ord_details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRY.&lt;/P&gt;&lt;P&gt;wa_out_proxy-mt_extract_orders-message_header-system_of_origin = 'SAP'&lt;/P&gt;&lt;P&gt;wa_out_proxy-mt_extract_orders-message_header-unique_id = 'IN_4043'&lt;/P&gt;&lt;P&gt;wa_out_proxy-mt_extract_orders-message_header-interface_id = ' '&lt;/P&gt;&lt;P&gt;wa_out_proxy-mt_extract_orders-message_header-process_area = 'ZEAM'.&lt;/P&gt;&lt;P&gt;wa_out_proxy-mt_extract_orders-message_payload-record = it_orders[]. (table having the data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD ord_details-&amp;gt;execute_asynchronous&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;output = wa_out_proxy.&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;  CATCH cx_ai_system_fault .&lt;/P&gt;&lt;P&gt;    DATA fault TYPE REF TO cx_ai_system_fault .&lt;/P&gt;&lt;P&gt;    CREATE OBJECT fault.&lt;/P&gt;&lt;P&gt;    WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; fault-&amp;gt;errortext.&lt;/P&gt;&lt;P&gt;ENDTRY. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Monica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 04:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-proxy/m-p/2711193#M628501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T04:50:13Z</dc:date>
    </item>
  </channel>
</rss>

