<?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: Need to tweak a standard function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093111#M1182186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To change a standard program / function module you need to use either a user exit or an enhancement point.&lt;/P&gt;&lt;P&gt;Since it is a function module, it is better if you copy it to Zfuncton module and change it.&lt;/P&gt;&lt;P&gt;This way you are not effecting other programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mubeen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2009 16:18:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-26T16:18:47Z</dc:date>
    <item>
      <title>Need to tweak a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093107#M1182182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a standard function module i need to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to tweak it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need  to comment one of the statements it has used (its a PERFORM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2009 14:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093107#M1182182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-25T14:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need to tweak a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093108#M1182183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other way out , by which we can do it???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2009 14:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093108#M1182183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-25T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need to tweak a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093109#M1182184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a Zcopy of it use it. U need to copy the function group to Zfunction group with all includes and copy the function module to ur Zfm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kartik tarla on Jan 25, 2009 7:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2009 14:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093109#M1182184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-25T14:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to tweak a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093110#M1182185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use netweaver 7.0 (2004s) or more, you may use an implicit enhancement option with "EXIT" statement at the beginning of the routine. Be sure to do it only if you come from the function module. If the routine is called from several locations, you may define a global flag in the function group, set the global flag ON at the beginning of the function module, and set it OFF at the end, all these changes are to be done also with implicit enhancement options. For more information see enhancement framework in sap library, and SDN page for enhancement framework.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2009 19:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093110#M1182185</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-01-25T19:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to tweak a standard function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093111#M1182186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To change a standard program / function module you need to use either a user exit or an enhancement point.&lt;/P&gt;&lt;P&gt;Since it is a function module, it is better if you copy it to Zfuncton module and change it.&lt;/P&gt;&lt;P&gt;This way you are not effecting other programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mubeen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 16:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-tweak-a-standard-function-module/m-p/5093111#M1182186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-26T16:18:47Z</dc:date>
    </item>
  </channel>
</rss>

