<?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: print local variable from print prog into sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-local-variable-from-print-prog-into-sapscript/m-p/2918466#M687161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply minal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give some example. How do i declare something in a form ?&lt;/P&gt;&lt;P&gt;see i have var A and var B. I want to print (A-B)  How do i do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hrishi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 03:26:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T03:26:01Z</dc:date>
    <item>
      <title>print local variable from print prog into sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-local-variable-from-print-prog-into-sapscript/m-p/2918464#M687159</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 one local variable declared in the print program for one SAP-form. I want to print it in some window of that form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i pass that variable to the form for printing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hrishi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 01:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-local-variable-from-print-prog-into-sapscript/m-p/2918464#M687159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T01:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: print local variable from print prog into sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-local-variable-from-print-prog-into-sapscript/m-p/2918465#M687160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that variable is not in subroutine then Declare same kind of variable in form and when you call the form pass that value from local variable to form variable.&lt;/P&gt;&lt;P&gt;If your variable is not in subroutine then first transfer it to globle and then pass to from  variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 02:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-local-variable-from-print-prog-into-sapscript/m-p/2918465#M687160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T02:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: print local variable from print prog into sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-local-variable-from-print-prog-into-sapscript/m-p/2918466#M687161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply minal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give some example. How do i declare something in a form ?&lt;/P&gt;&lt;P&gt;see i have var A and var B. I want to print (A-B)  How do i do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hrishi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 03:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-local-variable-from-print-prog-into-sapscript/m-p/2918466#M687161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T03:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: print local variable from print prog into sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-local-variable-from-print-prog-into-sapscript/m-p/2918467#M687162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCL_VAT is a quantity field and the value field in ITCSY is a Character field,  so had to change the code in the following manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write EXCL_VAT to outtab-value. &lt;/P&gt;&lt;P&gt;condense outtab-value. &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;Hrishi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 22:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-local-variable-from-print-prog-into-sapscript/m-p/2918467#M687162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T22:56:27Z</dc:date>
    </item>
  </channel>
</rss>

