<?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: DMEE EXIT MODULE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-module/m-p/2137970#M449995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the same error but found out by debugging you have to use DMEE_EXIT_TEMPLATE as template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters has to go like this&lt;/P&gt;&lt;P&gt;  VALUE(I_TREE_TYPE) TYPE  DMEE_TREETYPE&lt;/P&gt;&lt;P&gt;  VALUE(I_TREE_ID) TYPE  DMEE_TREEID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;not&lt;/STRONG&gt; like DMEE_EXIT_TEMPLATE_ABA parameters.&lt;/P&gt;&lt;P&gt;  VALUE(I_TREE_TYPE) TYPE  DMEE_TREETYPE_ABA&lt;/P&gt;&lt;P&gt;  VALUE(I_TREE_ID) TYPE  DMEE_TREEID_ABA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 16:15:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T16:15:25Z</dc:date>
    <item>
      <title>DMEE EXIT MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-module/m-p/2137967#M449992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am doing an outbound payment file using DMEE.&lt;/P&gt;&lt;P&gt;i need to convert amount to amount in text (string).&lt;/P&gt;&lt;P&gt;we have a function module SPELL_AMOUNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i select the option exit module for the element is defined and use SPELL_AMOUNT Function module. after i perform chekc it is displaying error.&lt;/P&gt;&lt;P&gt;could any any guide me the total process of using EXIT modules in DMEE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 20:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-module/m-p/2137967#M449992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T20:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: DMEE EXIT MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-module/m-p/2137968#M449993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your function module has to be built just like DMEE_EXIT_TEMPLATE_ABA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you F1 on the Exit Module field in the source tab in the DMEE it will provide you with more information on how to use this FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-module/m-p/2137968#M449993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: DMEE EXIT MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-module/m-p/2137969#M449994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The DME exit functions all have the same standard interface - there are 4 fields for passing the value back to DME - one for each of the for possible types you can define the field as in the DME maintenance tree.  The "C" field for Character type is how you need to pass bach the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 13:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-module/m-p/2137969#M449994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: DMEE EXIT MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-module/m-p/2137970#M449995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the same error but found out by debugging you have to use DMEE_EXIT_TEMPLATE as template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters has to go like this&lt;/P&gt;&lt;P&gt;  VALUE(I_TREE_TYPE) TYPE  DMEE_TREETYPE&lt;/P&gt;&lt;P&gt;  VALUE(I_TREE_ID) TYPE  DMEE_TREEID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;not&lt;/STRONG&gt; like DMEE_EXIT_TEMPLATE_ABA parameters.&lt;/P&gt;&lt;P&gt;  VALUE(I_TREE_TYPE) TYPE  DMEE_TREETYPE_ABA&lt;/P&gt;&lt;P&gt;  VALUE(I_TREE_ID) TYPE  DMEE_TREEID_ABA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 16:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-module/m-p/2137970#M449995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T16:15:25Z</dc:date>
    </item>
  </channel>
</rss>

