cancel
Showing results for 
Search instead for 
Did you mean: 

Error in activating proxy object

Former Member
0 Kudos

hi

when i m trying to activate my proxy objects in CLIENT PROXY scenario in the ECC , the following error message is being prompted :

Erro in object editing :

"SAP object CLAS CO_PRXY_MI cannot be assigned to

package ZXIPACKAGE:

A package has been created in ECC by the name of zxipackage .

Pl help to rectify the problem

rgds

shazia

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

quick tips:

Generate the Proxy again, while generating, make sure that, you give the Custom Package you created, and then prefix as Z. then try out saving and activating the same.

Hope Package is correctly saved and activated

Hope this helps,

Rgds,

Moorthy

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks every body

while activating i'ad to take the prefix as z ,without wich all sorts of error was there

Former Member
0 Kudos

Hi Seemin

Have you configured the following:

1)HTTP Connection

2)RFC Destination

3)Configured Business system as local Integration Engine.

4)Maintained Connection between Business System and System Landscape Directory

Please refer the following blog for creation of the same.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

2) Please save in $tmp rather in package zxipackage and test the same.

Thanks

Abhishek

Former Member
0 Kudos

Use $TMP instead of ZXIPACKAGE.

You will be able to create your proxy.

BR,

Alok

Former Member
0 Kudos

Hi

if i m using $TMP instead of zxipackage it says "test object can not be created in foreign namespace.

rgds

Former Member
0 Kudos

Hi,

You should assign it to Z-package ie.e Customized one not SAP package

Use a prefix of Z when doing the generation and you can use your own development class. you are trying to create objects in the SAP namespace.

The Proxy object should have to be in non SAP package only, if its customized.

As while activating the ABAP proxy internally Class and verious methods as well as some data typs get creaetd which are to be assigned it Z-package.

refer below link

Tips for Generating ABAP Proxies

http://help.sap.com/saphelp_nw04s/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm

thanks

Swarup