cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Idoc to a java application

Former Member
0 Kudos

Hi all,

I'm interfacing a Java appl with SAP using JCo and Can I send Idoc between these 2 systems? and how can we do that?

Thanks,

gajaruban

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anandha

You can interface a java app. with SAP sytem using JCo. I think U cant send IDoc between a java appln. and SAP Sytem.

The IDoc is the exchange format common to all the communicating systems. You need the IDoc interface in the following scenarios:

<b>

i) Electronic data exchange (EDI)</b>

Connect other business application systems (e.g. PC applications, external Workflow tools) by IDoc

<b>ii) Application Link Enabling (ALE)</b>

Application Link Enabling (ALE) is a technology to create and run distributed applications.

<b></b>

For further details in JCo Client programming , refer to following doc.

<a href="http://">http://help.sap.com/saphelp_nw04/helpdata/en/35/42e13d82fcfb34e10000000a114084/frameset.htm</a>

For IDoc Interface refer the foll. doc,

<a href="http://">http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b824843d711d1893e0000e8323c4f/frameset.htm</a>

I hope this helps you.

Regards,

Rakesh

Former Member
0 Kudos

Remember to look as well at the JCO supplement providing the Idoc support packages (all downloadables from service.sap.com):

com.sap.mw.jco.idoc.*

com.sap.mw.jco.idocjco.*

Enjoy

Answers (3)

Answers (3)

Former Member
0 Kudos

hi all,

thanks for all da info provided. Where can I find da exact proc of sending IDocs. I'm havin some probs in configuring idocs ie: setting da destination, port, msg type, idoc type etc.

Thanks a lot.

Cortex2k
Active Participant
0 Kudos

Hi gajaruban

Did you ever find the exact procedure for sending IDOCS to java application? I am having the same problem

Event though I tried connecting through RFC and IDOC adapter. I am not able to send it to the Jco application.

Thanks

Chris

Former Member
0 Kudos

Hi gajaruban,

Major use of idoc is that it can be used to exchange data between R/3 and non-R/3 system. So you can use idocs for transferring data.

1. http://www.thespot4sap.com/Articles/SAP_ALE_IDOCS.asp

2.

3.

4. http://www.sapgenie.com/sapedi/idoc_interface.htm

5.

I hope these links helps you.

Kindly reward points if it helps you.

Regards,

Maheswaran.B

Former Member
0 Kudos

Hi,

Please check the following links.

http://www.huihoo.org/openweb/jco_api/com/sap/mw/jco/JCO.Client.html ---> Refer send method of this class.

Also,refer this threads --->

Regards,

Uma