cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Acknowledgments

Former Member
0 Kudos

Hi,

I have an integration process that receives Asyn ABAP Proxy messages from R3.

After some processing the process sends back an acknowledgment to the message (positive or negative).

I would like that messages that received an negative ack, appear in R3 Monitor with a red flag, so i can restart them.

However, all messages appear successfully processed independently the type acknowledgment sent.

Is there any thing i should do in ABAP when i'm calling the proxy?

Tks.

Jose

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> Is there any thing i should do in ABAP when i'm calling the proxy?

When you call the ABAP proxy from an ABAP program, you have to request the ack messages explicitly.

Check online help, how to do this.

Former Member
0 Kudos

I believe i have to call this method SET_ACKNOWLEDGMENT_REQUESTED , when calling the proxy.

However i believe there is no such method in SAP R3 (620).

If i can't get Acknowledgments working I will try another solution, like calling a proxy with message GUID and Status. The problem is that i can't find a way to change the message status in R3, and i really need it to restart errors.

Anyone can give me a solution?

Answers (1)

Answers (1)

Former Member
0 Kudos

Can you elaborate more on how integration engine sends back acknowledge message? If you have configured ABAP Receiver proxy then you can populate fault messages which will appear in Red in SXMB_MONI of ECC system

regards

rajeev