<?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 type triggering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921247#M382725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. But in transaction, when i save the contract, this output needs to be triggered. This triggering, how can i set in the user-exit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2007 12:31:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-14T12:31:54Z</dc:date>
    <item>
      <title>Output type triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921243#M382721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am setting output type to create idoc in the NACE transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how to call the output type, when the fields(Contract number, description, sold-to-party) are changing. I found user-exit (EXIT_SAPLV45W_001). In this user-exit, I wrote the condition saying, when those fields are changing. Later for calling the output type, i does't have code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone send me code, how to call (trigger) the output type.&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, 14 Feb 2007 11:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921243#M382721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T11:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Output type triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921244#M382722</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;Your requirement is not very clear. If the condition records are maintained for the Output type, it will get triggered automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921244#M382722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Output type triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921245#M382723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Agarwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever the contract (ZIMA) is created or changed, the data (VBAK-VBELN, VBAK-KTEXT, sold-to-party , VBPA-KUNNR) needs to be passed over to TIS syetem from R/3 system. During the change mode only if the fields noted is changed then the data will be passed over to TIS. Saving the document will trigger the interface to pass the data to TIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921245#M382723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Output type triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921246#M382724</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;The Output Type(Condition Type) for each Application Document(ex:SO,Contract,PO etc) is linked with Medium(1-Print, 6-EDI), Partner(Customer,Vendor) and Language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When this is configured it will create a record in NAST Table.&lt;/P&gt;&lt;P&gt;Further You will assign this Output Type to a Triggering Form/Program in NACE transaction.(ex:RSNASTED or RSNAST00 program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921246#M382724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Output type triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921247#M382725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. But in transaction, when i save the contract, this output needs to be triggered. This triggering, how can i set in the user-exit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921247#M382725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Output type triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921248#M382726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why You are creating your Own Output Type? &lt;/P&gt;&lt;P&gt;Std Output Type for Contract is:'KO00' (in SD Context)&lt;/P&gt;&lt;P&gt;This will have Program linked in NACE with Program RVADOR01 and Form Routine ENTRY. Only thing is change the Medium to your requirement(Print, EDI, ALE, FAX etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when these setting are done, when you save the Contract the Output Type will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-triggering/m-p/1921248#M382726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:37:39Z</dc:date>
    </item>
  </channel>
</rss>

