<?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: MIGO DUMP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005002#M710070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharyu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I will do that and let u know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2007 04:33:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-06T04:33:00Z</dc:date>
    <item>
      <title>MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3004999#M710067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While doing MIGO for Delivery I am geeting a run time error, I am giving the details of the error below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         MESSAGE_TYPE_X&lt;/P&gt;&lt;P&gt;Date and Time          05.11.2007 06:05:17&lt;/P&gt;&lt;P&gt;Short dump has not been completely stored (too big)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ShortText&lt;/P&gt;&lt;P&gt;     The current application triggered a termination with a short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;     The current application program detected a situation which really&lt;/P&gt;&lt;P&gt;     should not occur. Therefore, a termination with a short dump was&lt;/P&gt;&lt;P&gt;     triggered on purpose by the key word MESSAGE (type X).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Error analysis&lt;/P&gt;&lt;P&gt;     Short text of error message:&lt;/P&gt;&lt;P&gt;     Could not determine recipients for message type INVCON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Technical information about the message:&lt;/P&gt;&lt;P&gt;      Diagnosis&lt;/P&gt;&lt;P&gt;          An IDoc of message type INVCON was passed to the ALE layer, but the&lt;/P&gt;&lt;P&gt;          three receiver fields in the header record were not filled. In this&lt;/P&gt;&lt;P&gt;          case the ALE layer tries to determine the receivers from the&lt;/P&gt;&lt;P&gt;          entries in the distribution model. There are no entries available&lt;/P&gt;&lt;P&gt;          in the distribution model for the above message type.&lt;/P&gt;&lt;P&gt;      Procedure&lt;/P&gt;&lt;P&gt;          Define the receivers in your distribution model for this message&lt;/P&gt;&lt;P&gt;          type or deactivate distribution for these message types.&lt;/P&gt;&lt;P&gt;     Message classe...... "B1"&lt;/P&gt;&lt;P&gt;     Number.............. 003&lt;/P&gt;&lt;P&gt;     Variable 1.......... "INVCON"&lt;/P&gt;&lt;P&gt;     Variable 2.......... " "&lt;/P&gt;&lt;P&gt;Variable 3.......... " "&lt;/P&gt;&lt;P&gt; Variable 4.......... " "&lt;/P&gt;&lt;P&gt; Variable 3.......... " "&lt;/P&gt;&lt;P&gt; Variable 4.......... " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gger Location of Runtime Error&lt;/P&gt;&lt;P&gt; Program                                 SAPLMBWL&lt;/P&gt;&lt;P&gt; Include                                 LMBWLU21&lt;/P&gt;&lt;P&gt; Row                                     53&lt;/P&gt;&lt;P&gt; Module type                             (FUNCTION)&lt;/P&gt;&lt;P&gt; Module Name                             MB_POST_GOODS_MOVEMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rce Code Extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e  SourceCde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;23    ENDIF.&lt;/P&gt;&lt;P&gt;24    xcommit = x.                                           "Performance&lt;/P&gt;&lt;P&gt;25    IF NOT xblnr_sd IS INITIAL.&lt;/P&gt;&lt;P&gt;26      xmkpf-xblnr = xblnr_sd.&lt;/P&gt;&lt;P&gt;27      MODIFY xmkpf INDEX 1.&lt;/P&gt;&lt;P&gt;28 *    when a goods movement for an inbound or outbound delivery is posted&lt;/P&gt;&lt;P&gt;29 *    directly from VL31N/ VL01N, XBLNR is not yet known when we call&lt;/P&gt;&lt;P&gt;30 *    CKMV_AC_DOCUMENT_CREATE, but the number is supposed to be stored in&lt;/P&gt;&lt;P&gt;31 *    BKPF as well. There is no other way to forward XBLNR to FI as not&lt;/P&gt;&lt;P&gt;32 *    every document is posted by MB_CREATE -&amp;gt; a new function module in&lt;/P&gt;&lt;P&gt;33 *    MBWL for transferring the information, called by FI, meant to load&lt;/P&gt;&lt;P&gt; 34 *    the complete function group for all MBxx postings when this isn't&lt;/P&gt;&lt;P&gt; 35 *    required (Performance). Would be the better way to transport the&lt;/P&gt;&lt;P&gt; 36 *    information after switching off MBxx in later release.&lt;/P&gt;&lt;P&gt; 37 *    corresponding IMPORT ... FROM MEMORY ... can be found in&lt;/P&gt;&lt;P&gt; 38 *    AC_DOCUMENT_POST (FORM FI_DOCUMENT_PREPARE (LFACIF5D))&lt;/P&gt;&lt;P&gt; 39      l_mem_id = 'MKPF-XBLNR'.                                   " 641365&lt;/P&gt;&lt;P&gt; 40      EXPORT xblnr = xblnr_sd TO MEMORY ID l_mem_id.             " 641365&lt;/P&gt;&lt;P&gt; 41    ENDIF.&lt;/P&gt;&lt;P&gt; 42    IF xmkpf-xabln IS INITIAL.                               "note 434093&lt;/P&gt;&lt;P&gt; 43        CALL FUNCTION 'MB_XAB_NUMBER_GET'.                   "note 434093&lt;/P&gt;&lt;P&gt; 44    ENDIF.                                                   "note 434093&lt;/P&gt;&lt;P&gt; 45    CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'&lt;/P&gt;&lt;P&gt; 46         EXCEPTIONS error_message = 4.&lt;/P&gt;&lt;P&gt; 47 *  As soon as we have started to put things into UPDATE TASK, we must&lt;/P&gt;&lt;P&gt; 48 *  ensure that errors definitely terminate the transaction.&lt;/P&gt;&lt;P&gt; 49 *  MESSAGE A is not sufficient because it can be catched from&lt;/P&gt;&lt;P&gt; 50 *  external callers which COMMIT WORK afterwards, resulting in&lt;/P&gt;&lt;P&gt; 51 *  incomplete updates. Read note 385830 for the full story.&lt;/P&gt;&lt;P&gt; 52    IF NOT sy-subrc IS INITIAL.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;       MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830&lt;/P&gt;&lt;P&gt; 54                  sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt; 55 *     MESSAGE A263.&lt;/P&gt;&lt;P&gt; 56    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The programme was terminated in line 53 where there was a note 385830, I am trying to apply note 556000, is this the right approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 12:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3004999#M710067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-05T12:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005000#M710068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apply the new note and check again...&lt;/P&gt;&lt;P&gt;as it is standard code you can change it through note application or patch application..&lt;/P&gt;&lt;P&gt;search for the MIRO dump note or correction for note 385830&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 03:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005000#M710068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T03:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005001#M710069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can apply that note. Also you need to apply note 561872. What is your SAP version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 03:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005001#M710069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T03:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005002#M710070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharyu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I will do that and let u know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 04:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005002#M710070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T04:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005003#M710071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for immediate reply, I am in ecc 6.0, yes i have to apply the note along with 556000. what confuses me here is theshort text of the error message " could not determine recipients of error mesage type INVCON". Is there any thing I have to do realted to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 04:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005003#M710071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T04:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005004#M710072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you need to implement this note as you are on ECC6.0. This is for upto SAP 4.7.&lt;/P&gt;&lt;P&gt;Search OSS you may find some other note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 04:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005004#M710072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T04:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005005#M710073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H Atish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Can u clarify some of my queries as I am not from technical back ground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. But if u see the note 385830 where the programme has been terminated is also not required to implement in ECC 6.0, but if u can see in my case they have implemented that note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If u see the notes in SAP they have mentioned corrections for versions, but why i dont know we have note 385830 in our progarmme though we are in ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The reason I was mainly asking for note 556000 is the programme was terminated in 53 line where there is note 385830 implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for ur reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 04:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005005#M710073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T04:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005006#M710074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;These could be because your system was upgraded from a previous version which had this requirement for that note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even so, if it's implemented, you can revert it back( Technical Team can ) and then apply the new note using SNOTE transaction ( BASIS activity).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess then your issue would be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 05:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005006#M710074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T05:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005007#M710075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain you logic behind notes. They are most of the time version dependent. &lt;/P&gt;&lt;P&gt;As this issue was identified by SAP in earlier versions so they may have come up with Note and later rectified the same using support packs or upgrades.&lt;/P&gt;&lt;P&gt;I think this answers your point 1 and 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there may be other reason for the termination at that line. You may be able to find some other Note. If you are unable to find, raise an OSS message with SAP and they will provide the solution as it is dump in standard code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 05:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005007#M710075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T05:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005008#M710076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for u r clarification. The note 556000 is solution for the short dump due to 385830 . My question is even though version was upgraded the note will be have same effect, will it cause short dump. AM I RIGHT?. I may not recommend to revert the note back, bcoz i am not sure about consequences. If answer to my earlier question is YES then i will go for above said note .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 05:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005008#M710076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T05:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005009#M710077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your clarification, Ok then  I will go for OSS message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 05:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005009#M710077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T05:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005010#M710078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;In my honest opinion, you can just go and revert the original note since all the other notes are for 47C. None of 'em are valid for ECC 6.0 and though I am not sure of the dump, I am sure they can cause errors in the system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you can revert in DEV then move it to Quality and do your testing. If it's not correct you can always revert it back &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 05:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005010#M710078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T05:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005011#M710079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem is with Userexit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 10:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005011#M710079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005012#M710080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the details about the resolution of this problem. Which userexit is the issue and how you rectified it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also getting the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advace !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 10:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-dump/m-p/3005012#M710080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T10:56:39Z</dc:date>
    </item>
  </channel>
</rss>

