cancel
Showing results for 
Search instead for 
Did you mean: 

idoc to jms

Former Member
0 Kudos

HI All,

I have to configure Idoc to JMS scneario, I have gone through all the posts given.

Here my requirement is;

from an r3 system i will get an idoc, i need to convert to file in a compressed format and then put to queue of MQ.

Here how can i compress the idoc data in xi?

similarly JMS to IDOC, how can i read message from MQ which is in compressed format? I need to decompress in XI and send data to idoc.

Please guide me here.

Regards,

Anil.

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

<i>from an r3 system i will get an idoc, i need to convert to file</i>

This would bring in a third system "File system" in ur scenario.

U may configure like this Idoc - XI - File (Archive)

Then after file is created File - XI - JMS

Another option would be going for BPM

An Add-on

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/17c435df-0901-0010-72a7-b9dcd271...

Regards,

Prateek

Former Member
0 Kudos

HI,

sorry for the late reply.

Can I directly put the idoc data to MQ without converting to a file?

Means here I push an idoc from r3 system and in xi i configure only receiver jms adapter, will it be sufficient? With this configuration, will the idoc data posted to MQ?

Prateek-the link u provided is not opening.

Regards,

Satish

Former Member
0 Kudos

Hi Satish,

For compressing and decompressing you can use additional adaptor module for Zipping and unzipp the message

You will have to add the adaptor modules in the normal flow of the sequence.Add AF_Modules/PayloadZipBean

Regards

**grant points if info is helpful