<?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: characterize table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/characterize-table/m-p/5606389#M1277568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell me how are u fetching data from ausp based on material........i mean ur query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 13:06:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-07T13:06:30Z</dc:date>
    <item>
      <title>characterize table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characterize-table/m-p/5606387#M1277566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The object is...&lt;/P&gt;&lt;P&gt;""Get Some 20 materials from MARA first(using up to 20 rows) . Then go to AUSP and charecteristics for these 20 materials. But you will get these charecteristics in horizontal fashion. I want at least 5 charecteristics to be displayed in in vertical format for all the materials. "".&lt;/P&gt;&lt;P&gt;I need code for above object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 12:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characterize-table/m-p/5606387#M1277566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T12:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: characterize table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characterize-table/m-p/5606388#M1277567</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 didnt understand your question.&lt;/P&gt;&lt;P&gt;But still if you want the horizontal data vertically then you can acheive like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
* take the horizontal data into a string - mydata 
* suppose the characteristic you need have length of 2.

length = STRLEN( mydata ).
length = ( length / 2 ) .
looppass = 0.
do length times.
write mydata+looppass(2).
looppass = looppass + 2.

enddo.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 12:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characterize-table/m-p/5606388#M1277567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T12:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: characterize table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characterize-table/m-p/5606389#M1277568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell me how are u fetching data from ausp based on material........i mean ur query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 13:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characterize-table/m-p/5606389#M1277568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T13:06:30Z</dc:date>
    </item>
  </channel>
</rss>

