<?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: Function Over riding. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810113#M41703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitanshu,&lt;/P&gt;&lt;P&gt;Yes it is possible to call a function from a function or to a subroutine from a subroutine. Function overriding is not possible in ABAP. But can you tell me why do you want to override a function. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Komal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Nov 2004 06:16:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-05T06:16:12Z</dc:date>
    <item>
      <title>Function Over riding.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810112#M41702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m new to ABAP programming. Please let me know that is it possible to call a funtion inside a function. if possible please let me know if funtion over riding is applicable in ABAP/4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2004 04:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810112#M41702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-05T04:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function Over riding.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810113#M41703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitanshu,&lt;/P&gt;&lt;P&gt;Yes it is possible to call a function from a function or to a subroutine from a subroutine. Function overriding is not possible in ABAP. But can you tell me why do you want to override a function. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Komal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2004 06:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810113#M41703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-05T06:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function Over riding.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810114#M41704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Komal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for the info. Actually i was looking for a way to pass a user defined function into an another function.&lt;/P&gt;&lt;P&gt;I was just looking for a more convenient way other than exporting tables back into the main program and passing those tables back into another function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2004 09:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810114#M41704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-05T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function Over riding.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810115#M41705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitanshu,&lt;/P&gt;&lt;P&gt;you cannot pass a function to another function.&lt;/P&gt;&lt;P&gt;If both the functions are custom functions then one way to do this is to assign both functions to single function group and define a global internal table which  if you initialize in one function it will be available to other function. you won't need to export it back and pass it again to other function.&lt;/P&gt;&lt;P&gt;alternatively you can use EXPORT/IMPORT to memory.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Komal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2004 12:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810115#M41705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-05T12:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function Over riding.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810116#M41706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If both those functions are custom, you can call the second function from your first function. This way, your main program won't need to receives the internal table from the first function, then pass it to the second function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2004 15:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-over-riding/m-p/810116#M41706</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-11-05T15:13:14Z</dc:date>
    </item>
  </channel>
</rss>

