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: 

Change Object Z to Namespace

0 Kudos

Are there any tool to chage Objects Z to Namespace ? (Bulk modification)

8 REPLIES 8

Jelena
Active Contributor

Judging by the lack of replies I must be not the only one confused by the question. You might want to explain more clearly what exactly you're trying to achieve. And please use Comment instead of Answer to do that.

0 Kudos

This is an Abap question.
I need to convert many objects Z (Programs, Tables, Functions) to Namespace Objects.

matt
Active Contributor
0 Kudos

The OP is, I believe, talking about moving objects from Z/Y namespace into a /NAMESPACE/ type namespace.

No. There is no tool. You have to do it manually. And yes, I am speaking from experience. You might be able to rename some objects, but some you'll have to copy. Once copied, delete the original. Renaming in Eclipse will reduce some of the effort.

Transport the new /.../ objects to a system without the Z objects, and look for syntax errors. Fix those in development, retransport until you have no errors.

Then run the abap scan program looking for the Z objects. Run SCI to check for FM calls (CALL FUNCTION 'Z...').

Don't rename your Zblah program /.../Zblah. Do rename to /.../blah.

DoanManhQuynh
Active Contributor
0 Kudos

Is this related to tcode SE03 and view V_TRNSPACE? i dont have authorization to see it, but i think if we can modify that view then we can input bulk namespace there...just curious.

0 Kudos

> Renaming in Eclipse will reduce some of the effort.

Just fyi, ADT unfortunately does not support cross namespace renaming as it cannot change the package assignment in the same step.

matt
Active Contributor
0 Kudos

0281bd377f70426e8bb9d2d0005e7762

Oh /censored/! 🙂

gregorw
Active Contributor

And there is another project arround: Automagic standalone renaming of ABAP objects