<?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: Need help... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391479#M814343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to do this as&lt;/P&gt;&lt;P&gt;0567(plant) 08(chrac.length)&lt;/P&gt;&lt;P&gt;0567 12&lt;/P&gt;&lt;P&gt;0570 12&lt;/P&gt;&lt;P&gt;0570 14&lt;/P&gt;&lt;P&gt;0580 16&lt;/P&gt;&lt;P&gt;   for this sort table by plant and save only plant to one internal table. then sort by length and store it in diffrent internal table so now you have two internal table with one having plant and other having length. delete if any duplicate from both. then loop at one and again loop at second and store all combination into third internal table. note that i am considering length also one of the field in internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 03:53:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-08T03:53:33Z</dc:date>
    <item>
      <title>Need help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391476#M814340</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 internal table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0567(plant)  08(chrac.length)&lt;/P&gt;&lt;P&gt;0567           12&lt;/P&gt;&lt;P&gt;0570           12&lt;/P&gt;&lt;P&gt;0570           14&lt;/P&gt;&lt;P&gt;0580           16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have 3-different plant with 4-different length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want internal table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0567      08&lt;/P&gt;&lt;P&gt;0567      12&lt;/P&gt;&lt;P&gt;0567      14&lt;/P&gt;&lt;P&gt;0567      16&lt;/P&gt;&lt;P&gt;0570      08&lt;/P&gt;&lt;P&gt;0570      12&lt;/P&gt;&lt;P&gt;0570      14&lt;/P&gt;&lt;P&gt;0570      16.&lt;/P&gt;&lt;P&gt;etc.......................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i make logic to make above format....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 03:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391476#M814340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T03:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391477#M814341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Sort itab by plant length.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 03:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391477#M814341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T03:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391478#M814342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u plz once have a look into my requirement and then let me know how to do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 03:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391478#M814342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T03:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391479#M814343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to do this as&lt;/P&gt;&lt;P&gt;0567(plant) 08(chrac.length)&lt;/P&gt;&lt;P&gt;0567 12&lt;/P&gt;&lt;P&gt;0570 12&lt;/P&gt;&lt;P&gt;0570 14&lt;/P&gt;&lt;P&gt;0580 16&lt;/P&gt;&lt;P&gt;   for this sort table by plant and save only plant to one internal table. then sort by length and store it in diffrent internal table so now you have two internal table with one having plant and other having length. delete if any duplicate from both. then loop at one and again loop at second and store all combination into third internal table. note that i am considering length also one of the field in internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 03:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391479#M814343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T03:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391480#M814344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i thought just sorting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jose on Feb 8, 2008 4:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 03:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391480#M814344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T03:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391481#M814345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;ITAB1 contains PLant and Itab2 contains Length ( u know length)&lt;/P&gt;&lt;P&gt;ITAB3 contains plant and field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT ITAB1 BY PLANT .&lt;/P&gt;&lt;P&gt;SORT ITAB2 BY Length .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP At itab1 .&lt;/P&gt;&lt;P&gt;  Loop at itab2 .&lt;/P&gt;&lt;P&gt;  itab3-plant = itab1-plant .&lt;/P&gt;&lt;P&gt;  itab3-length = itab2-length.&lt;/P&gt;&lt;P&gt;  append itab3 .&lt;/P&gt;&lt;P&gt;  endloop .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,.&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 03:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391481#M814345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T03:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391482#M814346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;        If it has two fields like plant and length then you can do like sort internal table and if suppose these are different ..in this case you have to take another internal table which will have two fields i.e. plants and length then you can take all records into new internal table and then sort....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 03:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help/m-p/3391482#M814346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T03:59:45Z</dc:date>
    </item>
  </channel>
</rss>

