<?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: Queries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/2788098#M650193</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;1.How can we transport a Project that is created in CMOD from one server to another ?&lt;/P&gt;&lt;P&gt;2.How can we implement same user exit for multiple regions for same client?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.When we have to go for User Exit and when we have to go for BADI?&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BADIS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt; is an anticipated point of extension &amp;#150; these points act like sockets and exist in the original source code&lt;/P&gt;&lt;P&gt; based on ABAP Objects. BAdI defines an interface that can be implemented by BAdI-implementations that are transport objects of their own&lt;/P&gt;&lt;P&gt; Important! There are 2 roles: Enhancement Option-provider &amp;amp; Implementer.&lt;/P&gt;&lt;P&gt; In the above context, Enhancement Implementation can be done only if option (hook) is provided by the Option-provider. In simple words there are no implicit BAdIs. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;user exit&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;EXIT s are nothing but the R/3 Enhancements which allows you to add your own functionality to SAP&amp;#146;s standard business applications without having to modify the original applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.How many Menu exits we can implement for single transaction?&lt;/P&gt;&lt;P&gt;    &amp;lt;b&amp;gt;Menu exits&amp;lt;/b&amp;gt; add items to the pull down menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.&lt;/P&gt;&lt;P&gt;      SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item&amp;#146;s text when activating the item in an add-on project.&lt;/P&gt;&lt;P&gt;you can creat any number of if possible as per ur req&lt;/P&gt;&lt;P&gt;5.What happend to a user exit that is implemented when version upgrade happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.how many screen exits we can create for a single T-Code&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Screen Exits&amp;lt;/b&amp;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;as per ur req u can creat any number of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.What are the exits available in SAP R/2 system?How can we differentiate them with R/3 user-exits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 12:16:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-10T12:16:55Z</dc:date>
    <item>
      <title>Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/2788097#M650192</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;Please clarify these queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.How can we transport a Project that is created in CMOD from one server to another ?&lt;/P&gt;&lt;P&gt;2.How can we implement same user exit for multiple regions for same client?&lt;/P&gt;&lt;P&gt;3.When we have to go for User Exit and when we have to go for BADI?&lt;/P&gt;&lt;P&gt;4.How many Menu exits we can implement for single transaction?&lt;/P&gt;&lt;P&gt;5.What happend to a user exit that is implemented when version upgrade happens?&lt;/P&gt;&lt;P&gt;6.how many screen exits we can create for a single T-Code&lt;/P&gt;&lt;P&gt;7.What are the exits available in SAP R/2 system?How can we differentiate them with R/3 user-exits?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 12:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/2788097#M650192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T12:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/2788098#M650193</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;1.How can we transport a Project that is created in CMOD from one server to another ?&lt;/P&gt;&lt;P&gt;2.How can we implement same user exit for multiple regions for same client?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.When we have to go for User Exit and when we have to go for BADI?&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BADIS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt; is an anticipated point of extension &amp;#150; these points act like sockets and exist in the original source code&lt;/P&gt;&lt;P&gt; based on ABAP Objects. BAdI defines an interface that can be implemented by BAdI-implementations that are transport objects of their own&lt;/P&gt;&lt;P&gt; Important! There are 2 roles: Enhancement Option-provider &amp;amp; Implementer.&lt;/P&gt;&lt;P&gt; In the above context, Enhancement Implementation can be done only if option (hook) is provided by the Option-provider. In simple words there are no implicit BAdIs. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;user exit&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;EXIT s are nothing but the R/3 Enhancements which allows you to add your own functionality to SAP&amp;#146;s standard business applications without having to modify the original applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.How many Menu exits we can implement for single transaction?&lt;/P&gt;&lt;P&gt;    &amp;lt;b&amp;gt;Menu exits&amp;lt;/b&amp;gt; add items to the pull down menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.&lt;/P&gt;&lt;P&gt;      SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item&amp;#146;s text when activating the item in an add-on project.&lt;/P&gt;&lt;P&gt;you can creat any number of if possible as per ur req&lt;/P&gt;&lt;P&gt;5.What happend to a user exit that is implemented when version upgrade happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.how many screen exits we can create for a single T-Code&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Screen Exits&amp;lt;/b&amp;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;as per ur req u can creat any number of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.What are the exits available in SAP R/2 system?How can we differentiate them with R/3 user-exits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 12:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/2788098#M650193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T12:16:55Z</dc:date>
    </item>
  </channel>
</rss>

