<?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: get data from an inbound structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-an-inbound-structure/m-p/5787176#M1309281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2009 06:47:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-17T06:47:28Z</dc:date>
    <item>
      <title>get data from an inbound structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-an-inbound-structure/m-p/5787174#M1309279</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;We are trying to transfer data from XI system using proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the coming message, in the proxy, we will have IDOC no, creation date and time. So, we must not hit the database for getting the IDOC data or info because there there wll be no physical idoc in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound structure will look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;IDOC_DATA&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;E1OCLFM&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;DOCNUM&amp;gt;&amp;lt;/DOCNUM&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;CREDAT&amp;gt;&amp;lt;/CREDAT&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;CRETIM&amp;gt;&amp;lt;/CRETIM&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;MSGFN&amp;gt;&amp;lt;/MSGFN&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;OBJEK&amp;gt;&amp;lt;/OBJEK&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;E1AUSPM&amp;gt; &lt;/P&gt;&lt;P&gt;            &amp;lt;MSGFN&amp;gt;&amp;lt;/MSGFN&amp;gt; &lt;/P&gt;&lt;P&gt;            &amp;lt;ATNAM&amp;gt;&amp;lt;/ATNAM&amp;gt; &lt;/P&gt;&lt;P&gt;            &amp;lt;ATWRT&amp;gt;&amp;lt;/ATWRT&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;/E1AUSPM&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;E1AUSPM&amp;gt; &lt;/P&gt;&lt;P&gt;            &amp;lt;MSGFN&amp;gt;&amp;lt;/MSGFN&amp;gt; &lt;/P&gt;&lt;P&gt;            &amp;lt;ATNAM&amp;gt;&amp;lt;/ATNAM&amp;gt; &lt;/P&gt;&lt;P&gt;            &amp;lt;ATWRT&amp;gt;&amp;lt;/ATWRT&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;/E1AUSPM&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;/E1OCLFM&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/IDOC_DATA&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get data from this structure into my custom table which will have the fields used in the inbound structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me in storing the idoc data coming in the form of message from XI in the proxy. I know i've to write code in the proxy for getting this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 07:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-an-inbound-structure/m-p/5787174#M1309279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T07:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: get data from an inbound structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-an-inbound-structure/m-p/5787175#M1309280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Hope you requirement is about server proxy. If it is then you must be getting data from XI into the internal table of structured type defined in the XI after generation of proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second point......&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If inbound structure is idoc then why Proxy, why not idoc adapter? If something new then please let me also know the such scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2009 18:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-an-inbound-structure/m-p/5787175#M1309280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-05T18:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: get data from an inbound structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-an-inbound-structure/m-p/5787176#M1309281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 06:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-an-inbound-structure/m-p/5787176#M1309281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T06:47:28Z</dc:date>
    </item>
  </channel>
</rss>

