<?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: How to submit MIGO standard program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853131#M668674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you have PO and Line item no on screen. customer will press button "Post GR" which should create a GR document for the specified PO Line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case why don't you use BAPI BAPI_GOODSMVT_CREATE to post GR documents?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 04:37:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-24T04:37:42Z</dc:date>
    <item>
      <title>How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853124#M668667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can anyone tell me how to using SUBMIT to call standard program 'MIGO'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if SUBMIT is not possible, any other ways? Except BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        monson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 03:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853124#M668667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T03:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853125#M668668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  Check the Help of the Submit command to get more information , you have options to pass the selection screen parameters , export the list to memory and many other features.&lt;/P&gt;&lt;P&gt;I dont think there is any other way than Submit / Call Transaction and BCD.&lt;/P&gt;&lt;P&gt;Also you can check if there is  a BAPI which can retreive the same information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 03:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853125#M668668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T03:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853126#M668669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MIGO is a transaction. Do you want to create GR documents? You can use BAPI BAPI_GOODSMVT_CREATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 03:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853126#M668669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T03:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853127#M668670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, I just want to call standard program ''  SAPLMIGO'', anyone can tell me how to call, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 04:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853127#M668670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T04:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853128#M668671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to display any document using MIGO, in report output (if you double click on GR document no and it should display GR document using MIGO), here is the code -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          call function 'MIGO_GR_CREATE'&lt;/P&gt;&lt;P&gt;               exporting&lt;/P&gt;&lt;P&gt;                    i_action            = 'A04'&lt;/P&gt;&lt;P&gt;                    i_refdoc            = 'R02'&lt;/P&gt;&lt;P&gt;                    i_skip_first_screen = 'X'&lt;/P&gt;&lt;P&gt;                    i_okcode            = 'OK_GO'&lt;/P&gt;&lt;P&gt;                    i_mblnr             = i_item-mblnr&lt;/P&gt;&lt;P&gt;                    i_mjahr             = i_item-gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not your requirement, please tell me what are you looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 04:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853128#M668671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T04:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853129#M668672</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;SUBMIT  SAPLMIGO VIA SELECTION-SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 04:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853129#M668672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T04:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853130#M668673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is : the customer want to using MIGO to goods receipt,and generate Material Doc,and the PO number and item should be the input i have put in the screen.&lt;/P&gt;&lt;P&gt;So i want to call standard program 'SAPMIGO' and pass some parameters to this, if you would like ,please add me msn: 1234ming@163.com&lt;/P&gt;&lt;P&gt;or g-talk monson.chen@gmail.com, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 04:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853130#M668673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T04:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853131#M668674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you have PO and Line item no on screen. customer will press button "Post GR" which should create a GR document for the specified PO Line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case why don't you use BAPI BAPI_GOODSMVT_CREATE to post GR documents?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 04:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853131#M668674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T04:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853132#M668675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Monson,&lt;/P&gt;&lt;P&gt;Instead of MIGO can you try MB1A for GI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 04:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853132#M668675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T04:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853133#M668676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_GOODSMVT_CREATE will serve your purpose.&lt;/P&gt;&lt;P&gt;this BAPI creates a material document ie a good receipt which creates an entry in the table MKPF (Material Document Header)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need not call the standard program SAPMIGO to create a GR(goods receipt)&lt;/P&gt;&lt;P&gt;this BAPI will create a GR for your PO and Item given in the selection screen.&lt;/P&gt;&lt;P&gt;See its documentation of how to use it, its easy and understandable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 04:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853133#M668676</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-09-24T04:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit MIGO standard program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853134#M668677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the customer wants to do something as MIGO, and can change some thing such as quantity and others than to do GR. that is to say, they want to run this program in front ground. i knwo BAPI and other goods move ment can server this purpose, thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 05:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-migo-standard-program/m-p/2853134#M668677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T05:08:41Z</dc:date>
    </item>
  </channel>
</rss>

