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

change namespace for development objects

Former Member
0 Likes
694

hi at all,

i have to transport a lot of customer development objects (reports, tables, programs, WebDynpro-components...) from one system to another development system. in the source system all customer-objects are named like Y* or Z* (e.g. Z_CM_COURSDETAILS).

After that in the target system i have to change this names into our own company namespace (like /ABCD/CM_COURSDETAILS).

How can i do this? The company namespace is activated an part of the view V_TRNSPACE.

So, do i have to change every object by myself? Or is there a report or another automaticly help?

Thanks for your information and help,

regards

Hendrik

1 REPLY 1
Read only

Former Member
0 Likes
380

You can probably write a small BDC in the target system which accepts one type of objects, rename the object and activate it.