<?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/1761742#M329720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define a Variable in your DRIVEr program and assign the value and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 16:45:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T16:45:21Z</dc:date>
    <item>
      <title>sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761737#M329715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;help me in this issue&lt;/P&gt;&lt;P&gt;i  have written a subroutine for changing decimal format of the amount as&lt;/P&gt;&lt;P&gt;perform&lt;/P&gt;&lt;P&gt;using &amp;amp;rf140-wrshb&lt;/P&gt;&lt;P&gt;chaging &amp;amp;l_amount&lt;/P&gt;&lt;P&gt;endform&lt;/P&gt;&lt;P&gt;iam calulating this amount in subrouine and getting the value&lt;/P&gt;&lt;P&gt;but this is value is recognized only particular to that text element.&lt;/P&gt;&lt;P&gt;liike&lt;/P&gt;&lt;P&gt;/e 510&lt;/P&gt;&lt;P&gt;when  i want to place same l_amount &lt;/P&gt;&lt;P&gt;in &lt;/P&gt;&lt;P&gt;/e 520&lt;/P&gt;&lt;P&gt;it is not displaying l_amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me in this issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;kiran kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761737#M329715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761738#M329716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define a global variable and pass the changed value to it and use it anywhere u want.&lt;/P&gt;&lt;P&gt;Right now its local thats why .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defining a variable&lt;/P&gt;&lt;P&gt;/: DEFINE &amp;amp;I_AMOUNT1&amp;amp;.   like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this Helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Manish Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761738#M329716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761739#M329717</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 l_amount as a global variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the starting of the program u can define amount variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761739#M329717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:36: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/1761740#M329718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi where should i define it as a global varaible.&lt;/P&gt;&lt;P&gt;should it be declared in script &lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;define &amp;amp;l_amount&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;kiran kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761740#M329718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761741#M329719</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; please check the particular text is executed before the perform statement or after the perform statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the text elemet is executed before the perform statement please write the perform before it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for checking this Use the sap script trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the text element is executed after the perform statement .  &lt;/P&gt;&lt;P&gt;check you are declaring the l_amount is in right place or not ( i.e global ( in main window )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sekahr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Lakshmi Sekhar Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761741#M329719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761742#M329720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define a Variable in your DRIVEr program and assign the value and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761742#M329720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761743#M329721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi how to declare globe variable in main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;kiran kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761743#M329721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761744#M329722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do one thing iam not sure with this.u have called this perform in element 510.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;perform&lt;/P&gt;&lt;P&gt;using &amp;amp;rf140-wrshb&lt;/P&gt;&lt;P&gt;chaging &amp;amp;l_amount&lt;/P&gt;&lt;P&gt;endform&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;and also call the same perform in the element 520 also . i think this will work but as i said iam not sure with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth Khimavath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Khimavath Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 17:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1761744#M329722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T17:20:05Z</dc:date>
    </item>
  </channel>
</rss>

