<?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 FM to read proxy xml data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918562#M1331075</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;Is there any FM or class-method to read XML proxy message for a given message id?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: An inbound interface coming from XI to ECC system using ABAP proxy method.While processing this inbound proxy it will trigger create another response outbound proxy message - where this should read inbound message and map few data back in outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question is - &lt;/P&gt;&lt;P&gt;How to read XML proxy message using message id? I would like to read this inbound proxy message data to map them back to outbound interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope am clear - let me know if you need further details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2009 17:00:52 GMT</pubDate>
    <dc:creator>Manohar2u</dc:creator>
    <dc:date>2009-07-22T17:00:52Z</dc:date>
    <item>
      <title>FM to read proxy xml data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918562#M1331075</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;Is there any FM or class-method to read XML proxy message for a given message id?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: An inbound interface coming from XI to ECC system using ABAP proxy method.While processing this inbound proxy it will trigger create another response outbound proxy message - where this should read inbound message and map few data back in outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question is - &lt;/P&gt;&lt;P&gt;How to read XML proxy message using message id? I would like to read this inbound proxy message data to map them back to outbound interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope am clear - let me know if you need further details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 17:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918562#M1331075</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2009-07-22T17:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: FM to read proxy xml data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918563#M1331076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Class - CL_XML_DOCUMENT_BASE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 18:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918563#M1331076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T18:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: FM to read proxy xml data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918564#M1331077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not very clear for me, but maybe it's because I don't know XI. I don't understand because in ABAP, the term "proxy" is an image of a web service, this image is created in the system from where we want to access the web service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use proxy and message terms too many times, I don't see where is what, where is the inbound, where is the outbound. What is a "message id" for you? (XI notion?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 21:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918564#M1331077</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-07-22T21:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: FM to read proxy xml data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918565#M1331078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Sandra - we can see/monitor XML messages using SXMB_MONI (similar to we02/05 for idocs). Here messages(idocs) comes from XI and get it processed using assigned proxy class method. Here I want to read XML (ie.,) payload of particular message id (idoc number).&lt;/P&gt;&lt;P&gt;@Nilesh - thanks - but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I have to post in PI/XI forum too..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 09:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918565#M1331078</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2009-07-23T09:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: FM to read proxy xml data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918566#M1331079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved in PI forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7902776"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jul 2009 10:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-to-read-proxy-xml-data/m-p/5918566#M1331079</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2009-07-26T10:08:51Z</dc:date>
    </item>
  </channel>
</rss>

