<?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 Problem with  Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223722#M1207792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;can anybody tell me how can i calculate &lt;/P&gt;&lt;P&gt;cost depreciation for an asset.&lt;/P&gt;&lt;P&gt;I have used one function module DEPR_RECALCULATE.&lt;/P&gt;&lt;P&gt;but it will allow only one date and it will calculate depreciation for total year .&lt;/P&gt;&lt;P&gt;As per my &lt;/P&gt;&lt;P&gt;I want to pass the two dates  and need to  calculate the  depreciation between two periods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Feb 2009 06:27:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-15T06:27:50Z</dc:date>
    <item>
      <title>Problem with  Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223722#M1207792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;can anybody tell me how can i calculate &lt;/P&gt;&lt;P&gt;cost depreciation for an asset.&lt;/P&gt;&lt;P&gt;I have used one function module DEPR_RECALCULATE.&lt;/P&gt;&lt;P&gt;but it will allow only one date and it will calculate depreciation for total year .&lt;/P&gt;&lt;P&gt;As per my &lt;/P&gt;&lt;P&gt;I want to pass the two dates  and need to  calculate the  depreciation between two periods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 06:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223722#M1207792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-15T06:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223723#M1207793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can create a Zcopy of the FM and customize according to ur requirement.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 07:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223723#M1207793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-15T07:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223724#M1207794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try following FMs:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEPR_CALCULATE_FOR_RETIREMENT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEPR_RECALCULATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AM_ASSET_DEPR_CALCULATE Trigger depreciation recalculation from the mast&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ARF1 FI-AA: RFC for recalculating depr.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AM_DEPR_RECALCULATE_RFC Depreciation recalculation using RFC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AM_DEPR_RECALCULATE_RFC_EURO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FIAA_DEPR_RECALCULATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 08:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223724#M1207794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-15T08:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223725#M1207795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  i have copied   "Depr_recalculate"  function module to one Z function module&lt;/P&gt;&lt;P&gt;But the  Zcopy function module does not execute.&lt;/P&gt;&lt;P&gt;It  goes  to shortdump .&lt;/P&gt;&lt;P&gt;Error: the function module  is not active or doen not contain no code&lt;/P&gt;&lt;P&gt;         the function module  "ZCOPY" is called  but could not be found in its function group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked every thing but same error is displayed.&lt;/P&gt;&lt;P&gt;The reason is standard function is in standard function group.&lt;/P&gt;&lt;P&gt;my function module is stored in  ZGROUP .&lt;/P&gt;&lt;P&gt;So how can i work out this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 10:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223725#M1207795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-15T10:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223726#M1207796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi we copy a standard function module by copying its entire function group  through se80 so that all includes and related standard code is also copied and then select only the fm u require to copy rest copy all include as it is to ur Z function group activate the function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u can goto se37 and use ur copied fm.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2009 10:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223726#M1207796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-15T10:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223727#M1207797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin.&lt;/P&gt;&lt;P&gt;Thank you for u r  quick reply.&lt;/P&gt;&lt;P&gt;I have tried all  these function modules but as per our requirement &lt;/P&gt;&lt;P&gt;They are not support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue:&lt;/P&gt;&lt;P&gt;I need to calculate the cost depreciation between APRIL and MARCH &lt;/P&gt;&lt;P&gt;but DEPR_RECALCULATE    Fm   will calculate  between  JAN  and  the date which is specified in the parameter field on the  selection screen .&lt;/P&gt;&lt;P&gt;so how can calculate the depreciation cost between two dates( I want to pass the  select-options).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanking you,&lt;/P&gt;&lt;P&gt;    Regards &lt;/P&gt;&lt;P&gt;    sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 05:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-modules/m-p/5223727#M1207797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T05:50:29Z</dc:date>
    </item>
  </channel>
</rss>

