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: 

change development class

Former Member
0 Kudos

hi,

I have some programs in "Z"-namespace. Now I would like to change the development class, but I get the following error:

Customer object PROG Zxx cannot be assigned to developmnet class /xxx/xxx

Have anyone an idea to change the class?

thanks

michael

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can put customer programs Z* to a development class in customer name space only . Dev Class should be Z* or Y*. /xxx/xxx seems to be SAP development class.

Ceate your own Z* dev class and put the programs in that.

Cheers.

7 REPLIES 7

Former Member
0 Kudos

You can put customer programs Z* to a development class in customer name space only . Dev Class should be Z* or Y*. /xxx/xxx seems to be SAP development class.

Ceate your own Z* dev class and put the programs in that.

Cheers.

Former Member
0 Kudos

Hi

I think there is a conflict in the name space, you're trying to link an abap object to development class that belongs to certain name space, but your object have a name doesn't belong to it.

If /xxx/xxx is a customer name space:

or you change the name of your object (it should belong to the same name space of development class) or you use a development class called Z-namespace.

Max

Message was edited by: max bianchi

Message was edited by: max bianchi

0 Kudos

hi,

it's right, but is there any possibility to put the programms into another name space?

thanks

michael

0 Kudos

Hi Michael,

normally yes with report RSWBO052

-but it seems to be not to your special device class

/xxx/xxx (is it an ADD ON ?)

Andreas

0 Kudos

hi,

it's not an add on. /xxx/ is the namespace registered by SAP and the development class is "/namespace/dev.class"

the programs are in Z name space. Development class named Zxxx.

michael

Former Member
0 Kudos

Hi,

It can be done in two ways first way is through a standard program RSWBO052.

And secondly it can be done through if go to se38

transaction, then choose the option goto on the menu bar

in that listing select for :Object directory entry, where you can change the development class of an object.

I hope if this works out please assign me suitable points.

Regards,

Irfan Hussain

Former Member
0 Kudos

Hi,

It can be done in two ways first way is through a standard program RSWBO052.

And secondly it can be done through if go to se38

transaction, then choose the option goto on the menu bar

in that listing select for :Object directory entry, where you can change the development class of an object.

I hope if this works out please assign me suitable points.

Regards,

Irfan Hussain