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

name space

Former Member
0 Likes
983

how to add new name space for working with scdo.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
898

I believe that you are supposed to use /0CUST/ Do you want to create a new one?

From F1 help.........

<i>

<b>Namespace</b>

Namespaces are identifiers assigned exclusively by SAP, which enable SAP customers, SAP partners and SAP itself to develop SAP components and products on the basis of SAP applications without the risk of name clashes (when delivering to external SAP Systems or importing external products into internal systems).

Objects in the ABAP Workbench are assigned to a namespace by placing the reserved namespace prefix in front of the object name. The namespace identifier begins and ends with a "/" (delimiter) and can be at most 10 characters long.

Example

For the namespace /EXAMPLE/ you can create a program with the name /EXAMPLE/PROGRAM.

<b>To enable developments in a namespace you must enter the internal namespace identifier reserved at SAP and the development license key for the desired development system by choosing Organizer tools ->Administration->Display/Change Namespaces</b></i>

Regards,

Rich HEilman

Read only

0 Likes
898

while using the exting customer amespace i am getting a message that /0CUST/ is not allowded. how can i solve this issue

Read only

Former Member
0 Likes
898

I don't think you can create your own namespaces. As the documentation that Rich pasted suggests, it is controlled by SAP and you have to request them to create one for your development. I hope you did not mean development class (or package as it is called in newer versions).