<?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 Batch Data Saving at Process Order creation - User exit issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-data-saving-at-process-order-creation-user-exit-issue/m-p/2292544#M500314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem with user exit,&lt;/P&gt;&lt;P&gt;i am using component PPCO0007 for saving data entered in customer screen at process order creation(COR1).&lt;/P&gt;&lt;P&gt;I want to save data entered in customer tab into batch master(MSC2N).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is while i try to save data using BAPI_BATCH_CHANGE/CREATE called from code at PPCO0007-include, the batch is under lock by transaction COR1.&lt;/P&gt;&lt;P&gt;I am trying to use the BAPI inside a Z-Function module, i tried to call this FM in update task or as background task as a separate unit, but it doesnt update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone suggest any alternative user exit for this. Or the way to use the Function module to update details for batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 10:11:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T10:11:36Z</dc:date>
    <item>
      <title>Batch Data Saving at Process Order creation - User exit issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-data-saving-at-process-order-creation-user-exit-issue/m-p/2292544#M500314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem with user exit,&lt;/P&gt;&lt;P&gt;i am using component PPCO0007 for saving data entered in customer screen at process order creation(COR1).&lt;/P&gt;&lt;P&gt;I want to save data entered in customer tab into batch master(MSC2N).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is while i try to save data using BAPI_BATCH_CHANGE/CREATE called from code at PPCO0007-include, the batch is under lock by transaction COR1.&lt;/P&gt;&lt;P&gt;I am trying to use the BAPI inside a Z-Function module, i tried to call this FM in update task or as background task as a separate unit, but it doesnt update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone suggest any alternative user exit for this. Or the way to use the Function module to update details for batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 10:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-data-saving-at-process-order-creation-user-exit-issue/m-p/2292544#M500314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T10:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Data Saving at Process Order creation - User exit issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-data-saving-at-process-order-creation-user-exit-issue/m-p/2292545#M500315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can't update the batch during process order creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the two following enhancements:&lt;/P&gt;&lt;P&gt;SAPLV01Z,&lt;/P&gt;&lt;P&gt;SAPLV1ZN&lt;/P&gt;&lt;P&gt;(or even MBCFC003)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 14:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-data-saving-at-process-order-creation-user-exit-issue/m-p/2292545#M500315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T14:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Data Saving at Process Order creation - User exit issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-data-saving-at-process-order-creation-user-exit-issue/m-p/2292546#M500316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a Update Function module and called the same in update task.&lt;/P&gt;&lt;P&gt;I copied over the BAPI_BATCH_CHANGE and removed call to 'transaction_end' from it as it was calling a commit work and which was causing problems while saving process order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this helped and i was able to update batch master while at creating process order itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to everyone who scratched their brains for me.....specially to Pete!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 10:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-data-saving-at-process-order-creation-user-exit-issue/m-p/2292546#M500316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T10:47:15Z</dc:date>
    </item>
  </channel>
</rss>

