<?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_POST_DOCUMENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559872#M2007571</link>
    <description>&lt;P&gt;Hi Raymond:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;very helpful.&lt;/P&gt;&lt;P&gt;Would u kindly give a little more hint?&lt;/P&gt;&lt;P&gt;In this BADI, how to pass the data in extension_in pls? how can we know which document number in mseg we are updating ?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Oct 2021 08:35:17 GMT</pubDate>
    <dc:creator>former_member709286</dc:creator>
    <dc:date>2021-10-29T08:35:17Z</dc:date>
    <item>
      <title>MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559868#M2007567</link>
      <description>&lt;P&gt;Hi Expert team:&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;We have tried MB_POST_DOCUMENT by overwrite XMSEG and ZMSEG. This is our updated:&lt;/P&gt;
  &lt;P&gt;XMSEG-SJAHR=2021.&lt;/P&gt;
  &lt;P&gt;But after save MSEG still the same. &lt;/P&gt;
  &lt;P&gt;So do we need to add MODIFY or UPDATE in this exit? &lt;BR /&gt;pls advise and thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 10:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559868#M2007567</guid>
      <dc:creator>former_member709286</dc:creator>
      <dc:date>2021-10-23T10:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559869#M2007568</link>
      <description>&lt;P&gt;Updating in this update task FM&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;XMSEG will have no effect.&lt;/LI&gt;&lt;LI&gt;ZMSEG will, but that would be bad practice. Causing inconsistencyies with data passed to other update FMs.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What was your original requirement?&lt;/P&gt;&lt;P&gt;Could you consider using a standard BAdI before the COMMIT?&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;MB_MIGO_BADI (LINE_MODIFY)&lt;/LI&gt;&lt;LI&gt;MB_DOCUMENT_BADI&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 27 Oct 2021 15:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559869#M2007568</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-10-27T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559870#M2007569</link>
      <description>&lt;P&gt;Hi :&lt;/P&gt;&lt;P&gt;Anyone has experience to update mseg-smbln mseg-smblp mseg-sjahr?&lt;/P&gt;&lt;P&gt;We have try MB_DOCUMENT_BADI both method Before_Update and Update but looks like we still cannot update mseg.&lt;/P&gt;&lt;P&gt;Also Line_Modify BADI did not work for us because we are using BAPI call not via MIGO.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 09:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559870#M2007569</guid>
      <dc:creator>former_member709286</dc:creator>
      <dc:date>2021-10-28T09:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559871#M2007570</link>
      <description>&lt;P&gt;If you use BAPI_GOODSMVT_CREATE, look at BAdIs of Enhancement Spot MB_GOODSMOVEMENT such as MB_BAPI_GOODSMVT_CREATE which handle EXTENSIONIN parameter copy to material document.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 12:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559871#M2007570</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-10-28T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559872#M2007571</link>
      <description>&lt;P&gt;Hi Raymond:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;very helpful.&lt;/P&gt;&lt;P&gt;Would u kindly give a little more hint?&lt;/P&gt;&lt;P&gt;In this BADI, how to pass the data in extension_in pls? how can we know which document number in mseg we are updating ?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 08:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559872#M2007571</guid>
      <dc:creator>former_member709286</dc:creator>
      <dc:date>2021-10-29T08:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559873#M2007572</link>
      <description>&lt;P&gt;The BAdI doesn't pass data to EXTENSIONIN, it read the data you provided in EXTENSIONIN and map it to mkpf/mseg. &lt;/P&gt;&lt;P&gt;For items pass the same value to MATDOC_ITM in EXTENSIONIN (BAPI_TE_XMSEG) than to LINE_ID in GOODSMVT_ITEM (BAPI2017_GM_ITEM_CREATE) - look at the SAP provided sample code.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 10:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559873#M2007572</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-10-29T10:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559874#M2007573</link>
      <description>&lt;P&gt;Hi Raymond:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How to locate sap sample code pls?&lt;/P&gt;&lt;P&gt;Thank again and sgain&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 10:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559874#M2007573</guid>
      <dc:creator>former_member709286</dc:creator>
      <dc:date>2021-10-29T10:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559875#M2007574</link>
      <description>&lt;P&gt;From SE18 transaction on ES MB_GOODSMOVEMENT, in 'Enh. Spot Element Definitions' tab, look for 'Example Class'.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 12:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559875#M2007574</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-10-29T12:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559876#M2007575</link>
      <description>&lt;P&gt;Hi Raymond:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have seen sample source code. Thank you very much.&lt;/P&gt;&lt;P&gt;Any guidelines how to pass data to extension_in too? Have try search sap note but cannot found.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 08:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559876#M2007575</guid>
      <dc:creator>former_member709286</dc:creator>
      <dc:date>2021-10-30T08:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559877#M2007576</link>
      <description>&lt;P&gt;Hi Raymond &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I can pass data to extensionin and have value in valuepart1,2,3,4&lt;/P&gt;&lt;P&gt;From the sample source code , I not sure how to update to ct_imseg.&lt;/P&gt;&lt;P&gt;Any hint will be very helpful.&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 03:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559877#M2007576</guid>
      <dc:creator>former_member709286</dc:creator>
      <dc:date>2021-11-02T03:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559878#M2007577</link>
      <description>&lt;P&gt;Apply your rules (XMSEG-SJAHR=2021.) to records of ct_imseg.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 10:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559878#M2007577</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-11-02T10:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: MB_POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559879#M2007578</link>
      <description>&lt;P&gt;Hi Raymond:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;you mean in BADI: mb_bapi_goodsmovement_create&lt;/P&gt;&lt;P&gt;To apply rules? How to pls?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 10:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-post-document/m-p/12559879#M2007578</guid>
      <dc:creator>former_member709286</dc:creator>
      <dc:date>2021-11-02T10:06:57Z</dc:date>
    </item>
  </channel>
</rss>

