<?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: Any source to know which std program is copied as ....... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524102#M1069508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah,but when a include is used in more than one program then it will difficult to trace out I guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Sep 2008 09:12:09 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2008-09-20T09:12:09Z</dc:date>
    <item>
      <title>Any source to know which std program is copied as .......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524100#M1069506</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;If a SAP Standard program is copied as zprogram and modifed is there any way to know which standard program is copied as what ie any table which stores this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex RM07DOCS is copied as ZXXXX and we want know the source of ZXXXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 08:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524100#M1069506</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2008-09-20T08:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Any source to know which std program is copied as .......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524101#M1069507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not stored anywhere, but you can identify if u go through the source code by analyzing the include names and other program units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 09:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524101#M1069507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-20T09:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Any source to know which std program is copied as .......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524102#M1069508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah,but when a include is used in more than one program then it will difficult to trace out I guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 09:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524102#M1069508</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2008-09-20T09:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Any source to know which std program is copied as .......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524103#M1069509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP doesnt store this data in any table. But as a standard practice usually most of the project maintain an excel sheet with the Standard program Name &amp;amp; copied program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This helps during upgrade to identify whether the Z copied programs also requied an update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal practice is to copy the standard program &amp;amp; add Z/Y before it. But if certain naming convention is followed, then you will have to check the program manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 09:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524103#M1069509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-20T09:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Any source to know which std program is copied as .......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524104#M1069510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just a weird solution... whenever a program is copied, people don't change the 'REPORT' statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try with this option also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;People usually follow the convention of keeping a part of the name of the Original Program in the New Program , so you can search with this way also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 11:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-source-to-know-which-std-program-is-copied-as/m-p/4524104#M1069510</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2008-09-20T11:22:21Z</dc:date>
    </item>
  </channel>
</rss>

