<?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: Variable in SAP SCRIPT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936054#M941954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check yor code where you are selecting the value for that variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2008 07:13:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-05T07:13:54Z</dc:date>
    <item>
      <title>Variable in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936052#M941952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I want to print a variable Value from Print Program to SAP SCRIPT, I tried to print it in between &lt;STRONG&gt;&amp;amp;&amp;amp;&lt;/STRONG&gt; but they still dont have any value while debugging SAP SCRIPT and not also in print out....Suggest somthing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers....!!&lt;/P&gt;&lt;P&gt;Sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 07:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936052#M941952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T07:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Variable in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936053#M941953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    First check whether the value is getting captured in that variable in your print program.Then debug the script and check if the value is coming in the script.Activate the SAPscript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 07:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936053#M941953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T07:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Variable in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936054#M941954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check yor code where you are selecting the value for that variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 07:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936054#M941954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T07:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Variable in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936055#M941955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Debug your program and c whether you are getting your value there. If yoes, check if you have used the function module OPEN_FORM and passed the correct name of the SAP script. Then check if you have used Write_Form and are you passing the correct Text Element Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would  not have used one of them. Hence the problem.&lt;/P&gt;&lt;P&gt;Check and revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 07:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936055#M941955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T07:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Variable in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936056#M941956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys &lt;/P&gt;&lt;P&gt;I have checked all the things,&lt;/P&gt;&lt;P&gt;Script is activated, WRITE_FORM is fine &lt;/P&gt;&lt;P&gt;CLOSE_FORM is perfect, even while debugging the Print Progrm. variable is getting populated,but as soon as dubugee is switching to Script the value gets cleared...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks for ur responce.....somthin else&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 07:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-in-sap-script/m-p/3936056#M941956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T07:24:53Z</dc:date>
    </item>
  </channel>
</rss>

