<?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: SAPScript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383634#M529436</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;You can do it in other method also.&lt;/P&gt;&lt;P&gt;store material no. in some variable.&lt;/P&gt;&lt;P&gt;and in LOOP code  like this&lt;/P&gt;&lt;P&gt;IF V_MAT = MATNR.&lt;/P&gt;&lt;P&gt;&amp;amp;QUAN&amp;amp; ,, &amp;amp;.UNIT&amp;amp;.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 06:21:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T06:21:58Z</dc:date>
    <item>
      <title>SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383629#M529431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I wish ot display my internal tabel in such a way that say i have n no of  fields in my internal table material number,material description,quantity,unit....&lt;/P&gt;&lt;P&gt;now the material number and description is same for several records n i wish to display them only once... dat is display should b like &lt;/P&gt;&lt;P&gt;mat1 desc1 qunt1 unit1&lt;/P&gt;&lt;P&gt;qunt2 unit2&lt;/P&gt;&lt;P&gt;mat2 desc2 qunt3 unit3&lt;/P&gt;&lt;P&gt;(dat is mat1 n des1 is same for both qunt1,unit1 and qunt2,unit2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is possible wid sapscript? how can achive this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383629#M529431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383630#M529432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;It is posible, but the internal table should have the like what you plant to display.&lt;/P&gt;&lt;P&gt;Lets say you have a Internal table which is having MATNo, Des, Qunatitu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take another internal table, and use the AT NEW command and move the Values to the New Internal table, so in this Internal table the data will be stored like what you explained. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use this Internal table to Print in the Layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383630#M529432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383631#M529433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use sort  criteria  event on sort begin or event on sort end  for the internal table node in smartform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383631#M529433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383632#M529434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx for quik reply...i had da same plan jst wanned to knw ders ny other way to do so................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383632#M529434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383633#M529435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In the program you have to keep the fields in the internal table in that order and sort by MATNR MAKTX and use AT NEW command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort ITAB by MATNR&lt;/P&gt;&lt;P&gt;loop at ITAB..&lt;/P&gt;&lt;P&gt;   at new MATNR.&lt;/P&gt;&lt;P&gt;      perform WRITE_FORM using 'WINDOW' 'ELEMENT'.&lt;/P&gt;&lt;P&gt;    &amp;lt; in the script create this element and write only 2 fields MATNR and MAKTX)&lt;/P&gt;&lt;P&gt;   endat.&lt;/P&gt;&lt;P&gt;      perform WRITE_FORM using 'WINDOW' 'ELEMENT1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &amp;lt; here again create another element and in that write the remaining fields of the&lt;/P&gt;&lt;P&gt;         itab which has to come below same material&amp;gt;&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;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383633#M529435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383634#M529436</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;You can do it in other method also.&lt;/P&gt;&lt;P&gt;store material no. in some variable.&lt;/P&gt;&lt;P&gt;and in LOOP code  like this&lt;/P&gt;&lt;P&gt;IF V_MAT = MATNR.&lt;/P&gt;&lt;P&gt;&amp;amp;QUAN&amp;amp; ,, &amp;amp;.UNIT&amp;amp;.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2383634#M529436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:21:58Z</dc:date>
    </item>
  </channel>
</rss>

