<?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: Script print program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565497#M255563</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; In the script go to page windows, then go to text elements, then select menu insert-&amp;gt;program symbols. You will get the name of the driver program of that script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2006 11:21:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-04T11:21:09Z</dc:date>
    <item>
      <title>Script print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565491#M255557</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;1.how to find print program for script&lt;/P&gt;&lt;P&gt;2.if print program is subroutine pool how will it get triggered when script is executed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;soorya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565491#M255557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Script print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565492#M255558</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 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;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565492#M255558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565493#M255559</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 find the driver program of script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use fm -&amp;gt; SAPSCRIPT_SELECT_PROGRAM or&lt;/P&gt;&lt;P&gt;           SAPSCRIPT_USELIST_LIST_PROGS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565493#M255559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565494#M255560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565494#M255560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Script print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565495#M255561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Soorya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO to SE71 and enter the form name and click display button.&lt;/P&gt;&lt;P&gt;In the menu FORM &lt;DEL&gt;&amp;gt;CHECK&lt;/DEL&gt;&amp;gt; TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will diplay all the print programs apppended to the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is function pool .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the know Formname use the TNAPR table and find out the routine name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the breakpoint in the routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565495#M255561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565496#M255562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use transaction NACE to view the output types and print programs/ forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565496#M255562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Script print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565497#M255563</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; In the script go to page windows, then go to text elements, then select menu insert-&amp;gt;program symbols. You will get the name of the driver program of that script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-print-program/m-p/1565497#M255563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:21:09Z</dc:date>
    </item>
  </channel>
</rss>

