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

regarding namespace...

Former Member
0 Likes
416

Hi Masters,

i have one requirement... i had developed all the objects with the name of z or y ..

now my clients requires their company name instead of z or y..

for eg:

company name is "0ROSE".

now the object name should be /ROSE/MMXYA001.

instead of zmmxya001.

for that i got the keys provided by sap for repair..

but can u explain me how to do the process step by step .. as i am new to it...

Thanks in Advance,

jagannath.

2 REPLIES 2
Read only

former_member480923
Active Contributor
0 Likes
394

Go to the SE38 First Screen enter ur Program Name (zmmxya001) and hit the rename button or Program->rename.

Enter the Proposed name -> it will ask for the Accesskey -> enter the key.

<b>Remember before doing the rename change the Program name inside the Code to the Proposed name before doing the Steps</b>

Hope That Helps

Anirban M.

Read only

Ashutosht09
Participant
0 Likes
394

Check for the object "Where used List" ( CTRL + Shift + F3 )

The custome developed objects are not used at a lot of places normally.

So change the names at all the occurences of the object.

Also remeber to check if the custom objects are involved in some configuration. Check the function and technical designs for the same.

Reward points if useful...