<?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: SapScripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014547#M79638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For debugging the script, go to SE71, just enter form name, from Utilities -&amp;gt; degugging on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2005 14:25:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-18T14:25:57Z</dc:date>
    <item>
      <title>SapScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014543#M79634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I am facing a peculiar problem. Here is the descrition.&lt;/P&gt;&lt;P&gt;WHile printing a billing document for an invoice only half of the page is getting printed but there are all together 3 pages to be printed. where as when i use a different invoice number. no problem complete invoice is getting printed. All the other parameters are same for both the invoices. &lt;/P&gt;&lt;P&gt;PLease help me solve this &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2005 13:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014543#M79634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-18T13:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: SapScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014544#M79635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it is working for one invoice number properly, and not for another invoice number that means some conditions are getting failed which to me, seems to be problems not with script but with the way data is maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is, debug the SapScript form seperately for both invoice numbers and see what is the difference, you may make out what condition fails for 'problematic' invoice number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See, in which 'Element' of script it fails and do some reverse engineering from script to printing program to reach at the bottom of problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2005 13:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014544#M79635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-18T13:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: SapScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014545#M79636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish&lt;/P&gt;&lt;P&gt;Thanks for your sincere efforts. Actually i debugged the invoice and found that all the variables are corrected populated both in the print program and layput set. &lt;/P&gt;&lt;P&gt;Any other alternative to be looked in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2005 13:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014545#M79636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-18T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: SapScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014546#M79637</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;try debugging the script for both invoice numbers. There may be some codition in script that might be failing in problematic case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just see in which 'ELEMENT' of script it happens or alternatively see till which element it is printing and whats the next element that is not getting printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, find this 'element' in print program (in Call function 'Print_Form'). Put a breakpoint there for current testing-iteration, then move backwards (putting breakpoints) in print program in next testing-iterations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this approach, you may be able to identify the source of problem. Don't forget to compare the results with other invoice number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2005 14:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014546#M79637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-18T14:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: SapScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014547#M79638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For debugging the script, go to SE71, just enter form name, from Utilities -&amp;gt; degugging on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2005 14:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1014547#M79638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-18T14:25:57Z</dc:date>
    </item>
  </channel>
</rss>

