<?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: How to add two values in script .? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-two-values-in-script/m-p/6401817#M1406401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geetanjali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can declare a variable in your print program.Incrementing the value can be done in the print program itself before or after you call "WRITE_FORM".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the value this variable inside your script by &amp;amp;var&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2009 12:45:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-07T12:45:36Z</dc:date>
    <item>
      <title>How to add two values in script .?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-two-values-in-script/m-p/6401814#M1406398</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  requirement where in a value must be incremented in SAP script . How to perform that . ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 11:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-two-values-in-script/m-p/6401814#M1406398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two values in script .?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-two-values-in-script/m-p/6401815#M1406399</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 try the below options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You can call the specific statement in a window with specific text element in the driver program whenever required. Before calling this window with the mentioned text element, increment the varinable and pass the structure to WRITE_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It is also possible to call a SUBROUTINE POOL in script, by passing the USING and CHANGING parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 11:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-two-values-in-script/m-p/6401815#M1406399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T11:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two values in script .?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-two-values-in-script/m-p/6401816#M1406400</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 want a counter kind of thing then you can directly use counters provide by SAPscript.&lt;/P&gt;&lt;P&gt;To learn about counter follow this link : [http://help.sap.com/saphelp_nw70/helpdata/en/d1/802d7d454211d189710000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you want to increase value of any variable used in the print program or declared in SAPscript then you&lt;/P&gt;&lt;P&gt;can write a form routine in a program and call this routine from the SAPscript. To learn how to call form routine&lt;/P&gt;&lt;P&gt;from sapscript follow this link : [http://help.sap.com/saphelp_nw70/helpdata/en/d1/802d7d454211d189710000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 12:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-two-values-in-script/m-p/6401816#M1406400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T12:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two values in script .?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-two-values-in-script/m-p/6401817#M1406401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geetanjali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can declare a variable in your print program.Incrementing the value can be done in the print program itself before or after you call "WRITE_FORM".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the value this variable inside your script by &amp;amp;var&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 12:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-two-values-in-script/m-p/6401817#M1406401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T12:45:36Z</dc:date>
    </item>
  </channel>
</rss>

