Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload data from IBM MQ Series to SAP ABAP

Former Member
0 Kudos

Hi ,

Can anyone please let me know how to upload data from MQ series to SAP ABAP?

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Some times ago we defined some command on server side to reach MQ series and execute some command there, from Abap those were called with SXPG_COMMAND_EXECUTE. We also found some documenation on IBM site for "Link for R/3 User’s Guide" I suppose they updated it...


Regards,

Raymond

4 REPLIES 4

former_member378318
Contributor
0 Kudos

In the past I have used the JMS adapter in SAP PI to interface to ABAP.

raymond_giuseppi
Active Contributor
0 Kudos

Some times ago we defined some command on server side to reach MQ series and execute some command there, from Abap those were called with SXPG_COMMAND_EXECUTE. We also found some documenation on IBM site for "Link for R/3 User’s Guide" I suppose they updated it...


Regards,

Raymond

0 Kudos

Hi Raymond,

Thank You for the Reply.

Can you please let me know how a message would be at MQ series?

Do you have an example code for converting MQ series messages into SAP?

0 Kudos

That was "some" years ago, you should look in IBM online help as Samples (Look for SAP)

Regards,

Raymond