<?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 Scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1970688#M398329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here you can find how to create print program. &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.henrikfrank.dk/files/abaptips.zip" target="test_blank"&gt;http://www.henrikfrank.dk/files/abaptips.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;By the way I'd rather advice you to use smart form instead sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wojciech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2007 14:19:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-13T14:19:20Z</dc:date>
    <item>
      <title>SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1970687#M398328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I heard SAPscript print program initializes the print program.Here,is there any  predefined SAPscript print program or we have to write to explicitly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 14:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1970687#M398328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1970688#M398329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here you can find how to create print program. &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.henrikfrank.dk/files/abaptips.zip" target="test_blank"&gt;http://www.henrikfrank.dk/files/abaptips.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;By the way I'd rather advice you to use smart form instead sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wojciech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 14:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1970688#M398329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T14:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1970689#M398330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;It depends upon which application you are executing.&lt;/P&gt;&lt;P&gt;Go to tcode NACE for different output types, you have different standard Sricpts and print programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is any special requirement in your organization for a new form, then you can create one separately and if that form needs to replace a standard one, then mention this new form name against that output type in NACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can have a standalone print program to call your new sapscript form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 14:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1970689#M398330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T14:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1970690#M398331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;print programs are driver programs that get the data and make it displayed &lt;/P&gt;&lt;P&gt;using the fm's open,write close forms...&lt;/P&gt;&lt;P&gt;so a script is associated with a print program,..its in the name for printing...&lt;/P&gt;&lt;P&gt;so u can use the existing print programs to create new scripts or forms which wud overwrite the xisting form..also check the tcode NACE where in scripts are plotted with their output type and driver programs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u a bit,&lt;/P&gt;&lt;P&gt;all the best,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;mark helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 14:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1970690#M398331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T14:27:08Z</dc:date>
    </item>
  </channel>
</rss>

