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: 

Will a blank Namespace field in SCDO create problem ?

Former Member
0 Kudos

Hello Everyone,

While cerating Object Class via tcode SCDO, if I leave the field Namespace blank, will it create any problem ?

When I give /0CUST/ as Namespace, I get a message :

" Namespace /0CUST/ not allowed "

and when I leave it blank I get a message :

" Change Document is not in your Namespace, Do you still want to create the object ? "

Thanks

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

The last message is because you try to use a name which does not start by Y or Z.

For the first message, /.../ namespace is reserved to SAP, or you have to ask SAP one for the developments of your company.

Read these notes for more information:

note 84282 - Development namespaces for customers and partners

note 105132 - Reserve a namespace:

0 Kudos

Thanks.

since all the namespaces are starting and ending with / , i am thinking to keep the field blank and go ahead with object class creation. Any idea if it will create a problem at the time of transport ? I will be assigning a package though ..

0 Kudos

I made a mistake in my answer, the prefix must be Z_ or Y_ (check it in sap note 16466)

Former Member
0 Kudos

i left it blank and it did not create any problem.