<?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 function and Aggregation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942367#M693640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Master SAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im facing with the same problem as the first one, meaning that my address field (FPAYHX-ADRNR) retrieve the address internal code used by SAP instead of the real address. So i retrieve a code in my XML file and i dont know what to do with it...i need the address of the payer, meaning my company code address and not that SAP internal code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to deal with it? can we convert the code to retrieve the address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 21:04:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-08T21:04:17Z</dc:date>
    <item>
      <title>DMEE / Exit function and Aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942364#M693637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am never use DMEE, but i do it with difficult!!!&lt;/P&gt;&lt;P&gt;I have also two problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must take de adress and i have in filed FPAYHX-ADRNR a number of adress.&lt;/P&gt;&lt;P&gt;Also i want to use a user exit Z_DMEE_EXIT_ADRESS (copy of DMEE_EXIT_TEMPLATE) with this code&lt;/P&gt;&lt;P&gt;_________&lt;/P&gt;&lt;P&gt;FUNCTION Z_DMEE_EXIT_ADRESS.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&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;*"     VALUE(I_ITEM)&lt;/P&gt;&lt;P&gt;*"     VALUE(I_PARAM)&lt;/P&gt;&lt;P&gt;*"     VALUE(I_UPARAM)&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(O_VALUE)&lt;/P&gt;&lt;P&gt;*"     REFERENCE(C_VALUE)&lt;/P&gt;&lt;P&gt;*"     REFERENCE(N_VALUE)&lt;/P&gt;&lt;P&gt;*"     REFERENCE(P_VALUE)&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      I_TAB&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Template function module --------------------------------------------*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  POST_CODE1(10).&lt;/P&gt;&lt;P&gt;DATA:       STREET(60).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT STREET&lt;/P&gt;&lt;P&gt;INTO O_VALUE &lt;/P&gt;&lt;P&gt;FROM ADRC&lt;/P&gt;&lt;P&gt;WHERE ADDRNUMBER = '0000022511'.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_____________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but IT's NO OK!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE second Problem it's about the Aggregation&lt;/P&gt;&lt;P&gt;I want to have the number of lines in the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 16:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942364#M693637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T16:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: DMEE / Exit function and Aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942365#M693638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys my problem is solved. Lets start solving others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 12:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942365#M693638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T12:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: DMEE / Exit function and Aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942366#M693639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how was it solved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 16:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942366#M693639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: DMEE / Exit function and Aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942367#M693640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Master SAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im facing with the same problem as the first one, meaning that my address field (FPAYHX-ADRNR) retrieve the address internal code used by SAP instead of the real address. So i retrieve a code in my XML file and i dont know what to do with it...i need the address of the payer, meaning my company code address and not that SAP internal code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to deal with it? can we convert the code to retrieve the address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 21:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942367#M693640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-08T21:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: DMEE / Exit function and Aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942368#M693641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone can help me? Im still facing the same issue with the address displayed with the internal SAP code instead of the vendor address...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 15:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmee-exit-function-and-aggregation/m-p/2942368#M693641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-25T15:20:34Z</dc:date>
    </item>
  </channel>
</rss>

