<?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 sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081293#M97893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM WRITE_FORM is getting invoked from  my print program.. But the values are not getting displayed in my print layout.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I debug the script in my sapscript to find out whY MY values are not getting displayed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another strange thing is that it is not getting displayed when I test my form from SE71 also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have activated the sapscript debugger.. And it shows the popup window..What are the values I should populate in this? Should I turn on the trace?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2005 03:05:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-03T03:05:17Z</dc:date>
    <item>
      <title>sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081293#M97893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM WRITE_FORM is getting invoked from  my print program.. But the values are not getting displayed in my print layout.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I debug the script in my sapscript to find out whY MY values are not getting displayed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another strange thing is that it is not getting displayed when I test my form from SE71 also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have activated the sapscript debugger.. And it shows the popup window..What are the values I should populate in this? Should I turn on the trace?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 03:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081293#M97893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T03:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081294#M97894</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; Just check those variables are global because if you are calling write_form in a subroutine and the variables are local then those variables will not be visible in the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variables used in Script should be declared Global.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 03:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081294#M97894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T03:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081295#M97895</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; When ever you get the popup just press enter to go step by step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 03:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081295#M97895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T03:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081296#M97896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I goto SAPScript debugger, is there a way that I can stop directly at my 'element'.. When I do single step, it just takes a long time to get to my element?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between single step, Execute (F6) and Continue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 14:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081296#M97896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T14:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081297#M97897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the POP-UP you can put text element name. Single step will go column by column &amp;amp; F6 will go line by line &amp;amp; Continue will go to next element.&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;Bipin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 03:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1081297#M97897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-04T03:08:39Z</dc:date>
    </item>
  </channel>
</rss>

