cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Idoc Control Record information to JMS header

0 Kudos

Hi All,

We have a requirement where we need to pass the 'MESCOD' and 'MESFCT" in the EDIDC_40 - Control record for the idoc to the Header of a JMS message.

Basically we are trying to pass IDOC Control segment to the JMS header.

I was looking at the options we have in the JMS adapter, and i am not sure how can this be achieved.

Would appreciate any info on how this can be done.

Thanks,

Karthik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You mean to say you want to populate EDIDC_40 with MESCOD and MESFCT before pushing data to XI? which latter on mapped to JMS header?

Nilehs

0 Kudos

The essence is that I have to pass the message out of XI with IDOC EDI_DC40 segment as the header for my JMS message.

Thanks,

Karthik

0 Kudos

Yes, I want to populate EDIDC_40 with MESCOD and MESFCT before pushing data to XI and then to JMS header

ravi_raman2
Active Contributor
0 Kudos

You can try hardcoding the values...map it to a constant...in the idoc........

Let me know if thats unclear..

Regards

Ravi Raman

Former Member
0 Kudos

Hi Karthik,

As suggested by Ravi, you can hardcode this values in XI mapping before pushing data to JMS.

Otherway round would be...check for User Exit where you can populate EDIDC_40 with MESCOD and MESFCT.

Nilesh

Answers (0)