Author |
Message
|
gandhi_manoj |
Posted: Wed Mar 27, 2002 7:33 am Post subject: |
|
|
Novice
Joined: 26 Mar 2002 Posts: 20
|
Hi,
We are going to use MQ Series with SAP for IDocs. Currently we dont have a mapping and translating tool. In the absence of mapping and translating tool can MQ series be used for doing the same? If so, where do we do the mapping and translation?
Any ideas and suggestions appreciated.
TIA,
Manoj |
|
Back to top |
|
 |
vedbhat |
Posted: Wed Mar 27, 2002 5:45 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi Manoj,
We have done couple of System Integration with SAP in Singapore. Normally we use MQSI and MQSeries R/3 Link to integrate SAP with other System. MQSI is used for Mapping and Translation and R/3 is used for communication between MQSeries and SAP. You can download the manual from IBM Website which talks more about the Integration.
Regards
Ved |
|
Back to top |
|
 |
gandhi_manoj |
Posted: Thu Mar 28, 2002 1:19 pm Post subject: |
|
|
Novice
Joined: 26 Mar 2002 Posts: 20
|
Hi Ved,
Thanks for the info.
But currently there is no plan to buy MQSI or any other mapping translation tool. So in that case can the same be acheived using just the MQ Series?
TIA,
Manoj |
|
Back to top |
|
 |
EddieA |
Posted: Thu Mar 28, 2002 4:30 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Manoj,
MQSeries is only a transport mechanism. It moves messages, nothing else.
If you with to change the contents of a message, then you need to use MQSI (or something similar) or write your own code.
Cheers,
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
JYama |
Posted: Thu Mar 28, 2002 9:46 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Hello Manoj,
Have you considered about MQAO including mySAP.com?
[ This Message was edited by: JohnnyYama on 2002-03-28 23:27 ] |
|
Back to top |
|
 |
gandhi_manoj |
Posted: Fri Mar 29, 2002 7:52 am Post subject: |
|
|
Novice
Joined: 26 Mar 2002 Posts: 20
|
Hi All,
Thanks for the info.
My client has decided to go on hiring a VB guy and writing our own code for mapping.
But I read somewhere that there are exit handlers in MQSeries Link for R3 which can be used to format and convert data.
Can anyone please put some light on it?
TIA,
Manoj
|
|
Back to top |
|
 |
jhalstead |
Posted: Thu May 02, 2002 10:19 am Post subject: |
|
|
 Master
Joined: 16 Aug 2001 Posts: 258 Location: London
|
Yes indeed, both the inbound and outbound link for R/3 servers have exit points to provide users the oportunity to manipulate the message data & MQMD, either received from SAP or from the inbound message.
The product comes with sample code and compilation details.
Link to Manual
http://www-4.ibm.com/software/ts/mqseries/library/manualsa/manuals/mqsr3.html
This is going to be a fairly serious piece of coding, IDocs are substantial data structures! Every time you need to change the mapping (i.e. sender or receiver app changes) or when you want to introduce a new interface your going to need to do more coding.. As a solution I'm not sure how forward thinking it is, might it retard the SAP integration in the long run?
[ This Message was edited by: jhalstead on 2002-05-02 11:19 ]
[ This Message was edited by: jhalstead on 2002-05-02 11:21 ] |
|
Back to top |
|
 |
|