<?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: User Exit for the Tcode MIGO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998501#M1164114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if u r in ECC6,,,U can use implicit enhancement in the std MIGO program. there u can also call ur custom module pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jan 2009 08:14:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-02T08:14:29Z</dc:date>
    <item>
      <title>User Exit for the Tcode MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998500#M1164113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user enter data in MIGO and click SAVE button, it need to go to a cusotom Module Pool screen. User need to enter some data there, Save it and go back to the main MIGO screen where the message 'GR XXX is posted successfully' is displayed. I am using the EXIT 'EXIT_SAPMM07M_001' and i am able to call the Custom screen when user save data in MIGO. but the problem is, while moving from the MIGO screen to Custom screen the corresponding GR no is to be taken and displayed by default in my custom screen, but by the time custom screen is displayed, system not yet generate the GR no.So i am unable to display the corresponding GR in my custom screen. Is there any way to get the GR no while the custom screen is called or will there be any suitable EXIT or BADI which can accomplish my task. please Suggest me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 07:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998500#M1164113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T07:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for the Tcode MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998501#M1164114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if u r in ECC6,,,U can use implicit enhancement in the std MIGO program. there u can also call ur custom module pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 08:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998501#M1164114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T08:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for the Tcode MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998502#M1164115</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 this similar thread .&lt;/P&gt;&lt;P&gt;It has list of BADI and User exit&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1117863"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 08:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998502#M1164115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T08:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for the Tcode MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998503#M1164116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just go through these user exits. Hope will be helpful for you.&lt;/P&gt;&lt;P&gt;                                                                                &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Exit Name           Description                                                                                
MBCF0002            Customer function exit: Segment text in material doc. item
 MBCF0005            Material document item for goods receipt/issue slip       
 MBCF0006            Customer function for WBS element                         
 MBCF0007            Customer function exit: Updating a reservation            
 MBCF0009            Filling the storage location field                        
 MBCF0010            Customer exit: Create reservation BAPI_RESERVATION_CREATE1
 MBCF0011            Read from RESB and RKPF for print list in  MB26           
 MB_CF001            Customer Function Exit in the Case of Updating a Mat. Doc.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 08:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998503#M1164116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T08:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for the Tcode MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998504#M1164117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Thanks for your answer. I have checked all the exits told by you already. No exit suits my requirement except MB_CF001. But when this exit is called GR DOC no is not yet generated, so i want an exit or BADI where GR NO is generated by the time it is called..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 08:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998504#M1164117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T08:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for the Tcode MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998505#M1164118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Badi BADI_DIAD_GOODMVT_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 08:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998505#M1164118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T08:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for the Tcode MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998506#M1164119</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;Use the Badi MB_DOCUMENT_BADI and the methods available are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB_DOCUMENT_BEFORE_UPDATE&lt;/P&gt;&lt;P&gt;MB_DOCUMENT_UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 09:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998506#M1164119</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-01-02T09:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for the Tcode MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998507#M1164120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you can check .......&lt;/P&gt;&lt;P&gt;list of badi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB_DOCUMENT_UPDATE                      BADI when updating material document: MSEG and MKPF&lt;/P&gt;&lt;P&gt;MB_DOC_BADI_INTERNAL                    BAdIs During Creation of a Material Document (SAP Internal)&lt;/P&gt;&lt;P&gt;MB_ME_CSGMT_BADI_SAP                    BAdI: Consignment Processing - Stock Transfer&lt;/P&gt;&lt;P&gt;MB_MIGO_ITEM_BADI                       BAdI in MIGO for Changing Item Data&lt;/P&gt;&lt;P&gt;MB_PHYSINV_INTERNAL                     Connection: Core Inventory and Retail AddOn&lt;/P&gt;&lt;P&gt;MB_QUAN_CHECK_BADI                      BAdI: Item Data at Time of Quantity Check&lt;/P&gt;&lt;P&gt;MB_RESERVATION_BADI                     MB21/MB22: Check and Complete Dialog Data&lt;/P&gt;&lt;P&gt;MB_RESERVATION_SCR                      Screen BAdI for Retrofit DFPS&lt;/P&gt;&lt;P&gt;MB_RESERVATION_UPCHD                    BAdI for Creation and Changing of Manual Reservations&lt;/P&gt;&lt;P&gt;MB_RES_BAPI_CHANGE                      BAdI: Execution of Changes to Reservation Fields&lt;/P&gt;&lt;P&gt;MB_RES_BAPI_CREATE1                     BAdI: Adoption of Customer's Own Fields as Reserv. Fields&lt;/P&gt;&lt;P&gt;MB_RES_BAPI_DETAIL1                     BAdI: Display of Customer's Own Fields in Reservations&lt;/P&gt;&lt;P&gt;MB_STOR_LOC_BADI_GTS                    BADI to Check and Change Storage Location (GTS Fct. Only)&lt;/P&gt;&lt;P&gt;MB_MIGO_BADI                            BAdI in MIGO for External Detail Subscreens&lt;/P&gt;&lt;P&gt;MB_DOCUMENT_BADI_SAP                    BADI for Creation and Changing of a Material Document&lt;/P&gt;&lt;P&gt;ARC_MM_EBAN_CHECK                       BAdI: Enhancement of Archivability Check (MM_EBAN)&lt;/P&gt;&lt;P&gt;ARC_MM_EBAN_PRECHECK                    BAdI: Enhancement of Archivability Check (MM_EBAN)&lt;/P&gt;&lt;P&gt;ARC_MM_EBAN_WRITE                       BAdI: Enhancement of Scope of Archiving (MM_EBAN)&lt;/P&gt;&lt;P&gt;ARC_MM_EINA_CHECK                       BAdI: Enhancement of Archivability Check (MM_EINA)&lt;/P&gt;&lt;P&gt;ARC_MM_EINA_WRITE                       BAdI: Enhancement of Scope of Archiving (MM_EINA)&lt;/P&gt;&lt;P&gt;ARC_MM_INVBEL_CHECK                     BAdI: Enhancement of Archivability Check (MM_INVBEL)&lt;/P&gt;&lt;P&gt;ARC_MM_INVBEL_WRITE                     BAdI: Enhancement of Scope of Archiving (MM_INVBEL)&lt;/P&gt;&lt;P&gt;ARC_MM_MATBEL_CHECK                     Prüfung ADD-ON-spezifischer Kriterien für MM_MATBEL&lt;/P&gt;&lt;P&gt;ARC_MM_MATBEL_WRITE                     Check Add-On-Specific Data for MM_MATBEL&lt;/P&gt;&lt;P&gt;MB_CHECK_LINE_BADI                      BAdI: Check Line Before Copying to the Blocking Tables&lt;/P&gt;&lt;P&gt;MB_CIN_LMBMBU04                         posting of gr&lt;/P&gt;&lt;P&gt;MB_CIN_MM07MFB7                         BAdI for India Version exit in include MM07MFB7&lt;/P&gt;&lt;P&gt;MB_CIN_MM07MFB7_QTY                     Proposal of quantity from Excise invoice in GR&lt;/P&gt;&lt;P&gt;MB_DOCUMENT_BADI                        BAdIs During Creation of a Material Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 09:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-the-tcode-migo/m-p/4998507#M1164120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T09:09:27Z</dc:date>
    </item>
  </channel>
</rss>

