Application Development 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: 

Renaming objects in TR

former_member910648
Discoverer
0 Kudos
607

Hi All,

I have a scenario where the report should ask for a TR number and rename all the objects in the TR as per certain naming conventions. Is there any way to rename the object in mass programmatically?

If so, please help me with this.

PS: I tried debugging the renaming function used in standard screen. The problem is that each object is going into different standard programs.

Thanks

3 REPLIES 3

GK817
Active Contributor

0 Kudos
280

Hi Gaurav,

Thanks but i already got through that thread and sadly i couldn't find any specific solution. 😞

FredericGirod
Active Contributor
0 Kudos
280

don Quixote de la Mancha

honestly, it is a very high level of coding. Imagine you have to rename a data element, it is easy, but how to you go to every place this data element was used ? even directly in the code (for example when developer directly specified for field catalog).

and if you forget something, your system could have dumps ...

I have wrote a program that check consistency of Transport Request (based on sandra.rossi code), but it is not simple ... and I only tried to check consistency.