<?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: MB_DOCUMENT_BADI - MB_DOCUMENT_BEFORE_UPDATE Facing problem while update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-badi-mb-document-before-update-facing-problem-while-update/m-p/5230057#M1209038</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;The method &lt;STRONG&gt;MB_DOCUMENT_BEFORE_UPDATE&lt;/STRONG&gt; of BADI &lt;STRONG&gt;MB_DOCUMENT_BADI&lt;/STRONG&gt; has no exporting or changing parameters. All the parameters are importing parameters and are for reference only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only those parameters can be changed which are either exporting or changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the reason why you are getting the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhisek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2009 06:13:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-13T06:13:28Z</dc:date>
    <item>
      <title>MB_DOCUMENT_BADI - MB_DOCUMENT_BEFORE_UPDATE Facing problem while update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-badi-mb-document-before-update-facing-problem-while-update/m-p/5230056#M1209037</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;I am facing problem whille updating below mentioned badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;MB_DOCUMENT_BADI - MB_DOCUMENT_BEFORE_UPDATE&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at xmseg into wa_mseg.&lt;/P&gt;&lt;P&gt;wa_mseg-lifnr = '156236'.&lt;/P&gt;&lt;P&gt;modify xmseg from wa_mseg transporting lifnr.&lt;/P&gt;&lt;P&gt;endloop.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Facing below error : The field "XMSEG" cannot be changed. - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. Pls. goude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 16:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-badi-mb-document-before-update-facing-problem-while-update/m-p/5230056#M1209037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T16:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: MB_DOCUMENT_BADI - MB_DOCUMENT_BEFORE_UPDATE Facing problem while update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-badi-mb-document-before-update-facing-problem-while-update/m-p/5230057#M1209038</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;The method &lt;STRONG&gt;MB_DOCUMENT_BEFORE_UPDATE&lt;/STRONG&gt; of BADI &lt;STRONG&gt;MB_DOCUMENT_BADI&lt;/STRONG&gt; has no exporting or changing parameters. All the parameters are importing parameters and are for reference only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only those parameters can be changed which are either exporting or changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the reason why you are getting the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhisek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 06:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-badi-mb-document-before-update-facing-problem-while-update/m-p/5230057#M1209038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T06:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: MB_DOCUMENT_BADI - MB_DOCUMENT_BEFORE_UPDATE Facing problem while update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-badi-mb-document-before-update-facing-problem-while-update/m-p/5230058#M1209039</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;I just want to add that you can't use this BADI to update MSEG table. It is explained in BADI documentation why it is not possible to use it for this purpose. It has serious consequences for the consistency of your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 03:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-badi-mb-document-before-update-facing-problem-while-update/m-p/5230058#M1209039</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-02-16T03:16:29Z</dc:date>
    </item>
  </channel>
</rss>

