<?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: SAP Script!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330496#M512770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gunjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the condition logic is simple it can be done in the sapscript or you can define a subroutine. If the logic is a bit complex i.e. involving various records of the internal table then you can modify the print program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Johnny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 09:50:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-11T09:50:09Z</dc:date>
    <item>
      <title>SAP Script!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330492#M512766</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 a FI form wherein most of the data (item level ) is getting printed from rf130 structure i need to check few condtions from one of the fields of this structure and and in turn sum up those values and display it ther on the script....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like compare two dates and sum up some amount...whats the best possible way for this?&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;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330492#M512766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330493#M512767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;define a variable and Sum up with that field&lt;/P&gt;&lt;P&gt;/: DEFINE &amp;amp;SUM&amp;amp;&lt;/P&gt;&lt;P&gt;/ : IF &amp;lt;condition&amp;gt;&lt;/P&gt;&lt;P&gt;/   SUM = SUM + &amp;lt;Structure Field&amp;gt;&lt;/P&gt;&lt;P&gt;/: ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&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>Mon, 11 Jun 2007 09:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330493#M512767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330494#M512768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shall i make use of external sub routine or sum it up ther in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330494#M512768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330495#M512769</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 you are getting data into that Structure field which is already there in the script then there is no need of external subroutine&lt;/P&gt;&lt;P&gt;first do as above and observe whether the data is summing up or not.&lt;/P&gt;&lt;P&gt;if not think of an external subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&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>Mon, 11 Jun 2007 09:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330495#M512769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330496#M512770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gunjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the condition logic is simple it can be done in the sapscript or you can define a subroutine. If the logic is a bit complex i.e. involving various records of the internal table then you can modify the print program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Johnny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2330496#M512770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:50:09Z</dc:date>
    </item>
  </channel>
</rss>

