<?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: output types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301304#M158541</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 NACE -&amp;gt; Choose the &amp;lt;b&amp;gt;application&amp;lt;/b&amp;gt; and Click the Button &amp;lt;b&amp;gt;Output type&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;and then press &amp;lt;b&amp;gt;Change Button&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;Ctrl+F1&amp;lt;/b&amp;gt; and then click &amp;lt;b&amp;gt;new entries button&amp;lt;/b&amp;gt;, create new Output type Z* and then enter all relevant info, and &amp;lt;b&amp;gt;processing routines&amp;lt;/b&amp;gt; info etc.&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, 25 May 2006 08:55:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-25T08:55:39Z</dc:date>
    <item>
      <title>output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301301#M158538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to send purchase order data from sap toxi ..how to configure output types in nace transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 08:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301301#M158538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T08:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301302#M158539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to NACE&lt;DEL&gt;&amp;gt;Select aplication EF&lt;/DEL&gt;&amp;gt;CLICK OUTPUT TYPE&lt;/P&gt;&lt;P&gt;U get lots  of  output type as  per  ur  requirment which  suit  u  . just copy that and attech programm and  form name  to that..&lt;/P&gt;&lt;P&gt;after that just assigen prosedure to that....&lt;/P&gt;&lt;P&gt;now output  type  is  for  ur  form and program..&lt;/P&gt;&lt;P&gt;next  step  is   how   to send  it   to sap to xi...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 08:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301302#M158539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T08:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301303#M158540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Chandra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NACE is used to create output type while creating the output type you will mention forms, and driver program.&lt;/P&gt;&lt;P&gt;that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so check in NAST, TNAPR table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output types are added basically by BASIS people&lt;/P&gt;&lt;P&gt;contact ur basis team &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output types are represent how you want to output information. In SAP Script context it links the print program with SAP script. Output types are part of Output determination procedure which is linked to the application (e.g. Purchsing). Output types are also linked to Access sequence, which allows you to create condition records so that output types can be processed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/19884743b111d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/19884743b111d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using NACE transaction we will assign Sap script and driver program to O/P type in an aplication for different mediums (like print/fax , mail) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NACE--&amp;gt; Application EA --&amp;gt; means for PO &lt;DEL&gt;&amp;gt; check O/P "NEU" (SAP standard)&lt;/DEL&gt;&amp;gt; Medium "Print" --&amp;gt; You can find the Driver program and Sap script associated to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have your Own o/p, Script and program. Then you will assign the by using T/code NACE. Then this will appear when you want to print PO or other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is from the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1413896"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also chk this links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="112965"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="104991"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="120165"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 08:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301303#M158540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T08:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301304#M158541</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 NACE -&amp;gt; Choose the &amp;lt;b&amp;gt;application&amp;lt;/b&amp;gt; and Click the Button &amp;lt;b&amp;gt;Output type&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;and then press &amp;lt;b&amp;gt;Change Button&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;Ctrl+F1&amp;lt;/b&amp;gt; and then click &amp;lt;b&amp;gt;new entries button&amp;lt;/b&amp;gt;, create new Output type Z* and then enter all relevant info, and &amp;lt;b&amp;gt;processing routines&amp;lt;/b&amp;gt; info etc.&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, 25 May 2006 08:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301304#M158541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T08:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301305#M158542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;. Go to Transaction NACE .&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2&amp;lt;/b&amp;gt;. Select Application and Click on OUTPUT types &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;. Select one of the existing ones and copy and paste.give program name and T.code all the corresponding  &lt;/P&gt;&lt;P&gt;   details .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat.O&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 08:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-types/m-p/1301305#M158542</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2006-05-25T08:56:49Z</dc:date>
    </item>
  </channel>
</rss>

