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 objects from customer name space

former_member202771
Contributor
0 Kudos

Hi Experts,

There are some objects starting with customer name space.

say /abcd/report instead of z_report. These are created in a group wide sap and imported to different landscapes.

My question is when I am trying to edit the object in one landscape, it says objects in foreign namespace cannot be edited.

But in other landscape, it is editable.

What could be the reason. ??

thanks,

Anil

1 ACCEPTED SOLUTION

former_member195402
Active Contributor
0 Kudos

Hi,

this depends on the setting in view V_TRNSPACE.

If you have the authorities to maintain, you can call tcode SE03. One of the admin functions there is to display/change the namespace settings.

If you call the function, the overview screen of maintenance view V_TRNSPACE will be displayed.

After a doubleclick on a namespace, you can see all settings. The namespace role and license are important.

Compare both landscapes for the namespace. There should be differences.

Regards,

Klaus


2 REPLIES 2

former_member195402
Active Contributor
0 Kudos

Hi,

this depends on the setting in view V_TRNSPACE.

If you have the authorities to maintain, you can call tcode SE03. One of the admin functions there is to display/change the namespace settings.

If you call the function, the overview screen of maintenance view V_TRNSPACE will be displayed.

After a doubleclick on a namespace, you can see all settings. The namespace role and license are important.

Compare both landscapes for the namespace. There should be differences.

Regards,

Klaus


0 Kudos

Hi Klaus,

yes there is a flag, EDITFLAG in table TRNSPACE, if this flag is set, we will be able to edit that particular namespace.

Thanks,

Anil