<?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 and print program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465413#M219205</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;Goto TNAPR and provide the name &lt;/P&gt;&lt;P&gt;of the output type in the kschl(output type)&lt;/P&gt;&lt;P&gt;press F8, and you'll get the required form name&lt;/P&gt;&lt;P&gt;and program .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2006 10:24:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-17T10:24:07Z</dc:date>
    <item>
      <title>sapscript and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465409#M219201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to know which program is associated with a given sapscript?&lt;/P&gt;&lt;P&gt;I heard that we can get this info from TNAPR table or NAST , but if so, can you tell me which field values are to be filled here to get the required answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 22:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465409#M219201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T22:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465410#M219202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The print progam and sapscript form are tied to output types.  You need to know what output type you are working with in order to find the print program and form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use transaction NACE to view the output types and print programs/ forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What output type are you talking about?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 22:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465410#M219202</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-16T22:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465411#M219203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Krishen,&lt;/P&gt;&lt;P&gt;          Go to TNAPR table,to the selection-screen and enter the form name or the progname or the output type.You can get the corresponding formnames and the driver programs associated with the output type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 22:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465411#M219203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T22:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465412#M219204</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;1) use this function module and specify the form name:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SAPSCRIPT_SELECT_PROGRAM&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Or try using another FM&lt;/P&gt;&lt;P&gt;	&amp;lt;b&amp;gt;SAPSCRIPT_USELIST_LIST_PROGS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Or goto se11 and display contents of table TNAPR and TTXFP specifying the form name field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;P&gt;If this helps and answers ur question mark points and close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 00:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465412#M219204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T00:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465413#M219205</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;Goto TNAPR and provide the name &lt;/P&gt;&lt;P&gt;of the output type in the kschl(output type)&lt;/P&gt;&lt;P&gt;press F8, and you'll get the required form name&lt;/P&gt;&lt;P&gt;and program .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465413#M219205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465414#M219206</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 find the settings in NACE only for MM/SD related modules,if you are searching the forms/driver programs in any other module, then you have to use the relevant transactions to do so,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465414#M219206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465415#M219207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krishnen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check table TTXFP with form name and you would get the list of abaps/transaction for it ..also there is field called last use where a X in the field denotes usage of the particular abap for the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have an output type assocaited for printing etc and that case you can find the entry in TNAPR table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;anurag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anurag Bankley&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465415#M219207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465416#M219208</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 also do a syntax check in SE71 for the given script. do a check for texts (FORM -&amp;gt;Check -&amp;gt;Texts then say ok), then it will ask you to select the print prgram , in this case you may have one or more print programs. if it is one then that is the Print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465416#M219208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript and print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465417#M219209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in transaction NACE,&lt;/P&gt;&lt;P&gt;SELECT THE APPLICATION  AND THEN CLICK ON OUTPUT TYPES&lt;/P&gt;&lt;P&gt;now , SELECT AN OUTPUT TYPE AND CLICK ON PROCESSING ROUTINES, U CAN FIND THE FORM ROUTINE ATTACHED TO THE FORM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-and-print-program/m-p/1465417#M219209</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-08-17T10:53:34Z</dc:date>
    </item>
  </channel>
</rss>

