<?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: Exit function module in DMEE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946548#M1153545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how to retrun internal table but i have solution to populate Invoice details. Here are the steps.&lt;/P&gt;&lt;P&gt;1. Create segment as "Invoice titles".&lt;/P&gt;&lt;P&gt;2. Create elements. If you have five columns then create five elements. Give titles in source tab/constant field.&lt;/P&gt;&lt;P&gt;3.  assign exit function module to each field and return in variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram Juluru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2009 19:37:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-05T19:37:48Z</dc:date>
    <item>
      <title>Exit function module in DMEE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946547#M1153544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a exit function for an element in DMEE tree. It is for invoice details, I had made a copy of the template DMEE_EXIT_TEMPLATE which has I_TAB  in the table paramters. I want the code to return a internal table with multiple enteries. If I try to declare an internal table in the table paramters and the assign this to the tree it gives me a an error :&lt;STRONG&gt;Node Invoice Details: function module Z_DMEE_EXIT_INVOICE has incorrect interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My question is how do I return a internal table which has a structure other than the predefined structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Govind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 05:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946547#M1153544</guid>
      <dc:creator>govind_parmar</dc:creator>
      <dc:date>2008-12-29T05:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exit function module in DMEE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946548#M1153545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how to retrun internal table but i have solution to populate Invoice details. Here are the steps.&lt;/P&gt;&lt;P&gt;1. Create segment as "Invoice titles".&lt;/P&gt;&lt;P&gt;2. Create elements. If you have five columns then create five elements. Give titles in source tab/constant field.&lt;/P&gt;&lt;P&gt;3.  assign exit function module to each field and return in variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram Juluru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 19:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946548#M1153545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T19:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exit function module in DMEE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946549#M1153546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur solution is okay if the Payment Document will have only one vendor invoice , so what if u have multiple Vendor Invoices ? , Is it returning correct values or not ? ,even i have done the same thing but i'm usiing XML format , due to that its repeating last Invoice Details twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 05:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946549#M1153546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T05:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exit function module in DMEE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946550#M1153547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works for multiple vendors also. I have tested it. Debug in exit module and check it. Your config might be different in DMEE. &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>Mon, 16 Mar 2009 16:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946550#M1153547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T16:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exit function module in DMEE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946551#M1153548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;Thanks for all your suggestions but we can declare an internal table in the program and then assign that value to C_VALUE in the EXIT Module, it would give you multiple value. i.e. One Payment run can have multiple invoices details. In my case I was having multiple amts and invoice numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.. a lot &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 11:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-function-module-in-dmee/m-p/4946551#M1153548</guid>
      <dc:creator>govind_parmar</dc:creator>
      <dc:date>2009-03-23T11:28:54Z</dc:date>
    </item>
  </channel>
</rss>

