<?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: How to adapt a standard Program (TCode LEER) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885573#M371475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Be aware that the modified FM will not be member of the same Function Group than the original one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the old FM use common data with the others FM called in the program you risk to encounter some problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2007 09:35:38 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2007-01-26T09:35:38Z</dc:date>
    <item>
      <title>How to adapt a standard Program (TCode LEER)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885570#M371472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I want to copy Program RVFTPRER (Tcode LEER) and adapt the code because I want to make some modifications ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that there are a lot of Functions (FT_VEND_DECL_SD, FT_VEND_DECL_SD_GET_DATA, FT_VEND_DECL_SD_SHOW_LIST etc...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I modify just one function, I have to copy it as ZFT_VEND_DECL_SD_SHOW_LIST for example, and I must modify the program who call this function ... Hope you understand ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help, thans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz,David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 09:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885570#M371472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T09:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to adapt a standard Program (TCode LEER)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885571#M371473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, if you need to change some functions using in that report you'll have to change the report too in order to replace the calls of those fms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it would be better you create a copy of std report and update it instead of the standard one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 09:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885571#M371473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T09:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to adapt a standard Program (TCode LEER)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885572#M371474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi max,&lt;/P&gt;&lt;P&gt;thanks for the answer ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create a copy of this report, it's obligatory to make a copy of all Function Groups, Type Groups, Includes and Functions used in this report no ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz, David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 09:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885572#M371474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T09:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to adapt a standard Program (TCode LEER)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885573#M371475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Be aware that the modified FM will not be member of the same Function Group than the original one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the old FM use common data with the others FM called in the program you risk to encounter some problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 09:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885573#M371475</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-01-26T09:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to adapt a standard Program (TCode LEER)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885574#M371476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if u kno exactly which includes u dont need den in ur zprog comment dose includes.&lt;/P&gt;&lt;P&gt;copy da code in includes needed, create new includes and paste in dem.&lt;/P&gt;&lt;P&gt;den u'll b able to modify.&lt;/P&gt;&lt;P&gt;same goes  for functions as well.&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 09:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885574#M371476</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-01-26T09:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to adapt a standard Program (TCode LEER)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885575#M371477</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;No, It's not obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to copy function group and the function modules you need to use (it's not obligatory to copy all function modules of a function group) and then copy only the include you need to change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In generally when std object has to be copied, it create a copy of main object only and then copy the objects have to be changed for the modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 10:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-adapt-a-standard-program-tcode-leer/m-p/1885575#M371477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T10:04:35Z</dc:date>
    </item>
  </channel>
</rss>

