<?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: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055466#M1900232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Utkarsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information I saw the entry in MSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But my requirement is to do a Goods receipt for a purchase order and for that I have used the &lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;BAPI_GOODSMVT_CREATE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But I found that after Goods Receipt of purchase order, the quantity will reduce from the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;scheduled quantity of &lt;/SPAN&gt;purchase order&amp;nbsp; for that material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know which table will updated in this case.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 05:39:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-06-12T05:39:30Z</dc:date>
    <item>
      <title>BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055463#M1900229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written a report that will do the goods receipt with the help of BAPI&amp;nbsp; &lt;STRONG&gt;BAPI_GOODSMVT_CREATE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have passed the input parameters to the BAPI and after executing the BAPI I got sy-subrc value 0.&lt;/P&gt;&lt;P&gt;But can anyone please tell me what is happening in background after the successful execution of BAPI BAPI_GOODSMVT_CREATE.&lt;/P&gt;&lt;P&gt;As I could not find any difference in tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file for the code that I have used in my program for Goods Receipt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Mayusha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055463#M1900229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-11T12:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055464#M1900230</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; This function module mainly creates material documents in the MSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get more information by clicking on the 'function module documentation' button for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this FM to create a material document for a goods movement and you can only create one material document each time you call up the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use a simulation function before posting the goods movement to check how the data is updated in the database. The standard system is configured so that the goods movement is posted immediately, without prior simulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 05:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055464#M1900230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-12T05:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055465#M1900231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after success full calling of &lt;STRONG&gt;BAPI_GOODSMVT_CREATE&lt;/STRONG&gt; u get entry in MSEG table.&lt;/P&gt;&lt;P&gt;and simultaneously if u receive material against open PO then then target PO quantity will reduce.&lt;/P&gt;&lt;P&gt;like this many change will happen in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so check once what ever mblnr no u get after &lt;STRONG&gt;BAPI_GOODSMVT_CREATE&lt;/STRONG&gt; and commit in migo tcode. if entry exist every thing is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if no entry found then it will be a problem . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 05:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055465#M1900231</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2015-06-12T05:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055466#M1900232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Utkarsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information I saw the entry in MSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But my requirement is to do a Goods receipt for a purchase order and for that I have used the &lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;BAPI_GOODSMVT_CREATE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But I found that after Goods Receipt of purchase order, the quantity will reduce from the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;scheduled quantity of &lt;/SPAN&gt;purchase order&amp;nbsp; for that material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know which table will updated in this case.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 05:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055466#M1900232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-12T05:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055467#M1900233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swadhin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me&amp;nbsp; what this statement&amp;nbsp; "commit migo tcode" meant for ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 05:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055467#M1900233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-12T05:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055468#M1900234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnt quite get what table you are looking for. However, an intersection of EORD (purchasing Source list) and EKET (Scheduling Agreement Schedule Lines) will give you open scheduling agreements. Also, EINA table stores the Purchasing info records for the pricing information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 09:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055468#M1900234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-12T09:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055469#M1900235</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;Here I want say about bapi transaction commit .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so check once what ever mblnr no u get after &lt;STRONG&gt;BAPI_GOODSMVT_CREATE&lt;/STRONG&gt; and commit.&lt;/P&gt;&lt;P&gt;In migo tcode if entry exist every thing is ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 11:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055469#M1900235</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2015-06-12T11:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055470#M1900236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swadhin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When gcode = '04'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In MIGO tcode newly generated mblnr number( which I got from the BAPI ) is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you mean to say that from the purchase order the quantity is reduced&amp;nbsp; for that material and Goods receipt has done successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please confirm if gcode 4 is correct for Goods receipts, and if I used gcode = 1 then in MIGO mblnr is not showing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:22:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055470#M1900236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-12T12:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055471#M1900237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;101-Goods receipt for purchase order.&lt;/P&gt;&lt;P&gt;After executing the bapi you will get the material document number in p_mblnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you van check in transaction migo , mb03,&amp;nbsp; mb51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;header table is MKPF,item is&amp;nbsp; MSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;sampath kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 10:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055471#M1900237</guid>
      <dc:creator>former_member185054</dc:creator>
      <dc:date>2015-06-14T10:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055472#M1900238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can anyone please confirm me if BAPI is successful then Post Goods Receipt is done successfully?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 07:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055472#M1900238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-15T07:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055473#M1900239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, goods receipt is done. That is MIGO transaction. &lt;/P&gt;&lt;P&gt;Material document number will be generated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;sampath kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055473#M1900239</guid>
      <dc:creator>former_member185054</dc:creator>
      <dc:date>2015-06-15T08:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -  BAPI_GOODSMVT_CREATE for Goods Receipt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055474#M1900240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI won't written sy-subrc, rather it writes RETURN internal table.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/725819" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 06:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-goodsmvt-create-for-goods-receipt/m-p/11055474#M1900240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-16T06:12:14Z</dc:date>
    </item>
  </channel>
</rss>

