<?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 I want to update source code based in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-to-update-source-code-based/m-p/6974731#M1491787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like - i want to replance all name space (/ABC) to (/XYZ) in All table , Program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest which is better way for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/PAYMETRC/PM30  to /XYXMETRC/PM30 like Remane .&lt;/P&gt;&lt;P&gt;Same thingsh should be replace in source code like in source code - table is USING /PAYTABLEPARAM TO /XYZTABLEPRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same in Structre - Data Field , Data Element and Domain,,.. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what is best way for taht can we do it programatically and Manul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durgesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jun 2010 14:52:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-10T14:52:12Z</dc:date>
    <item>
      <title>I want to update source code based</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-to-update-source-code-based/m-p/6974731#M1491787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like - i want to replance all name space (/ABC) to (/XYZ) in All table , Program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest which is better way for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/PAYMETRC/PM30  to /XYXMETRC/PM30 like Remane .&lt;/P&gt;&lt;P&gt;Same thingsh should be replace in source code like in source code - table is USING /PAYTABLEPARAM TO /XYZTABLEPRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same in Structre - Data Field , Data Element and Domain,,.. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what is best way for taht can we do it programatically and Manul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durgesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 14:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-to-update-source-code-based/m-p/6974731#M1491787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T14:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: I want to update source code based</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-to-update-source-code-based/m-p/6974732#M1491788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it is a standard code like Sales order creation.. do not change the code.. better try to find out user exits and enhacnment points.. or if it is Custom then you can do what ever you want..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 16:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-to-update-source-code-based/m-p/6974732#M1491788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: I want to update source code based</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-to-update-source-code-based/m-p/6974733#M1491789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not standard code . Its all Z programe more than 2000 and using only z table . in this i want replace all table name , data element , domain to customer name space based on custom requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eq. Z table is using in ZPROGRAM  LIKE  ZBAAPARAM table to change customer name space ZABCPARAM and same in data element and domain with having custom declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is only one simple example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i know here by two way i can do --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Manual &lt;/P&gt;&lt;P&gt;2. Programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BY using manual is lot of time takan - more than 100000 object need to convert Z name to some othe z custom name space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programatically it can fit or i dont know .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any suggest me about this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Durgesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 07:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-want-to-update-source-code-based/m-p/6974733#M1491789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T07:33:29Z</dc:date>
    </item>
  </channel>
</rss>

