<?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 screen Exit for TCODE CO15 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125374#M742349</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;I have to add a field in tcode CO15(Production Order Confirmation).&lt;/P&gt;&lt;P&gt;Is there any screen exit to perform the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help in this regard will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2007 06:08:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-03T06:08:33Z</dc:date>
    <item>
      <title>screen Exit for TCODE CO15</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125374#M742349</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;I have to add a field in tcode CO15(Production Order Confirmation).&lt;/P&gt;&lt;P&gt;Is there any screen exit to perform the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help in this regard will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 06:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125374#M742349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T06:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: screen Exit for TCODE CO15</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125375#M742350</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;Screen Exits&lt;/P&gt;&lt;P&gt;Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special sub screen areas on a standard R/3 screen and calling a customer sub screen from the standard screen&amp;#146;s flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation of Enhancement in Customer System&lt;/P&gt;&lt;P&gt;First, use the project management function to choose the SAP enhancements that you want and create an enhancement project. &lt;/P&gt;&lt;P&gt;Next, edit your individual components using the project management function and document the entire enhancement project. &lt;/P&gt;&lt;P&gt;Finally, activate the enhancement project (this activates all of the project's component parts).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start the project management function (transaction CMOD) and give your enhancement project a name. SAP recommends that you think up a naming convention for all of your projects. You can, for example, include the project's transaction or module pool in its name. All enhancement project names must be unique. Next, branch to the project's attributes and enter a short text describing the enhancenent project. The system inserts all of the project's other attributes (such as created by, created on, or status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigning SAP Enhancement to customer projects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the project management function (transaction CMOD) to assign SAP enhancements to customer enhancement projects. Enter the names of the SAP enhancements you want to use on the appropriate screen.&lt;/P&gt;&lt;P&gt;The search function gives you a catalog-like overview of existing SAP enhancements. From there you can select those enhancements that are of interest to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Editing Components &lt;/P&gt;&lt;P&gt;Activating Enhancement Projects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the product management function to edit the components of your enhancement project.&lt;/P&gt;&lt;P&gt;Depending on whether the component you are editing is a function module, a menu entry, or a subscreen, you branch to either the Function Builder, a dialog box for entering menu entries, or to the Screen Painter.&lt;/P&gt;&lt;P&gt;Activation of an enhancement project affects all of its components. After successful activation, the project has the status active.&lt;/P&gt;&lt;P&gt;During activation, all programs, screens, and menus containing components that belong to the project are regenerated (programs at the time they are executed). After activation, you can see the enhancements in your application functions. &lt;/P&gt;&lt;P&gt;The Deactivate function allows you to reset an enhancement project's status to inactive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Transaction Events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is also called as Open FI enhancement technique which is based on the following principle: &lt;/P&gt;&lt;P&gt;Application developers must define their interface in a function module. An assignment table is read in the corresponding (generated) code, and the customer modules assigned are called dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This technique differentiates between enhancements that are only allowed to have one implementation and enhancements that can call multiple implementations in any sequence desired. Both industry-specific and country-specific enhancements may be defined. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement Framework&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new enhancement concept of the ABAP Workbench enables the integration of different concepts for modifying and enhancing development objects. The enhancement concept is supported by the Enhancement Builder tool and ABAP language elements. &lt;/P&gt;&lt;P&gt;The objective of the Enhancement Framework is to provide a technology to create modification-free enhancements and to unify all possible ways of modifying or enhancing Repository objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multilayer Support&lt;/P&gt;&lt;P&gt;- In contrast to modifications with enhancements it becomes possible to have&lt;/P&gt;&lt;P&gt;enhancements on different development levels, e.g.&lt;/P&gt;&lt;P&gt;- Core development&lt;/P&gt;&lt;P&gt;- Application development&lt;/P&gt;&lt;P&gt;- Add on development&lt;/P&gt;&lt;P&gt;- Customer development&lt;/P&gt;&lt;P&gt;- It is possible to create multiple enhancement implementations on different layers or&lt;/P&gt;&lt;P&gt;to replace an enhancement implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement Spots&lt;/P&gt;&lt;P&gt;Enhancement Spots can only be of type source code Enhancement or BAdI.&lt;/P&gt;&lt;P&gt;Enhancement Spots manage explicit Enhancement Options&lt;/P&gt;&lt;P&gt;While implicit enhancement options always exist and do not require any special management, explicit enhancement options created in an initial system must be made known to developers in target systems via Enhancement Spots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement Implementations&lt;/P&gt;&lt;P&gt;Enhancement implementations manage their enhancements.&lt;/P&gt;&lt;P&gt;Enhancements made by developers in follow-on systems are managed as Enhancement Implementations. This applies to all enhancement options, both explicit and implicit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/user_exits_tutorial.html" target="test_blank"&gt;http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/user_exits_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen Exit is nothing but enhancing the screen like creating some more fields, subscreen and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to the screen&lt;DEL&gt;&amp;gt;System&lt;/DEL&gt;&amp;gt;Status--&amp;gt;Program (Double &lt;/P&gt;&lt;P&gt;click this program. It will take you to the program.&lt;/P&gt;&lt;P&gt;2. Now, Goto--&amp;gt;Object Directory Entry.&lt;/P&gt;&lt;P&gt;3. Make a note the package name.&lt;/P&gt;&lt;P&gt;4. Now run the transactions SMOD, press F4 and enter the &lt;/P&gt;&lt;P&gt;above noted package, press enter.&lt;/P&gt;&lt;P&gt;5. It will display list of Exits.&lt;/P&gt;&lt;P&gt;6. Now go back to the initial screen SMOD.&lt;/P&gt;&lt;P&gt;7. Specify the exit name here and select the radio button&lt;/P&gt;&lt;P&gt;Components.&lt;/P&gt;&lt;P&gt;8. It will display four group boxes one for FM, second &lt;/P&gt;&lt;P&gt;for Fcodes, thrid for Screen areas and last for &lt;/P&gt;&lt;P&gt;includes.&lt;/P&gt;&lt;P&gt;9. Goto transaction CMOD, create a new project, and &lt;/P&gt;&lt;P&gt;click the button "Enhancement assignments" and &lt;/P&gt;&lt;P&gt;specify your enhancements that you got in SMOD.&lt;/P&gt;&lt;P&gt;10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For information on Exits, check these links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/code/abap26.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/code/abap26.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easymarketplace.de/userexit.php" target="test_blank"&gt;http://www.easymarketplace.de/userexit.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/userexit.pdfUser-Exit" target="test_blank"&gt;http://www.sappoint.com/abap/userexit.pdfUser-Exit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 06:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125375#M742350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: screen Exit for TCODE CO15</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125376#M742351</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;Check this exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CNFPP01              PP order conf.: Determine customer specific default values	&lt;/P&gt;&lt;P&gt;CONFPP02           PP order conf.: Customer specific input checks 1	&lt;/P&gt;&lt;P&gt;CONFPP03           PP order conf.: Cust. specific check after op. selection	&lt;/P&gt;&lt;P&gt;CONFPP04           PP order conf.: Customer specific input checks 2	&lt;/P&gt;&lt;P&gt;CONFPP05            PP order conf.: Customer specific enhancements when saving	&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 Subscreens	&lt;/P&gt;&lt;P&gt;CONFPS01               PS confirmation: Determine customer specific default values	&lt;/P&gt;&lt;P&gt;CONFPS02	PS confirmation: Customer specific input checks 1&lt;/P&gt;&lt;P&gt;CONFPS03	PS confirmation: Customer specific check after op. selection&lt;/P&gt;&lt;P&gt;CONFPS04	PS confirmation: Customer specific input checks 2&lt;/P&gt;&lt;P&gt;CONFPS05	PS confirmation: Customer specific enhancements when saving&lt;/P&gt;&lt;P&gt;CONF0001	Enhancements in order confirmation&lt;/P&gt;&lt;P&gt;CONFPI01	                Process order conf.: Calculate cust.specific default values&lt;/P&gt;&lt;P&gt;CONFPI02 	Process order confirmation: Customer spec. input checks 1&lt;/P&gt;&lt;P&gt;CONFPI03	                Process order conf.: Cust. spec. check after op. selection&lt;/P&gt;&lt;P&gt;CONFPI04	                Process order conf.: Customer specific input checks 2&lt;/P&gt;&lt;P&gt;CONFPI05 	Process order conf.: Cust. spec. enhancements when saving&lt;/P&gt;&lt;P&gt;CONFPI06 	Process order confirmation: Actual data transfer&lt;/P&gt;&lt;P&gt;CONFPM01	PM/SM order conf.: Determine cust. specific default values&lt;/P&gt;&lt;P&gt;CONFPM02	PM/SM order confirmation: Customer specific input checks 1&lt;/P&gt;&lt;P&gt;CONFPM03	PM/SM order conf.: Cust. spec. check after op. selection&lt;/P&gt;&lt;P&gt;CONFPM04	PM/SM order conf.: Customer specific input check 2&lt;/P&gt;&lt;P&gt;CONFPM05	PM/SM order conf.: Cust. specific enhancements when saving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 06:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125376#M742351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T06:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: screen Exit for TCODE CO15</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125377#M742352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above mentioned solutions are already performed . I will Request all of you to please give a specific screen exit name for tcode CO15 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 12:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125377#M742352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: screen Exit for TCODE CO15</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125378#M742353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this process&lt;/P&gt;&lt;P&gt;1. Go to the screen&lt;DEL&gt;&amp;gt;System&lt;/DEL&gt;&amp;gt;Status--&amp;gt;Program (Double &lt;/P&gt;&lt;P&gt;click this program. It will take you to the program.&lt;/P&gt;&lt;P&gt;2. Now, Goto--&amp;gt;Object Directory Entry.&lt;/P&gt;&lt;P&gt;3. Make a note the package name.&lt;/P&gt;&lt;P&gt;4. Now run the transactions SMOD, press F4 and enter the &lt;/P&gt;&lt;P&gt;above noted package, press enter.&lt;/P&gt;&lt;P&gt;5. It will display list of Exits.&lt;/P&gt;&lt;P&gt;6. Now go back to the initial screen SMOD.&lt;/P&gt;&lt;P&gt;7. Specify the exit name here and select the radio button&lt;/P&gt;&lt;P&gt;Components.&lt;/P&gt;&lt;P&gt;8. It will display four group boxes one for FM, second &lt;/P&gt;&lt;P&gt;for Fcodes, thrid for Screen areas and last for &lt;/P&gt;&lt;P&gt;includes.&lt;/P&gt;&lt;P&gt;9. Goto transaction CMOD, create a new project, and &lt;/P&gt;&lt;P&gt;click the button "Enhancement assignments" and &lt;/P&gt;&lt;P&gt;specify your enhancements that you got in SMOD.&lt;/P&gt;&lt;P&gt;10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 12:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-tcode-co15/m-p/3125378#M742353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T12:38:40Z</dc:date>
    </item>
  </channel>
</rss>

