<?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: Neeb to create batch automatically while saving process order in cor1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/neeb-to-create-batch-automatically-while-saving-process-order-in-cor1/m-p/9198613#M1715118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to code in the userexit of process order while saving... &lt;/P&gt;&lt;P&gt;I think user exit is : PPCO0007 - EXIT_SAPLCOZV_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At user exit, you need to use bapi to create batch automatically and submit the bapi... read the required data from your custom table...&lt;/P&gt;&lt;P&gt;BAPI: BAPI_BATCH_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2013 11:00:42 GMT</pubDate>
    <dc:creator>surajarafath</dc:creator>
    <dc:date>2013-01-25T11:00:42Z</dc:date>
    <item>
      <title>Neeb to create batch automatically while saving process order in cor1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/neeb-to-create-batch-automatically-while-saving-process-order-in-cor1/m-p/9198611#M1715116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is create batch automatically while saving process order in cor1&amp;nbsp; in Goods receipt tab,&lt;/P&gt;&lt;P&gt;For this I have maintained Z table for the batch number range.&lt;/P&gt;&lt;P&gt;I tried all&amp;nbsp; user exits / badis but didn’t allow to change batch,&lt;/P&gt;&lt;P&gt;I identified program for cor1 is SAPLCOKO ,In this which include I need to include my code &lt;/P&gt;&lt;P&gt;And this should to be triggred while saving process order, I tried but didn’t get,&lt;/P&gt;&lt;P&gt;Please help me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 10:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/neeb-to-create-batch-automatically-while-saving-process-order-in-cor1/m-p/9198611#M1715116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-25T10:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Neeb to create batch automatically while saving process order in cor1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/neeb-to-create-batch-automatically-while-saving-process-order-in-cor1/m-p/9198612#M1715117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did u check this?&lt;/P&gt;&lt;P&gt;SAP enhancement &lt;STRONG&gt;SAPLV01Z&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_40b/helpdata/ru/dc/1d4b6e5733d1118b3f0060b03ca329/content.htm" title="http://help.sap.com/saphelp_40b/helpdata/ru/dc/1d4b6e5733d1118b3f0060b03ca329/content.htm"&gt;http://help.sap.com/saphelp_40b/helpdata/ru/dc/1d4b6e5733d1118b3f0060b03ca329/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR like this&lt;/P&gt;&lt;P&gt;First remove the automatic batch create from Production scheduling profile through OPKP or CORY. &lt;BR /&gt;Then Good Receipt Batch number mandatory through transaction variant SHD0 &lt;/P&gt;&lt;P&gt;Or Use the Exit EXIT_SAPLCOBT_001 under enhancement PPCO0001 where-in based on your requirement you can create batch for your order. &lt;/P&gt;&lt;P&gt;You can use CALL FUNCTION 'VB_CREATE_BATCH' to create the batchs as per your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 10:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/neeb-to-create-batch-automatically-while-saving-process-order-in-cor1/m-p/9198612#M1715117</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-01-25T10:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Neeb to create batch automatically while saving process order in cor1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/neeb-to-create-batch-automatically-while-saving-process-order-in-cor1/m-p/9198613#M1715118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to code in the userexit of process order while saving... &lt;/P&gt;&lt;P&gt;I think user exit is : PPCO0007 - EXIT_SAPLCOZV_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At user exit, you need to use bapi to create batch automatically and submit the bapi... read the required data from your custom table...&lt;/P&gt;&lt;P&gt;BAPI: BAPI_BATCH_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 11:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/neeb-to-create-batch-automatically-while-saving-process-order-in-cor1/m-p/9198613#M1715118</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2013-01-25T11:00:42Z</dc:date>
    </item>
  </channel>
</rss>

