<?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: Use RSNAST00 for debugging. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695935#M305322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was solve. It's true that the proble was related with field VSZTP. The for was send to printer directly!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2007 10:26:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-05T10:26:38Z</dc:date>
    <item>
      <title>Use RSNAST00 for debugging.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695931#M305318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!.&lt;/P&gt;&lt;P&gt;  I have a problem because I am working with a transaction (MB1B) that creates a spool after had done a type of movement 301, and this spool show a form . I execute the program RSNAST00 for debugging the form and the program that executes it, but when I put the number of spool in selection screen of RSNAST00 the program deal another spool !! . I don't know why. My questions are why this is happening and if there is another way of debbuging the program (sapm07dr) that show the form. I can't use transaction NACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 09:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695931#M305318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T09:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use RSNAST00 for debugging.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695932#M305319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are u sure what u are doing is Correct ? debugging the&amp;lt;b&amp;gt; RSNAST00&amp;lt;/b&amp;gt; .U have to find out driver program then u have to debug that driver program not in this way.&lt;/P&gt;&lt;P&gt;&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 12:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695932#M305319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T12:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use RSNAST00 for debugging.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695933#M305320</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 not sure abt clear about question.Why cant you debug the form driver program instead dubugging the RSNAST.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 12:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695933#M305320</guid>
      <dc:creator>Bharathi_j</dc:creator>
      <dc:date>2006-11-28T12:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use RSNAST00 for debugging.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695934#M305321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the problem can be relationated with table NAST. Because program  RSNAST00 select only records with VSZTP = 1 or 2 and the records that I am creating has VSZTP = 4. For this reason the form goes to a printer. Any idea?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 13:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695934#M305321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T13:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Use RSNAST00 for debugging.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695935#M305322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was solve. It's true that the proble was related with field VSZTP. The for was send to printer directly!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 10:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-rsnast00-for-debugging/m-p/1695935#M305322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T10:26:38Z</dc:date>
    </item>
  </channel>
</rss>

