<?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 calling print program from co03 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-print-program-from-co03/m-p/2113414#M442065</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;we have a requirement to print the production order through smartforms .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the process is like...if we click on  functions---&amp;gt;print ..then a print program is called..which fetches the production order number from in co03...and then the print program fetches all data related to that order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i dont know how to fetch the production order number and input it to print program..&lt;/P&gt;&lt;P&gt;any pointers?..&lt;/P&gt;&lt;P&gt;(plzz have the complete detailed solution which would be easier to implement)&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2007 05:42:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-13T05:42:58Z</dc:date>
    <item>
      <title>calling print program from co03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-print-program-from-co03/m-p/2113414#M442065</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;we have a requirement to print the production order through smartforms .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the process is like...if we click on  functions---&amp;gt;print ..then a print program is called..which fetches the production order number from in co03...and then the print program fetches all data related to that order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i dont know how to fetch the production order number and input it to print program..&lt;/P&gt;&lt;P&gt;any pointers?..&lt;/P&gt;&lt;P&gt;(plzz have the complete detailed solution which would be easier to implement)&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 05:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-print-program-from-co03/m-p/2113414#M442065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T05:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: calling print program from co03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-print-program-from-co03/m-p/2113415#M442066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to configure the form and print programs using tcode OPK8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For detail, please have a look at print program PSFCCONF and smartform PSFC_STD_LAYOUT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just structure your Z print program according to the standard print program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 14:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-print-program-from-co03/m-p/2113415#M442066</guid>
      <dc:creator>sagar-acharya</dc:creator>
      <dc:date>2007-04-13T14:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: calling print program from co03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-print-program-from-co03/m-p/2113416#M442067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Production Order No wil be there in NAST table&lt;/P&gt;&lt;P&gt;that is NAST-OBJKY field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fetch the data using.. this OBJKY value from the req. table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz assign points&lt;/P&gt;&lt;P&gt;ALI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 23:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-print-program-from-co03/m-p/2113416#M442067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T23:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: calling print program from co03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-print-program-from-co03/m-p/2113417#M442068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunal Kakkar, &lt;/P&gt;&lt;P&gt;         I am also facing the same issue. Any solution you found for this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Thanks &amp;amp; Rgds&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 05:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-print-program-from-co03/m-p/2113417#M442068</guid>
      <dc:creator>arnab_roy3</dc:creator>
      <dc:date>2008-03-05T05:16:11Z</dc:date>
    </item>
  </channel>
</rss>

