<?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: Triggering a custom program/function from a transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788314#M1586136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think change pointer setup would be overkill if an object/message exists.  They are generally used against master data to react to any field level change that's configured.  In this case , the poster is looking to trigger a program/function for a specific condition on a transaction level object; that's what output/message determination is used for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2011 14:15:53 GMT</pubDate>
    <dc:creator>brad_bohn</dc:creator>
    <dc:date>2011-04-01T14:15:53Z</dc:date>
    <item>
      <title>Triggering a custom program/function from a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788309#M1586131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day,&lt;/P&gt;&lt;P&gt;I am trying to create a process to send some data to BIZTALK which will forward it to an outside system.  I've written an ABAP and function which will gather the data and send it to a destination port set up for Biztalk. It works when executed by itself but the requirement for this is to trigger it when you run transaction ME35L (Release/Approve Purchasing Documents) to release a scheduling agreement document. I did some searching in this forum and there was some talk about setting up as a special function output  type and defining the program there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has ayone done this type of set up.  Can you walk me through it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Glenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788309#M1586131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-31T13:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a custom program/function from a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788310#M1586132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The steps are available in the IMG documentation or help files for message determination, and there are many posts on the forum that have identified the steps for message/output determination setup.  You're correct about using the '8 - Special function' setting in the config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 14:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788310#M1586132</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-03-31T14:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a custom program/function from a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788311#M1586133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I've created an output type called 'DNEU' with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output Type: DNEU&lt;/P&gt;&lt;P&gt;Application: EV&lt;/P&gt;&lt;P&gt;Transm. Medium: Special Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program: ZLMMI002&lt;/P&gt;&lt;P&gt;Form Routine:  Entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to use it, I get the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"No communication data has been defined for transmission medium 8" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I miss something in the configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 19:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788311#M1586133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-31T19:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a custom program/function from a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788312#M1586134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your condition record maintenance?  It should just be an info or success message.  You don't need it for medium '8'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 19:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788312#M1586134</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-03-31T19:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a custom program/function from a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788313#M1586135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question from my side. Would it be also possible to use change pointer in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 23:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788313#M1586135</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2011-03-31T23:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a custom program/function from a transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788314#M1586136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think change pointer setup would be overkill if an object/message exists.  They are generally used against master data to react to any field level change that's configured.  In this case , the poster is looking to trigger a program/function for a specific condition on a transaction level object; that's what output/message determination is used for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 14:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-a-custom-program-function-from-a-transaction/m-p/7788314#M1586136</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-04-01T14:15:53Z</dc:date>
    </item>
  </channel>
</rss>

