<?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: How to find Print Program in Scripts? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143518#M451874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;go to se71 enter the form name whose print program u want to find &lt;/P&gt;&lt;P&gt;click DISPLAY button&lt;/P&gt;&lt;P&gt;go to menu&lt;/P&gt;&lt;P&gt;Form--&amp;gt;&lt;/P&gt;&lt;P&gt;       check--&amp;gt;&lt;/P&gt;&lt;P&gt;              Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; A pop up window will come &lt;/P&gt;&lt;P&gt; and then ENTER&lt;/P&gt;&lt;P&gt; u will find the print programs using this form .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; give points if u satisfy with the answer !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2007 05:36:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-30T05:36:42Z</dc:date>
    <item>
      <title>How to find Print Program in Scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143513#M451869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        If I know the Script Name and Corresponding Tr. Code, How can I find Print Program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt; Sathish Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 03:57:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143513#M451869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T03:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Print Program in Scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143514#M451870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in tcode NACE if you know the application name choose that and click output type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here chose your output type and click perocessing routines..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check table TNAPR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143514#M451870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Print Program in Scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143515#M451871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this can be done by table TNAPR.&lt;/P&gt;&lt;P&gt;or using NACE transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is TNAPR&lt;/P&gt;&lt;P&gt;here you can query the table with the field&lt;/P&gt;&lt;P&gt;FONAM = 'Smartform name'. which will give you the corresponding program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can also try the following function modules but i think tnapr will do it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPSCRIPT_SELECT_PROGRAM&lt;/P&gt;&lt;P&gt;SAPSCRIPT_USELIST_LIST_PROGS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143515#M451871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Print Program in Scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143516#M451872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi satish,&lt;/P&gt;&lt;P&gt;You will find details in the TNAPR table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tnapr table has the field for Form name. The program is triggered through output mechanism. When user creates the output type in any transaction and saves it , the output processing program(RSNAST00) picks the data from NAST and calls the picks the processing program name from TNAPR based on the output type(KSCHL). The form name in the TNAPR will be the triggering point for the print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you donot find entry in TNAPR then you can find print program by displaying the Form in SE71 and goto menu Form-&amp;gt;check Texts. Select the include res check box and press enter. you will get the print program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even you can check it in NACE transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some layouts can be triggered from the transaction.we dont execute the print program directly.&lt;/P&gt;&lt;P&gt;For Example,&lt;/P&gt;&lt;P&gt;to display PO layout, we will goto ME22N/ME21N transction and we will select the output type and say PRINT PREVIEW.that time,your Print program will be executed and in turn your layout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for some layouts,we directly execute the print program by using a transaction code.that program will have some selection parameters and we will give them and execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regartds,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143516#M451872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Print Program in Scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143517#M451873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a simple solution, but easiest way to do it.If u know tcode, go to se93,give tcode name &amp;amp; display, u wil find the corr prog for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143517#M451873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Print Program in Scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143518#M451874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;go to se71 enter the form name whose print program u want to find &lt;/P&gt;&lt;P&gt;click DISPLAY button&lt;/P&gt;&lt;P&gt;go to menu&lt;/P&gt;&lt;P&gt;Form--&amp;gt;&lt;/P&gt;&lt;P&gt;       check--&amp;gt;&lt;/P&gt;&lt;P&gt;              Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; A pop up window will come &lt;/P&gt;&lt;P&gt; and then ENTER&lt;/P&gt;&lt;P&gt; u will find the print programs using this form .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; give points if u satisfy with the answer !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 05:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-print-program-in-scripts/m-p/2143518#M451874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T05:36:42Z</dc:date>
    </item>
  </channel>
</rss>

