<?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 How to calculate inside script layout. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-calculate-inside-script-layout/m-p/10865239#M1887055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have need to calculate inside the script layout,Means in LV_LINES containing 16 i want add 4 in variable LV_LINE + 4 but its giving some error while debugging time.Anyone can help me for this requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jan 2015 12:15:08 GMT</pubDate>
    <dc:creator>ram_sahoo</dc:creator>
    <dc:date>2015-01-02T12:15:08Z</dc:date>
    <item>
      <title>How to calculate inside script layout.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-calculate-inside-script-layout/m-p/10865239#M1887055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have need to calculate inside the script layout,Means in LV_LINES containing 16 i want add 4 in variable LV_LINE + 4 but its giving some error while debugging time.Anyone can help me for this requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 12:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-calculate-inside-script-layout/m-p/10865239#M1887055</guid>
      <dc:creator>ram_sahoo</dc:creator>
      <dc:date>2015-01-02T12:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate inside script layout.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-calculate-inside-script-layout/m-p/10865240#M1887056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you elaborate the same.&lt;/P&gt;&lt;P&gt;What error your getting and can you post your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 12:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-calculate-inside-script-layout/m-p/10865240#M1887056</guid>
      <dc:creator>krishna_k19</dc:creator>
      <dc:date>2015-01-02T12:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate inside script layout.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-calculate-inside-script-layout/m-p/10865241#M1887057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want calculate inside script layout&lt;/P&gt;&lt;P&gt;E.g DEFINE &amp;amp;GV_LINE&amp;amp; = &amp;amp;GV_LINE&amp;amp; - '32'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gv_line value is 20 i want 20 minus from 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 13:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-calculate-inside-script-layout/m-p/10865241#M1887057</guid>
      <dc:creator>ram_sahoo</dc:creator>
      <dc:date>2015-01-02T13:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate inside script layout.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-calculate-inside-script-layout/m-p/10865242#M1887058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please explain what do you mean by 'script layout'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is sapscript, smartforms or adobe form, you'd rather do the calculation in the forms driver program or function. In sapscript you may use external perform if you can or don't want to change the driver program. In smartforms you can use code nodes, with adobe interactive forms it will be done in java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just let us know more...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 00:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-calculate-inside-script-layout/m-p/10865242#M1887058</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2015-01-03T00:30:09Z</dc:date>
    </item>
  </channel>
</rss>

