cancel
Showing results for 
Search instead for 
Did you mean: 

Constructing the Idocs to comminicate to SAP from Java

Former Member
0 Kudos

Hi,

In my application we are making use of IDocs to communicate to SAP from Java via MQ series. I mean we are constructing the Idoc and sending the Idoc to MQ and from MQ, SAP will receive the IDoc and vice versa.

Right now we are making use of IBM's Visual Age API for constructing the IDoc. As Visual Age API is Obsolete, we are planning to migrate to latest technologies.

Can you please suggest the following things.

1) What is the best way of constructing IDocs to comminicate to SAP from java via middle ware technologies( MQ).

2) Can we construct the Idocs through JCo API?

Thank you very much for your time and reply.

with regards,

venu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Thru JCo you cannot create IDOC. It can be used for calling BAPI's and Function Modules.

Creating the IDOC would be more appropriate only when it is inbound or bound with respect SAP System.I doubt even MQ series would handle IDOC. Normally we use a Middleware before SAP to build and send the IDOC into SAP System.

RGds,

Vasanth.