cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a new XI message in an adapter module

Former Member
0 Kudos

Hi all,

I am developing an adapter module and to complete the functionality I need to know If is possible to generate new XI messages inside the module. I need something similar than the functionality of Split997 from seeburger.

Any information I´ll really appreciate it.

Thanks & Regards

Iván Reyes

Accepted Solutions (1)

Accepted Solutions (1)

former_member91687
Active Contributor
0 Kudos

As far as I'm aware of you would need to develop a custom adapter for this functionality, it would not be possible in adapter module.

Thanks,

Chandra

Answers (2)

Answers (2)

Former Member
0 Kudos

I think it might be possible, you might need to explore the code between:

Message msg = (Message)inputModuleData.getPrincipalData();

.....

inputModuleData.setPrincipalData(msg);

.... Part is the something you might need to do for creating your new message and write back new message.

Regards.

Liang

former_member732072
Active Participant
0 Kudos

Hi Jose,

Please have a look at the following link and see if it helps you

http://www.erpgenie.com/sap/netweaver/xi/howto.htm

Best Regards