ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » MQ Capabilities with SAP

Post new topic  Reply to topic
 MQ Capabilities with SAP « View previous topic :: View next topic » 
Author Message
vnpotluri
PostPosted: Fri Dec 14, 2007 1:32 pm    Post subject: MQ Capabilities with SAP Reply with quote

Newbie

Joined: 14 Dec 2007
Posts: 9

Hi -

We are planning to implement MQ as middleware between third party data translation software and SAP R/3. We would like to know whether MQ is capable of triggering "startRFC" executables , any custom scripts etc etc after we drop a message in queue. We are new to implement MQ with SAP and any suggestions on compatibility/risks is greatly appreciated.

Thank you so much
G
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Dec 14, 2007 2:07 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

MQ is capable of triggering.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Dec 14, 2007 6:33 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

What you are really after is some additional product like SAP adapter or if you restrict yourself to ALE, MQ-Link for R3...

You can also build your own using the SAP-JCO and the additional classes for idocs -- all provided by SAP free of charge if you have an SAP implementation....


_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
vnpotluri
PostPosted: Fri Dec 14, 2007 6:46 pm    Post subject: Reply with quote

Newbie

Joined: 14 Dec 2007
Posts: 9

Thanks for the kind replys. My translation software is offering a SAP adapter using SAP JCO library files .. However the licensing for that adapter it self is pretty much high. If we implement MQ, I guess we can use the same for message transfers between vairous other applications as well. If we can invoke startRFC executable via MQ, then probably spending money on MQ could be worth as it solves so many other problems. Does any one implemented anything similar to this with SAP/MQ? any further help is greatly appreciated. Thanks again

G


fjb_saper wrote:
What you are really after is some additional product like SAP adapter or if you restrict yourself to ALE, MQ-Link for R3...

You can also build your own using the SAP-JCO and the additional classes for idocs -- all provided by SAP free of charge if you have an SAP implementation....

Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Dec 14, 2007 7:09 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

We do SAP ALE both with MQ-Link for R3 and with SAP-JCO....


_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
vnpotluri
PostPosted: Sat Dec 15, 2007 6:54 am    Post subject: Reply with quote

Newbie

Joined: 14 Dec 2007
Posts: 9

will there be any limitations on message size, & number of triggers? Is there any documentation on net that can help me in configuring MQ-Link for R3? any help is greatly appreciated. Thank you

fjb_saper wrote:
We do SAP ALE both with MQ-Link for R3 and with SAP-JCO....

Back to top
View user's profile Send private message
jefflowrey
PostPosted: Sat Dec 15, 2007 7:09 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

vnpotluri wrote:
will there be any limitations on message size,


Yes. 104857600 bytes.

vnpotluri wrote:
& number of triggers?


Yes, the amount of triggers that the resources available on your server can support.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
vnpotluri
PostPosted: Sat Dec 15, 2007 10:47 am    Post subject: Reply with quote

Newbie

Joined: 14 Dec 2007
Posts: 9

This helps ... Thank you so much

jefflowrey wrote:
vnpotluri wrote:
will there be any limitations on message size,


Yes. 104857600 bytes.

vnpotluri wrote:
& number of triggers?


Yes, the amount of triggers that the resources available on your server can support.
Back to top
View user's profile Send private message
Nigelg
PostPosted: Sun Dec 16, 2007 10:14 pm    Post subject: Reply with quote

Grand Master

Joined: 02 Aug 2004
Posts: 1046

Somewhat irritatingly I put an answer on the other post asking this question.
_________________
MQSeries.net helps those who help themselves..
Back to top
View user's profile Send private message
vnpotluri
PostPosted: Mon Dec 17, 2007 5:31 am    Post subject: Reply with quote

Newbie

Joined: 14 Dec 2007
Posts: 9

My apologies for posting same question in two threads. Thank you so much for your time. I went through the documentation. However, I am littlebit confused whether we need to purchase SAP ADAPTER provided by MQ for this or whether we can trigger a custom executable that does the "startRFC". We do have an working executable and we are planning to use the same if possible. Also, is there any way to increase the message size? I guess 100MB is pretty much less for the EDI transactions we deal with. How do MQ route the SAP status messages? We can append message ID for IDOCS but I am not sure whether we can provide this message id for SAP STATUS messages. Any help is greatly appreciated.
Thank you.


Nigelg wrote:
Somewhat irritatingly I put an answer on the other post asking this question.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Dec 17, 2007 2:12 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Well if your files are huge you may be better suited to the batch FTP process with SAP Idoc file load utilities.
Typically the MQ message contains one Idoc only (Atomic transaction) and is more geared towards near real time than batch.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
vnpotluri
PostPosted: Tue Dec 18, 2007 12:51 pm    Post subject: Reply with quote

Newbie

Joined: 14 Dec 2007
Posts: 9

I belive we might need to do batch idocs. What happens if we get a message more the 100MB? will it truncate the message? or make it into two pieces? How is that going to behave? Also, is there any limitation on length of message id in MQ 5.3? Thanks again for all your kind help

fjb_saper wrote:
Well if your files are huge you may be better suited to the batch FTP process with SAP Idoc file load utilities.
Typically the MQ message contains one Idoc only (Atomic transaction) and is more geared towards near real time than batch.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » MQ Capabilities with SAP
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.