<?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: Finding right Function exit for CO11 transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-right-function-exit-for-co11-transaction/m-p/5628123#M1281629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use CO11n Transaction. There are lot of exits for Production Confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONFPP01  PP order conf.: Determine customer specific defined&lt;/P&gt;&lt;P&gt;CONFPP02  PP order conf.: Customer specific input checks&lt;/P&gt;&lt;P&gt;CONFPP03  PP order conf.: Cust. specific check after op.&lt;/P&gt;&lt;P&gt;CONFPP04  PP order conf.: Customer specific input checks&lt;/P&gt;&lt;P&gt;CONFPP05  PP order conf.: Customer specific enhancements&lt;/P&gt;&lt;P&gt;CONFPP06  PP Order Confirmations: Actual Data Transfer&lt;/P&gt;&lt;P&gt;CONFPP07  Single Screen Entry: Inclusion of User-Defined&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to find out the appropriate exit for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mathivanan.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2009 10:16:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-14T10:16:43Z</dc:date>
    <item>
      <title>Finding right Function exit for CO11 transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-right-function-exit-for-co11-transaction/m-p/5628122#M1281628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use a function exit which will do the following screnario:&lt;/P&gt;&lt;P&gt;1. Within "Confirmation of production order create: detail" screen, if user enters 95 for 'yield' and 5 for 'scrap' at 'Quantities' tab under 'to confirm' and then by clicking 'Goods movement' button  "Confirmation of production order create: Goods movement" screen comes.At this screen for 'Quantity' the value should be shown as 'yield' quantity entered at detail screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest which exit to use that can reflect 'yield' value to the 'Quantity' field?&lt;/P&gt;&lt;P&gt;also&lt;/P&gt;&lt;P&gt;2. When user clicks 'Save' button the 'yield' value should the posted not the total 'Quantity'. What is the proper exit to be used for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many many thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 09:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-right-function-exit-for-co11-transaction/m-p/5628122#M1281628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T09:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Finding right Function exit for CO11 transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-right-function-exit-for-co11-transaction/m-p/5628123#M1281629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use CO11n Transaction. There are lot of exits for Production Confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONFPP01  PP order conf.: Determine customer specific defined&lt;/P&gt;&lt;P&gt;CONFPP02  PP order conf.: Customer specific input checks&lt;/P&gt;&lt;P&gt;CONFPP03  PP order conf.: Cust. specific check after op.&lt;/P&gt;&lt;P&gt;CONFPP04  PP order conf.: Customer specific input checks&lt;/P&gt;&lt;P&gt;CONFPP05  PP order conf.: Customer specific enhancements&lt;/P&gt;&lt;P&gt;CONFPP06  PP Order Confirmations: Actual Data Transfer&lt;/P&gt;&lt;P&gt;CONFPP07  Single Screen Entry: Inclusion of User-Defined&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to find out the appropriate exit for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mathivanan.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 10:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-right-function-exit-for-co11-transaction/m-p/5628123#M1281629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T10:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Finding right Function exit for CO11 transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-right-function-exit-for-co11-transaction/m-p/5628124#M1281630</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 exit CONFPP05 which will get triigered while saving..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja Ainala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 10:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-right-function-exit-for-co11-transaction/m-p/5628124#M1281630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T10:28:45Z</dc:date>
    </item>
  </channel>
</rss>

