cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy structures not getting populated in receiver ABAP proxy

Former Member
0 Kudos
451

hello

i am having HTTP-ABAP Proxy scenario where i am entering sales order information from HTTP and sending it to SAP CRM system. I am using ABAP receiver Proxy for getting the message.

But when i debugged the code of receiver proxy i couldn't found the structures being filled by the data. i checked in SXMB_MONI of CRM which was containing data into its payload but no data into the structures. actually i have generated proxy of the interface which uses external definitions as data type.

has anyone faced such problem before?

thanks in advance.

Regards

Rajeev

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajeev,

There should not be any problem due to XSD u have used.Ur proxy is created sucessfully i guess?? There may be some discrepancy in ur code..

check the server proxy....may be helpful for u..

Server Proxy (Receiver Proxy)-

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

File to ABAP Proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

check the threads also...

regards

BILL

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check transaction ST22 for any short dumps.

Also use the inbound into CRM XML to test the proxy. Set a breakpoint in the proxy and use transaction SPROXY to test it.

Cheers

Colin.

Former Member
0 Kudos

Hi,

Also try to re-generate the proxy in transaction SPROXY to ensure there are no differences between CRM and XI in the interface definitions.

Cheers

Colin.

Former Member
0 Kudos

Hi Rajeev,

There could be chances that after creating and activating the pxoxy in R/3 (CRM) you might have made some changes in XI structure, so this could be one of the reason that data is not getting populated.

If above is the case, then activate your proxy again. Hopefully it will work.

Regards,

Sarvesh

***Reward Points, if found helpful.

Former Member
0 Kudos

Hi rajeev,

See while checking the Inbound Proxy wht the error tells in the proxy ?

regards

sasi