cancel
Showing results for 
Search instead for 
Did you mean: 

JMS to IDOC scenario

Former Member
0 Kudos

Hi,

I am doing interface which send JMS messages to IDOC. JMS is sending three different messages (three XSD's) and I have created three separate interfaces as a below.

A) Negative.xsd ; to IDOC1

B) Positive.xsd ; to IDOC2

C)Multiple.xsd ; to IDOC3

When I get the Negative.xsd from JMS for the first time, Interface u2018Au2019 is executing and itu2019s creating IDOC1 successfully. When I get the Negative.xsd for the second time then the Interface u2018Bu2019 is executing (Instead of Interface u2018Au2019) and itu2019s trying to send Negative.xsd into IDOC2 and itu2019s getting fail.

When we are getting all the three XSDu2019s at the same time then first interface u2018Au2019 is getting picked up and failed for the second (u2018Bu2019) and third (u2018Cu2019) interfaces and for first one is successful.

Can you please guide me to pick the right interface?

Regards,

Kishore

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kishore,

try to use context object any metion the condition so that the corresponding IDOC gets activated by chk the condition

Since at the sender side, the file is CSV, u need to use content conversion to read its content. U should use the standard adapter module for it.

For that refer this

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bfc7d12...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb0764f2-0b01-0010-bd85-c7849b40...

if found worth pls do the req

Thanx

Sampath

Former Member
0 Kudos

Hi Sampath,

I am not getting any CSV file and I am getting the XSD from JMS.

Can any one answer for this?

Regards,

Kishore