<?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: SAPScript form printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072059#M1355677</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 need not change the standard print program, Instead you need to assign the custom sap script layout to the standard print program in the IMG/Configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get in touch with your functional personal or search SDN for the path to configure the script layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have done the changes in config, instead of MEDRUCK, your custom layout will be called by the std print program...&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;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Sep 2009 09:59:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-06T09:59:47Z</dc:date>
    <item>
      <title>SAPScript form printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072058#M1355676</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 am a junior ABAP dev. and first time sapscript user. I want to customize the Purchase Order form.&lt;/P&gt;&lt;P&gt;I copied MEDRUCK and then customized the copied form by using subroutine pools and calling them from the Text Element/s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use the standard SAP print program SAPFM06P for this customized form? If not then how do I modify the print program? What changes do I need to make?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2009 05:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072058#M1355676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-06T05:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript form printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072059#M1355677</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 need not change the standard print program, Instead you need to assign the custom sap script layout to the standard print program in the IMG/Configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get in touch with your functional personal or search SDN for the path to configure the script layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have done the changes in config, instead of MEDRUCK, your custom layout will be called by the std print program...&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;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2009 09:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072059#M1355677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-06T09:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript form printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072060#M1355678</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 can do like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the driver program&lt;/P&gt;&lt;P&gt;just copy the standard driver program to z program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to TCode nace  and  select EF and click on the button Output Types.&lt;/P&gt;&lt;P&gt;Then on Right hand side, scroll down and select  NEU - New P O Printout. &lt;/P&gt;&lt;P&gt;(This may change for different programs).&lt;/P&gt;&lt;P&gt;Then Double click on  Processing Routines on Left hand side.&lt;/P&gt;&lt;P&gt;Change from Display -&amp;gt; Change Mode. &lt;/P&gt;&lt;P&gt;Give your form name (zmedruck1)  and  program name as zprogram(copied one)  and SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that See from Which include you need to change the data .. Then copy that particular include program &lt;/P&gt;&lt;P&gt;to Z inside the program and do changes and comment the orginal include ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you ..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All The best..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;Vinu.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2009 14:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072060#M1355678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-06T14:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript form printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072061#M1355679</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 can goto NACT t-code and give 'EF' as applicaiton and enter inside that,&lt;/P&gt;&lt;P&gt;Select 'NEU' or any Z-output type (if any) that has been created by your functional guy for this purpose.&lt;/P&gt;&lt;P&gt;double click on 'processing routines' , Now you can see the driver programs, Scripts and corresponding output meduim.&lt;/P&gt;&lt;P&gt;If your output medium is 'Printout' , then in the respective row, remove MEDURCK form &amp;amp; five your own z-form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This  zform will be called for your requirement. So you need not change the standard driver program for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sripal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 03:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072061#M1355679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T03:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript form printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072062#M1355680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all. That was really helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 01:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-form-printing/m-p/6072062#M1355680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T01:34:53Z</dc:date>
    </item>
  </channel>
</rss>

