<?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 loop problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-problem/m-p/6453910#M1414310</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'm  fetching  vendor with holding tax types from lfbw table. If a vendor contains more than one withholding tax type then i need to display all the tax types in one line in the o/p like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendor Code WH Tax Type 1 WH Tax Type 2 WH Tax Type 2 WH Tax Type 3 WH Tax Type 4 WH Tax Type 5........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get this. Please sugest me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2010 11:28:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-13T11:28:52Z</dc:date>
    <item>
      <title>loop problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-problem/m-p/6453910#M1414310</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'm  fetching  vendor with holding tax types from lfbw table. If a vendor contains more than one withholding tax type then i need to display all the tax types in one line in the o/p like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendor Code WH Tax Type 1 WH Tax Type 2 WH Tax Type 2 WH Tax Type 3 WH Tax Type 4 WH Tax Type 5........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get this. Please sugest me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 11:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-problem/m-p/6453910#M1414310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T11:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: loop problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-problem/m-p/6453911#M1414311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fetch all the entries from table, then loop and concatenate.&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;if sy-tabix = 1.&lt;/P&gt;&lt;P&gt;wa_string = wa-field.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;concatenate wa_string wa-field1 into wa_string.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 11:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-problem/m-p/6453911#M1414311</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-13T11:33:46Z</dc:date>
    </item>
  </channel>
</rss>

