<?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_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216032#M134882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the user exits available for MB31, Try if something helps -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit Name           Description                                                                                &lt;/P&gt;&lt;P&gt;MBCF0002            Customer function exit: Segment text in material doc. item         &lt;/P&gt;&lt;P&gt;MBCF0005            Material document item for goods receipt/issue slip                &lt;/P&gt;&lt;P&gt;MBCF0006            Customer function for WBS element                                  &lt;/P&gt;&lt;P&gt;MBCF0007            Customer function exit: Updating a reservation                     &lt;/P&gt;&lt;P&gt;MBCF0009            Filling the storage location field                                 &lt;/P&gt;&lt;P&gt;MBCFC003            Maintenance of batch master data for goods movements               &lt;/P&gt;&lt;P&gt;MBCFC004            Maintenance of batch specifications for goods movements            &lt;/P&gt;&lt;P&gt;MBCF0011            Reading of RESB and RKPF for print list in MB26&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2006 16:31:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-14T16:31:07Z</dc:date>
    <item>
      <title>MB_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216028#M134878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;  Here is my issue: I am using tcode MB31 to Good Receipt my Production Order.&lt;/P&gt;&lt;P&gt;  By implementing MB_DOCUMENT_POST, method   MB_DOCUMENT_UPDATE, to post FI Excise Duty document with BAPI_ACC_GL_POSTING_POST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is no document are created, any one can explain why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 20:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216028#M134878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T20:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: MB_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216029#M134879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to create the material document and not the accouting document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB_DOCUMENT_POST, I think is called in update task and within that you are calling the BAPI which may require and additional commit. But since you are in update task, issuing additional commit will result in update termination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you can use another exit to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 20:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216029#M134879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T20:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: MB_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216030#M134880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, your'r right.&lt;/P&gt;&lt;P&gt;I cannot create accounting document.&lt;/P&gt;&lt;P&gt;I am calling my BAPI with this param:&lt;/P&gt;&lt;P&gt;'in background task as separate unit'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'II look if another BADI or user Exit exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Robert Bouchard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 20:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216030#M134880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T20:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: MB_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216031#M134881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  l'v tryed to find the Exit or BADI to use with tcode MB31, to post Excise document ti FI, with no result...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one can help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 16:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216031#M134881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T16:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: MB_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216032#M134882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the user exits available for MB31, Try if something helps -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit Name           Description                                                                                &lt;/P&gt;&lt;P&gt;MBCF0002            Customer function exit: Segment text in material doc. item         &lt;/P&gt;&lt;P&gt;MBCF0005            Material document item for goods receipt/issue slip                &lt;/P&gt;&lt;P&gt;MBCF0006            Customer function for WBS element                                  &lt;/P&gt;&lt;P&gt;MBCF0007            Customer function exit: Updating a reservation                     &lt;/P&gt;&lt;P&gt;MBCF0009            Filling the storage location field                                 &lt;/P&gt;&lt;P&gt;MBCFC003            Maintenance of batch master data for goods movements               &lt;/P&gt;&lt;P&gt;MBCFC004            Maintenance of batch specifications for goods movements            &lt;/P&gt;&lt;P&gt;MBCF0011            Reading of RESB and RKPF for print list in MB26&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 16:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb-document-post/m-p/1216032#M134882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T16:31:07Z</dc:date>
    </item>
  </channel>
</rss>

