Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

I want to update source code based

Former Member
0 Likes
438

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

2 REPLIES 2
Read only

Former Member
0 Likes
378

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..

Read only

0 Likes
378

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