cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc To JMS scenario

Former Member
0 Kudos

The following fields will be extracted from SAP master data and populated in the idoc to be sent to the XI port.I am using DEBMAS06 message type

u2022 R/3 Customer Ship-To Number

u2022 Customer Name

u2022 Street

u2022 City

u2022 State/Province

u2022 Country

u2022 Zip Code

XML conversion of these values needs to be done by XI.And this should be sent to the JMs queue.

Can you please tell me about the data types,msg types,msg interface,interface maping,sender comm channel,receiver comm channel,sender agreement,receiver agreement,interface determination and receiver determination

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

go thru the below blog

An approach to handle total record counts in IDOC to JMS scenarios

/people/saravanakumar.kuppusamy2/blog/2007/09/26/an-approach-to-handle-total-record-counts-in-idoc-to-jms-scenarios

Sync/Async communication in JMS adapter without BPM (SP19)

/people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19

How to Correlate JMS

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc983be...

regards

chandra

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

XI conversion of the idoc structure needs to be done.Can you tell me about the target msg type?

Former Member
0 Kudos

Hey,

you have to create the data type(structure for your target system)

Refer to this data type in a message type(create a mesage type)

Create an Inbound asynchronous message interface

Inbound since target system recieves the message

aynchronous since it is a one way communication

Create a message mapping

source: idoc

target: message type you have created for target system

Create an Interface mapping

Source : Idoc

Target : The inbound asynch interface that you have created

Mapping: the mesage maaping youi have created

rewards points if useful

regards

Milan