<?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 Common BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-badi/m-p/5475008#M1253688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any common BADI for transactions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IW31: Change work order&lt;/P&gt;&lt;P&gt;MB21: Create reservation&lt;/P&gt;&lt;P&gt;ME51N: Create Purchase requisition&lt;/P&gt;&lt;P&gt;ME21N: create Purchase order&lt;/P&gt;&lt;P&gt;MIGO: Post Goods Movement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2009 15:08:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-29T15:08:16Z</dc:date>
    <item>
      <title>Common BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-badi/m-p/5475008#M1253688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any common BADI for transactions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IW31: Change work order&lt;/P&gt;&lt;P&gt;MB21: Create reservation&lt;/P&gt;&lt;P&gt;ME51N: Create Purchase requisition&lt;/P&gt;&lt;P&gt;ME21N: create Purchase order&lt;/P&gt;&lt;P&gt;MIGO: Post Goods Movement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 15:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-badi/m-p/5475008#M1253688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T15:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Common BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-badi/m-p/5475009#M1253689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ME_CHECK_ALL_ITEMS&lt;/P&gt;&lt;P&gt;ME_CCP_ACTIVE_CHECK&lt;/P&gt;&lt;P&gt;MD_EXT_SUP&lt;/P&gt;&lt;P&gt;ME_DEFINE_CALCTYPE&lt;/P&gt;&lt;P&gt;MD_STOCK_TRANSFER&lt;/P&gt;&lt;P&gt;ME_PROCESS_PO_CUST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 17:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-badi/m-p/5475009#M1253689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T17:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Common BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-badi/m-p/5475010#M1253690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Das,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no common BADI or User exit for all given 5 transactions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are the individual user exits&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Transaction Code - IW31                     Create Order
 Exit Name           Description
 IWO10012            Maintenance order: Priority handling on central header


Transaction Code - MB21                     Create Reservation                          
 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.         
   

Transaction Code - ME51N                    Create Purchase Requisition
 Exit Name           Description
 MEREQ001            Customers' Own Data in Purchase Requisition    

Transaction Code - MIGO                     Goods movement                         
 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;P&gt;               &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;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 17:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-badi/m-p/5475010#M1253690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T17:30:12Z</dc:date>
    </item>
  </channel>
</rss>

