<?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: Changes In standard program or function module not allowing . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-standard-program-or-function-module-not-allowing/m-p/2529782#M573532</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;A set of Function Modules will be stored in the Function Group.&lt;/P&gt;&lt;P&gt;So looking onto the error of ur object ...it seems ....first u need to make changes in the FM &amp;lt;b&amp;gt;RV_INVOICE_DOCUMENT_ADD&amp;lt;/b&amp;gt; , which could be depended on ur requirement FM.....so get the access key of that FM also .... just add some text &amp;amp; activate .... then u start making actual changes in ur FM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the Function Group ... goto SE80... c the available FM  under that Func Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is Useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 08:09:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-11T08:09:01Z</dc:date>
    <item>
      <title>Changes In standard program or function module not allowing .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-standard-program-or-function-module-not-allowing/m-p/2529781#M573531</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;When I am trying to change the standard function module for some requirements following error is coming.&lt;/P&gt;&lt;P&gt;Error is "Carry out modification comparison for FUNC RV_INVOICE_DOCUMENT_ADD first. No changes possible".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve this error ,plz tell me as early as possible ,its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 07:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-standard-program-or-function-module-not-allowing/m-p/2529781#M573531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T07:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changes In standard program or function module not allowing .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-standard-program-or-function-module-not-allowing/m-p/2529782#M573532</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;A set of Function Modules will be stored in the Function Group.&lt;/P&gt;&lt;P&gt;So looking onto the error of ur object ...it seems ....first u need to make changes in the FM &amp;lt;b&amp;gt;RV_INVOICE_DOCUMENT_ADD&amp;lt;/b&amp;gt; , which could be depended on ur requirement FM.....so get the access key of that FM also .... just add some text &amp;amp; activate .... then u start making actual changes in ur FM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the Function Group ... goto SE80... c the available FM  under that Func Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is Useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 08:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-standard-program-or-function-module-not-allowing/m-p/2529782#M573532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T08:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changes In standard program or function module not allowing .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-standard-program-or-function-module-not-allowing/m-p/2529783#M573533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Apart from some limited extension capability implemented in some BAPIs (for example BAPI_SALESORDER_CREATEFROMDAT2) I have not really seen a userexit approach to changing the parameters passed to/from standard functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in general, you have to either copy the function to a Z function or modify the function (and every program that calls it). I think this decision depends upon the function in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the function is not accessing global data from the function group, and doesn't call lots of routines from within the function group I would copy it. If, however, the function seems to be tightly integrated with the function group it may be quite difficult to copy it and get it to function correctly, particularly if it relies on other functions being called by the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you can copy it and get it to work reasonably easily then I would do this, and change the interface to suit your purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from some limited extension capability implemented in some BAPIs (for example BAPI_SALESORDER_CREATEFROMDAT2) I have not really seen a userexit approach to changing the parameters passed to/from standard functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in general, you have to either copy the function to a Z function or modify the function (and every program that calls it). I think this decision depends upon the function in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the function is not accessing global data from the function group, and doesn't call lots of routines from within the function group I would copy it. If, however, the function seems to be tightly integrated with the function group it may be quite difficult to copy it and get it to function correctly, particularly if it relies on other functions being called by the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you can copy it and get it to work reasonably easily then I would do this, and change the interface to suit your purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this for Uer exit&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/enhance/uexits/uexits_doc.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/enhance/uexits/uexits_doc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 08:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-standard-program-or-function-module-not-allowing/m-p/2529783#M573533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T08:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changes In standard program or function module not allowing .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-standard-program-or-function-module-not-allowing/m-p/2529784#M573534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 05:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changes-in-standard-program-or-function-module-not-allowing/m-p/2529784#M573534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T05:49:35Z</dc:date>
    </item>
  </channel>
</rss>

