‎2010 Jun 10 3:52 PM
Hi Guru ,
My requirement is like - i want to replance all name space (/ABC) to (/XYZ) in All table , Program .
Please suggest which is better way for that.
Example.
/PAYMETRC/PM30 to /XYXMETRC/PM30 like Remane .
Same thingsh should be replace in source code like in source code - table is USING /PAYTABLEPARAM TO /XYZTABLEPRAM.
Same in Structre - Data Field , Data Element and Domain,,.. etc.
Please suggest what is best way for taht can we do it programatically and Manul.
Thanks
Durgesh
‎2010 Jun 10 5:35 PM
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..
‎2010 Jun 11 8:33 AM
Hi Soumya,
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 .
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.
That is only one simple example .
As i know here by two way i can do --
1. Manual
2. Programatically.
BY using manual is lot of time takan - more than 100000 object need to convert Z name to some othe z custom name space.
Programatically it can fit or i dont know .
Can any suggest me about this requirement.
Regards
Durgesh