<?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: difference in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2067595#M427957</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;For user-exit MV45AFZB, there is not SMOD. So there will not be any CMOD either. You need to get the access key for MV45AFZB after that you can write code in any of the form routine in this include. There are other such user-exit in sales, billing, shipping etc. Check out this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2007 04:34:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-23T04:34:27Z</dc:date>
    <item>
      <title>difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2067594#M427956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all, iam new to user-exits,&lt;/P&gt;&lt;P&gt;  i know how to implement a user-exit when it has a function module and we write the coding in cmod. for eg :  we go to cmod&lt;/P&gt;&lt;P&gt;     enter the enhancement  V45A0002 and goto fm EXIT_SAPMV45A_002 and write the code in ZXVVAU04 include.&lt;/P&gt;&lt;P&gt;  BUT how to implement a user-exit when its in perform statement in an include&lt;/P&gt;&lt;P&gt;  for eg: in include  MV45AFZB  there is a user-exit&lt;/P&gt;&lt;P&gt;  userexit_check_vbak   it is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   form userexit_check_vbak using us_dialog&lt;/P&gt;&lt;P&gt;   endform.  &lt;/P&gt;&lt;P&gt;   how to write the code inthis&lt;/P&gt;&lt;P&gt;  thers no particular requirement for me&lt;/P&gt;&lt;P&gt; but could anyone just clear me on this.&lt;/P&gt;&lt;P&gt; wts the diff between a  user-exit and field-exit&lt;/P&gt;&lt;P&gt; expecting a response &lt;/P&gt;&lt;P&gt; advane thnx             prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 21:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2067594#M427956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2067595#M427957</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;For user-exit MV45AFZB, there is not SMOD. So there will not be any CMOD either. You need to get the access key for MV45AFZB after that you can write code in any of the form routine in this include. There are other such user-exit in sales, billing, shipping etc. Check out this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 04:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2067595#M427957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T04:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2067596#M427958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt; Let me share some points with u.&lt;/P&gt;&lt;P&gt;  User exit means to enahnce the functionality what ever area it may be.&lt;/P&gt;&lt;P&gt;Field exit means to enhance one field to the existing functionality. It is one part of user exit.&lt;/P&gt;&lt;P&gt;For any ext implimentation first u find out required exit name, For find that so many methods available. After finding the exit name we can start the coding suitable to our requirement. after that in cmod add that exit under our project name and activate it by using the activate button on cmod intial screen. Now u r code will be start working.&lt;/P&gt;&lt;P&gt;Hope this helps you, reply for queries, Shall post you the updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 05:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2067596#M427958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T05:52:17Z</dc:date>
    </item>
  </channel>
</rss>

