cancel
Showing results for 
Search instead for 
Did you mean: 

Client Proxy - XI - JMS queue

Former Member
0 Kudos

Hi,

I got to do a scenario, to send the data from SAP system to XI and then to JMS queue.

Created DT, MT and Outbound MI.

I have generated ABAP client proxy on SAP system.

For creating the DT, MT and Inbound MI for JMS queue, I think the DT could be the same.

Please clarify.

-Naveen.

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

<i>

For creating the DT, MT and Inbound MI for JMS queue, I think the DT could be the same.</i>

>>>Depends on the Requirement. Even you can use the same DT,Message Type for the inbound interface, but if you want to apply Mapping rules(some transformation logic exists), then it is required to create a new DT,MT etc.

Hope this helps,

Regards,

Moorthy

Answers (1)

Answers (1)

Former Member
0 Kudos

Chitluri

If you requirement has the same data type structure then you could have both the source and target data structure same. Also you can use only one data structure for both of your message types. Point your both message types to one DT only.

---Satish