cancel
Showing results for 
Search instead for 
Did you mean: 

JMS configuration

Former Member
0 Kudos

hello

I have a scenario of JMS to Idoc (and the opposite way). each is async.

one of my MQ fields is a string length of 200 char. I would like to know if there is

an option in the MQ or Idoc to do a content convention and to cut it(I know the length of each characters)

with out usiing Java\graphic mapping class in the Mapping.

(due to the string I need to decide where to send the message or to which Idoc to receive it.

Thanks

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

You may perform content conversion using adapter modules. But as mentioned, only if it is text file. If it is an xml file, then you have to perform the change in mapping.

http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/frameset.htm

Regards,

Prateek

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

We can do content conversion in JMS communication channel,suppose if you are receiving message as a text message.then you have to contecnt conversion in communication channel.

else you can read it as XML message,if you want to truncate the value do it in mapping level.

Cheers,

Raj