cancel
Showing results for 
Search instead for 
Did you mean: 

Error while create abap proxy

Former Member
0 Kudos

Hi,

I need to create abap proxy in sap system to push the data from sap system to XI.

when i create ABAP PROXY in sap system in Tcode SPROXY,System displays a error

"objects from other name spaces missing" .

So i am not able to activate the abap proxy.

kindly let me know how to solve this error.

Regards,

Ganesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear Ganesh,

Study this thread.Hope it is useful for you related to ABAP Proxy.

[http://www.saptechnical.com/Tutorials/XI/ABAPClientProxy/page1.htm]

Best Regards

Praveen

Former Member
0 Kudos

Ganesh,

Are you creating a Message Interface for a Message Type created in a different SW component / namespace?

Make sure you have all the objects in the same namespace and then try creating the proxy. It should work.

Thanks,

Hari.

Former Member
0 Kudos

Check this blog

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

regards

Sameer

Former Member
0 Kudos

Hi,

This errors comes when you are trying to use a object which belongs to a different namespace say for ex you are using external definition from some other namespace. You have to create a maeesgae type in the same namespace where your Interface is.

Pls Reward points if answer is useful.

Thanks

Amit

Former Member
0 Kudos

Are you using the message type created in external system?

Are any of your Data type element refer structure to other namespace.

Error mention that it does not find the detail structure of any of Datatype element. Check all link are available properly.

Gaurav Jain

Points if answer is helpful