<?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: Goods Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081076#M97834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be posting details data and not header data. &lt;/P&gt;&lt;P&gt;Bapi 'BAPI_GOODSMVT_CREATE' will help to find the end OK_CODE in BDC program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Oct 2005 06:44:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-23T06:44:08Z</dc:date>
    <item>
      <title>Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081072#M97830</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;I am developing a BDC program for Goods Issue TCODE MIGO_GI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User will be posting multiple material numbers at a time. Once data is loaded final check and post will be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be few material numbers will give an error. How to delete these materials and post those without any error and aquire final material document numbers in BDC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2005 05:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081072#M97830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-23T05:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081073#M97831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Y don't u, use the BAPI, for this process,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Call the BAPI for Goods Receipt&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      goodsmvt_header  = st_gmvt_header&lt;/P&gt;&lt;P&gt;      goodsmvt_code    = st_gmvt_code&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      goodsmvt_headret = st_gret_head&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      goodsmvt_item    = it_gm_item&lt;/P&gt;&lt;P&gt;      return           = it_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Commit the Transaction&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2005 05:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081073#M97831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-23T05:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081074#M97832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bala for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain what are st_gmvt_header, st_gmvt_code variables and structure of table it_gm_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide an example cause I am new ABAP programmer and never used BAPI in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratibha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2005 05:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081074#M97832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-23T05:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081075#M97833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE37, type in the name of the BAPI and display - you should be able to see what fields exist in these structures. You will need to define the data in your program accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2005 06:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081075#M97833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-23T06:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081076#M97834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be posting details data and not header data. &lt;/P&gt;&lt;P&gt;Bapi 'BAPI_GOODSMVT_CREATE' will help to find the end OK_CODE in BDC program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2005 06:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081076#M97834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-23T06:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081077#M97835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With 'BAPI_GOODSMVT_CREATE' you donot need a BDC . It is capable of posting a material document by itself. In SE37 just read this Function  Module documentation. In  your program intead of doing a BDC , call this FM directly by passing the correct parameters . BDC for MIGO_GI is not recommended as it is an enjoy transaction.&lt;/P&gt;&lt;P&gt;Hope this helps .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2005 06:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081077#M97835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-23T06:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081078#M97836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to provide an example.&lt;/P&gt;&lt;P&gt;Suppose if I have to post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATNR &amp;lt;b&amp;gt;11005020&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Qty &amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Valuation Type &amp;lt;b&amp;gt;A COND&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Plant      &amp;lt;b&amp;gt;2001&amp;lt;/b&amp;gt;  &lt;/P&gt;&lt;P&gt;Storage locat &amp;lt;b&amp;gt;001&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Goods recipiet &amp;lt;b&amp;gt;Dummy&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Unloading point &amp;lt;b&amp;gt;Dummy&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Text         &amp;lt;b&amp;gt;Dummy&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use this BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pratibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2005 08:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue/m-p/1081078#M97836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-23T08:02:07Z</dc:date>
    </item>
  </channel>
</rss>

