<?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: Can we use 'SORT'  Command in SAPSCRIPT. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806730#M346227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to sort the data in sapscript. You need to sort the data before passing the value into sapscript. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 07:51:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T07:51:50Z</dc:date>
    <item>
      <title>Can we use 'SORT'  Command in SAPSCRIPT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806722#M346219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we sort the internal table in the sapscript .the table is containing the text elements used in the script and is passed by the driver program to the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806722#M346219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use 'SORT'  Command in SAPSCRIPT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806723#M346220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faisal , &lt;/P&gt;&lt;P&gt;  We cannot sort an internal table in sapscript .&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 11:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806723#M346220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T11:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use 'SORT'  Command in SAPSCRIPT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806724#M346221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think this is impossible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 12:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806724#M346221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T12:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use 'SORT'  Command in SAPSCRIPT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806725#M346222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the table [containing text elements] passed by the driver program to the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the table structure like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can a script (FORM) make use of text elements passed as internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you found that in standard SAP, please give names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 12:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806725#M346222</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-12-07T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use 'SORT'  Command in SAPSCRIPT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806726#M346223</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;The internal table always can be sorted...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me have the structure and necessity for sorting the internal table which will be passed to sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 12:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806726#M346223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use 'SORT'  Command in SAPSCRIPT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806727#M346224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"The internal table always can be sorted" and "it never rains in southern California". Yes, indeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT is ABAP, not SAPSCRIPT. You always need an interface ABAP&amp;lt;==&amp;gt;SAPSCRIPT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 14:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806727#M346224</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-12-07T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use 'SORT'  Command in SAPSCRIPT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806728#M346225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can not use a SORT command in your SAP-script. However you have always a print program for your sapscript. In that program normally is a loop over a internal table in which is the information which is printed. If you sort this table before the loop your problem is solved. &lt;/P&gt;&lt;P&gt;It is an easy change if you were to change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 15:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806728#M346225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T15:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use 'SORT'  Command in SAPSCRIPT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806729#M346226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;The script is for excise register RG1 .the program is : j_2irrg1 and the form is :j_2i_rg1 &lt;/P&gt;&lt;P&gt;I want to sort the T_RG1 table without modifying the driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 07:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806729#M346226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T07:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use 'SORT'  Command in SAPSCRIPT.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806730#M346227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to sort the data in sapscript. You need to sort the data before passing the value into sapscript. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 07:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-sort-command-in-sapscript/m-p/1806730#M346227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T07:51:50Z</dc:date>
    </item>
  </channel>
</rss>

