<?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: function module AUFBAUEN_MDPSX_ANZEIGEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450406#M549096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello aRs, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, you are correct. but the problem here is that. why does it happen only in the test system, where even in the production that parameter is not existing either. The program proceeds with its execution without a dump. It is supposed to get a dump because that parameter does not exist in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 02:00:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-22T02:00:23Z</dc:date>
    <item>
      <title>function module AUFBAUEN_MDPSX_ANZEIGEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450402#M549092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all, i hope somebody could help me with this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have this program which is Unicode-enabled in the development&lt;/P&gt;&lt;P&gt; and test system. During testing in the test system, the program&lt;/P&gt;&lt;P&gt; gets an abap dump because one of its parameters is not defined&lt;/P&gt;&lt;P&gt; in the system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'AUFBAUEN_MDPSX_ANZEIGEN'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          ECM61M  = CM61M  &amp;lt;----&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt; this one&lt;/P&gt;&lt;P&gt;          ECM61W  = CM61W&lt;/P&gt;&lt;P&gt;          ECM61X  = CM61X&lt;/P&gt;&lt;P&gt;          EMT61D  = MT61D&lt;/P&gt;&lt;P&gt;          ET399D  = T399D&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;         IMDKP   = MDKP&lt;/P&gt;&lt;P&gt;         IMDSTA  = MDSTA&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          MDPSX   = MDPSX&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          ERROR   = 1&lt;/P&gt;&lt;P&gt;          OTHERS  = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same program (not yet unicode-enabled) is then run in the&lt;/P&gt;&lt;P&gt; production but successfully gives an output. the definition of&lt;/P&gt;&lt;P&gt; the function module (SE37) in the test system and in the&lt;/P&gt;&lt;P&gt; production is that same, ECM61M is also not defined as of one of&lt;/P&gt;&lt;P&gt; the parameters of the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how come in the test system, there's an abap dump, but not in the&lt;/P&gt;&lt;P&gt; production?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help! thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 00:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450402#M549092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T00:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: function module AUFBAUEN_MDPSX_ANZEIGEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450403#M549093</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;Can you paste your dump here? ( first page)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 01:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450403#M549093</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-22T01:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: function module AUFBAUEN_MDPSX_ANZEIGEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450404#M549094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello aRs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for taking time to read my post. here's the first few paragraph of the dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Function parameter "ECM61M" is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;Error in ABAP application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "ZEXPLODE_BOM" had to be terminated because one&lt;/P&gt;&lt;P&gt;of the statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module "AUFBAUEN_MDPSX_ANZEIGEN" was called with the parameter "ECM61M". This parameter is not defined. this is the dump in the test system.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have checked the parameters in of this function module both in test sytem and production system. both are the same. but if you run program in the ZEXPLODE_BOM production, i do not get an abap dump. what could be wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also take note, the program ZEXPLODE_BOM in the test system is unicode enabled, but not in the production yet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 01:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450404#M549094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T01:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: function module AUFBAUEN_MDPSX_ANZEIGEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450405#M549095</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;Just comment &amp;amp; check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'AUFBAUEN_MDPSX_ANZEIGEN'
EXPORTING
*ECM61M = CM61M     " just comment this line check
ECM61W = CM61W
ECM61X = CM61X
EMT61D = MT61D
ET399D = T399D
IMPORTING
IMDKP = MDKP
IMDSTA = MDSTA
TABLES
MDPSX = MDPSX
EXCEPTIONS
ERROR = 1
OTHERS = 2.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 01:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450405#M549095</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-22T01:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: function module AUFBAUEN_MDPSX_ANZEIGEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450406#M549096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello aRs, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, you are correct. but the problem here is that. why does it happen only in the test system, where even in the production that parameter is not existing either. The program proceeds with its execution without a dump. It is supposed to get a dump because that parameter does not exist in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 02:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450406#M549096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T02:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: function module AUFBAUEN_MDPSX_ANZEIGEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450407#M549097</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;In development system compare the new version with old versions of your program, so that you can find who has last changed the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 02:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450407#M549097</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-22T02:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: function module AUFBAUEN_MDPSX_ANZEIGEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450408#M549098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aRs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this behaviour is so strange. all versions of the function module together with the program are aligned with one another from dev to production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 02:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-aufbauen-mdpsx-anzeigen/m-p/2450408#M549098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T02:25:50Z</dc:date>
    </item>
  </channel>
</rss>

