cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Module for Acknowledgment in asynchronous Scenario

Former Member
0 Kudos

Hi Experts,

I am working on custom module for getting an acknowledgment from target system in asynchronous scenarios.

I got a go ahead from following link :

Please see the below code snippet from above link :

              XMBMessage xmb_m = aXIMessage.getXMBMessage();

              Message xmbMessage = (Message) xmb_m;

              XMBMessageOperator.setApplicationAckRequested(xmbMessage,false);

              XMBMessageOperator.setApplicationErrorAckRequested(xmbMessage,false);

              XMBMessageOperator.setSystemAckRequested(xmbMessage,true);

              XMBMessageOperator.setSystemErrorAckRequested(xmbMessage,true);

I am unable to find following classes :


1. XMBMessage

2. XMBMessageOperator


Do we have any replacements for above classes. As I have read in other blogs which says that above classes were valid till XI 3.0.


Currently we are using SAP PO 7.4.


Any help would be appreciated.



Thanks in advance.


Regards,

Ajit

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Ajit,

You can check the links provided by in this thread Re-write Custom Module PI7.0 to PI 7.1 | SCN

Regards