Skip to Content
0
Former Member
Jun 14, 2011 at 07:02 PM

Converting Adapter Module from XI 3.0 to PI 7.11

60 Views

Hi All,

I'm in the process of converting an adapter module originally written for XI 3.0 to an PI 7.11 module.

I am unable to find replacements for some parts of the code. Do you know what are the PI 7.11 equivalent statements for the below code:

XI 3.0 Code:

import com.sap.aii.adapter.xi.ms.XIMessage;
import com.sap.aii.messaging.mo.Message;
import com.sap.aii.messaging.mo.xmb.XMBMessageOperator;

XIMessage aXIMessage = (XIMessage) inputModuleData.getPrincipalData();
Message xmbMessage = (Message) aXIMessage.getXMBMessage();

XMBMessageOperator.setSystemAckRequested(xmbMessage, true);
XMBMessageOperator.setSystemErrorAckRequested(xmbMessage, true);

Appreciate all your help/thoughts on the issue.

Regards,

Sumant.