cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver JMS Adapters

Former Member
0 Kudos

Hi Experts,

I am using a Receiver JMS Adapter in my scenario in which IDoc is send from SAP to legacy system which needs to convert that into a flat file by JMS Adapter. Now, could you please let me know the mandatory parameters to be passed in the JMS adapter for this to happen??

Thanks

Aniruddha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Michel,

Thanks a lot, just one more query I have on this. Then the resultant JMS reciever Adapter will have two module names:

IDOCXmlToFlatConvertor followed by

CallSapAdapter

and in the module configuration tab what details we need to give?

Thanks

Aniruddha

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>and in the module configuration tab what details we need to give?

for IDOC to flat file module - the details are in the link I gave you

for callsapadapter - nothing

just fill in the channel parameters later on depending on the JMS which you use

(also described in JMS config on help.sap.com )

Regards,

Michal Krawczyk

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Michel,

Thanks a lot as always, but the receiver system requires a flat file structure only, will this bean needed then as well or some other things is needed.

Thanks

Aniruddha

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>but the receiver system requires a flat file structure only, will this bean needed then as well or some other things is needed.

this bean will give you a flat file - then you just need to put the JMS details (depending on the JMS which you're using)

so you don't need anything more

Regards,

Michal Krawczyk

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

try using this bean - IDOCXmlToFlatConvertor

http://help.sap.com/saphelp_nwpi711/helpdata/en/74/a45bc07e2043fb9b63295229178903/content.htm

to make a FLAT IDOC from an XML IDOC

and then send it to the JMS

Regards,

Michal Krawczyk