<?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 accessing data from a table type generated in abap proxy for XI Msg intf in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-a-table-type-generated-in-abap-proxy-for-xi-msg-intf/m-p/3951226#M944583</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;i have the following message interface defined in XI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa   - element &lt;/P&gt;&lt;P&gt;   bbb - element - 1: unbound&lt;/P&gt;&lt;P&gt;     ccc - element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically bbb is like an internal table holding list of values (i.e. ccc )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in in my abap proxy class program i have to loop thru the values in bbb and store in a local internal table. can anyone give the sample code for looping ? how do i access the values in bbb ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 13:23:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T13:23:02Z</dc:date>
    <item>
      <title>accessing data from a table type generated in abap proxy for XI Msg intf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-a-table-type-generated-in-abap-proxy-for-xi-msg-intf/m-p/3951226#M944583</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;i have the following message interface defined in XI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa   - element &lt;/P&gt;&lt;P&gt;   bbb - element - 1: unbound&lt;/P&gt;&lt;P&gt;     ccc - element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically bbb is like an internal table holding list of values (i.e. ccc )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in in my abap proxy class program i have to loop thru the values in bbb and store in a local internal table. can anyone give the sample code for looping ? how do i access the values in bbb ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 13:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-a-table-type-generated-in-abap-proxy-for-xi-msg-intf/m-p/3951226#M944583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T13:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: accessing data from a table type generated in abap proxy for XI Msg intf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-a-table-type-generated-in-abap-proxy-for-xi-msg-intf/m-p/3951227#M944584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;goto transaction sproxy and goto the structure tab there you can see the path you need to follows until you reach the table bbb&lt;/P&gt;&lt;P&gt;bbb can be accessed as follows :&lt;/P&gt;&lt;P&gt;input -(message_type)-recordset-bbb&lt;/P&gt;&lt;P&gt;message type is the inbound message type for which you created a proxy in t-code sproxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can directly loop at this as follows :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 loop at input-(message_type)-recordset-bbb
 endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 13:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-a-table-type-generated-in-abap-proxy-for-xi-msg-intf/m-p/3951227#M944584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: accessing data from a table type generated in abap proxy for XI Msg intf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-a-table-type-generated-in-abap-proxy-for-xi-msg-intf/m-p/3951228#M944585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks..i think this should help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 14:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-a-table-type-generated-in-abap-proxy-for-xi-msg-intf/m-p/3951228#M944585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T14:10:51Z</dc:date>
    </item>
  </channel>
</rss>

