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

Will a blank Namespace field in SCDO create problem ?

Former Member
0 Likes
1,130

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

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
860

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:

Read only

0 Likes
860

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 ..

Read only

0 Likes
860

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

Read only

Former Member
0 Likes
860

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