cancel
Showing results for 
Search instead for 
Did you mean: 

Any patches required? Same code not working on client system

Former Member
0 Kudos

Hi Gurus,

We have created an ABAP Proxy on the local CRM system to pick attributes from XML sent by XI and tested it. It worked fine. And the attributes got updated in the CRM tables.

Then we deployed the same proxy code on the client system (not a single change in the code), it doesnot work.

Though it does not throw an error, the CRM tables aren't getting updated.

Are there any patches that need to be deployed on the client system.

Please help. Points shall be rewarded.

TIA.

Chaitanya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Looks like problems between the communication with XI.

When you use ABAP proxy with XI you need a RFC Destination type H - HTTP Connection to ABAP System, in the SENDER system.

Check if you are getting an exception when calling the proxy method.

Regards,

Fernando

Former Member
0 Kudos

Hi Fernando,

The connections are working fine.

I'm trying to download PRODUCT ID, PRODUCT DESCRIPTION, NET WEIGHT and GROSS WEIGHT.

I'm able to download PRODUCT ID, PRODUCT DESCRIPTION. But the NET WEIGHT and GROSS WEIGHT are not getting updated in the tables.

Thanks,

Kris

Former Member
0 Kudos

Hi,

So I think it is better you debug the abap proxy.

In the XI client, transaction SXMB_MONI you can get the payload in XL format (right-click - Show source code).

To debug the proxy, in the transaction SPROXY. Double click in the inbound message interface --> Test Interface F8, set checkbox XML and click in execute (F8).

In the "Editing the payload" paste the XML from SXMB_MONI and execute.

But, first of all you need to set a break point in the method of the proxy.

Regards,

Fernando

Answers (0)