<?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 How to Attach SAP SCRIPT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-attach-sap-script/m-p/2255166#M488178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can anybody tell me how to attached SAP script to Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Navin S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 05:59:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-21T05:59:26Z</dc:date>
    <item>
      <title>How to Attach SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-attach-sap-script/m-p/2255166#M488178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can anybody tell me how to attached SAP script to Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Navin S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 05:59:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-attach-sap-script/m-p/2255166#M488178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T05:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Attach SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-attach-sap-script/m-p/2255167#M488179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use &amp;lt;b&amp;gt;NACE&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;tcode to attach to program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).&lt;/P&gt;&lt;P&gt;You should know the Application of a document first Like:&lt;/P&gt;&lt;P&gt;for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.&lt;/P&gt;&lt;P&gt;so first select the Application type (ex: EF) for PO and press OUtput types&lt;/P&gt;&lt;P&gt;then a list will come in that you should know the related output type for PO.&lt;/P&gt;&lt;P&gt;in this case it is NEU,&lt;/P&gt;&lt;P&gt;select that and click on the processing Routines button on the left side&lt;/P&gt;&lt;P&gt;it will display the Medium, Driver Program and the Script form or smartform related to that document..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is your script name?&lt;/P&gt;&lt;P&gt;this NACE helps for most of SD and MM related scripts &lt;/P&gt;&lt;P&gt;for FI and PM scripts different process is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 06:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-attach-sap-script/m-p/2255167#M488179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T06:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Attach SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-attach-sap-script/m-p/2255168#M488180</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;   &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;in script, check the texts button, it will open up a window, in that click append print program and give your driver program name&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;goto txn. NACE-&amp;gt; choose application -&amp;gt; output types -&amp;gt; click output types double click processing routines -&amp;gt; and give your driver program in Program&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful, reward&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 06:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-attach-sap-script/m-p/2255168#M488180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T06:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Attach SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-attach-sap-script/m-p/2255169#M488181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anji,&lt;/P&gt;&lt;P&gt;Thanks for quick and helpful reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I want to attached SAP SCRIPT used for HR forms can u tell me abt that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navin S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 06:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-attach-sap-script/m-p/2255169#M488181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T06:13:48Z</dc:date>
    </item>
  </channel>
</rss>

