cancel
Showing results for 
Search instead for 
Did you mean: 

Strange issue with consumer ABAP proxy using AAE

former_member190293
Active Contributor
0 Kudos

Hi friends!

I have a strange issue while developing Async ABAP proxy to File scenario.

I've created data/message types and interfaces in ESR for both sides, have generated proxy in SPROXY transaction. As soon as I use AAE communication, I've also set up RFC destination to my PI DEV system AAE and have set IS_URL parameter with subparameter which I've defined in SXMSIF transaction for my consumer proxy interface.

In ID I've created sender SOAP channel with XI 3.0 message protocol for my consumer proxy and have set up Integrated Configuration object.

Now, when I test my proxy class in SPROXY it says: "Successfull with empty result - commit may be required."

The problem is that there is no message coming to PI server. I've checked communication channel, message monitor, all the queues on both sides and could't find any trace of message I've sent.

As it's my first scenario with asynchronous consumer proxy I may be missing something in my configuration.

Any suggestions?

Regards, Evgeniy.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Eve,

Once you run the test configuration go to extras-->and trigger commit work.

https://help.sap.com/abapdocu_70/en/ABAPCOMMIT.htm

This is required to send data to SAP PI.

Check the below link on how to trigger commit

Loading and Testing XML file using SPROXY transaction

former_member190293
Active Contributor
0 Kudos

Thank you very much for your help, Raghuraman! Now it works.

I've never tried using async consumer proxies before and didn't know about that.

Thank's a lot!

Regards, Evgeniy.

former_member186851
Active Contributor
0 Kudos

Great Eve.:)

Even I had the same issue when I tried my first proxy scenario.

Answers (0)