<?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: Purchase order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-order/m-p/3863298#M928569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep Patel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you are creating a purchase order by giving all the mandatory details then it asks you for a pop up to save that particular purchase document number. When u press save then your respective document number will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when u check the user exits that satisfies the requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MM06E005&lt;/STRONG&gt;   - Customer fields in purchasing document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for this exit we are having a functional module exit &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXIT_SAPMM06E_006&lt;/STRONG&gt;  in which you put a break point in it.&lt;/P&gt;&lt;P&gt;After that you save,check and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you create a purchase order then while saving when it triggers then the exit is the required one which suits the need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this we can test the user exits that would get triggered for our applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 18:34:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T18:34:11Z</dc:date>
    <item>
      <title>Purchase order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-order/m-p/3863296#M928567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to store  the purchase order for particular  plant .&lt;/P&gt;&lt;P&gt;when we save the data in the ME21N .at the time of purchase order creation . i want Generated purchase order no. should be &lt;/P&gt;&lt;P&gt;in ztable . to get this purchase order which user exit should i  used .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard ,&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;point will be awarded for the specific answer.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 12:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-order/m-p/3863296#M928567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T12:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-order/m-p/3863297#M928568</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 refer this exit MM06E005.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 12:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-order/m-p/3863297#M928568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T12:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-order/m-p/3863298#M928569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep Patel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you are creating a purchase order by giving all the mandatory details then it asks you for a pop up to save that particular purchase document number. When u press save then your respective document number will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when u check the user exits that satisfies the requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MM06E005&lt;/STRONG&gt;   - Customer fields in purchasing document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for this exit we are having a functional module exit &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXIT_SAPMM06E_006&lt;/STRONG&gt;  in which you put a break point in it.&lt;/P&gt;&lt;P&gt;After that you save,check and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you create a purchase order then while saving when it triggers then the exit is the required one which suits the need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this we can test the user exits that would get triggered for our applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 18:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-order/m-p/3863298#M928569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T18:34:11Z</dc:date>
    </item>
  </channel>
</rss>

