<?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: SAP Script Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391090#M190033</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;To get the spool You have to use some parameters Which are Used in standard Programs.If you see the Standard Program with your 'Z'program you can notice the difference in OPEN_FORM. Just Copy the OPEN_FORM from standard program into your Z program.Then Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesan Radha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2006 08:04:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-21T08:04:01Z</dc:date>
    <item>
      <title>SAP Script Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391086#M190029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a Problem in SAP Scripts. I have configured the 'Z' Program and 'Z' Form in NACE Transaction for an output type fine for this SAP does not generate a Spool Request in SP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I use SAP Standard Program and Form for the Same output type in NACE then a Spool Request gets generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This I am doing for VL74 Transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone tell me why in Case of Standard it generates but whereas in case of 'Z' Program it doesn't generate a spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ABAP'er.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 04:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391086#M190029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T04:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391087#M190030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the break point in the print program and activate the debugger for the form in SE71 transaction and execute your transaction check your print program and your form is getting called or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 04:10:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391087#M190030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T04:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391088#M190031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem may be with your print program, your program must be designed to pick up the name of the script and other details from the transaction directy, do not use any get parameter ids or SAP memory to fetch the data you are printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way is to copy tyhe standard print program into a Zprogram and only change the required portions!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 04:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391088#M190031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T04:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391089#M190032</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;You Try debugging the programs both with your standard and 'Z' Programs and check whether the control is going or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;YJR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 06:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391089#M190032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T06:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391090#M190033</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;To get the spool You have to use some parameters Which are Used in standard Programs.If you see the Standard Program with your 'Z'program you can notice the difference in OPEN_FORM. Just Copy the OPEN_FORM from standard program into your Z program.Then Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesan Radha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 08:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-problem/m-p/1391090#M190033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T08:04:01Z</dc:date>
    </item>
  </channel>
</rss>

