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

Using packages which start with a namespace

Former Member
0 Likes
2,499

Hi,

We are using a namespace (for e.g /ABCD/) for our developments. The name of the package that we have created to contain all our developments has also been named using the namespace (let's say it is /ABCD/DEV_PACK). Now, we want to add some custom fields to a table using a CI Include provided in the table. However, after adding the fields, when we try to save the CI Include, we get an error that since the Include is not in the same namespace (since it starts with "CI") as the package we are creating it in, it cannot be saved.

Is there some setting at the package level which will allow saving of objects which are not in the /ABCD/ namespace in our package. If not, is there any other solution?

Thank you.

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,520

Hi SAPien,

this is the same issue as with projects (CMOD), you must assign them to packages with Y or Z name.

More information in Note 104010 - Restrictions for development in namespaces ("Customer-Includes (R3TR TABL CI_*) do not support namespaces")

What you can do is to create it in a Y or Z package, and add the fields in an append structure named /ABCD/...

BR

Sandra

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,521

Hi SAPien,

this is the same issue as with projects (CMOD), you must assign them to packages with Y or Z name.

More information in Note 104010 - Restrictions for development in namespaces ("Customer-Includes (R3TR TABL CI_*) do not support namespaces")

What you can do is to create it in a Y or Z package, and add the fields in an append structure named /ABCD/...

BR

Sandra