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: 

IDOC data transfer SAP to Java using SAP JCo

Former Member
0 Kudos

Dear Experts,

The challenging requirement we are having is, we need to create the interface for data transfer between SAP system and the Java system. The data will be transferred from SAP to java and similarly once some processing done in Java again the details needs to be transferred from Java to SAP.

For this data transferred we are planning to use IDOC process and for interface "SAP Java connector" we are planning to use. In this case we are having some doubts.

1. The data from SAP is going to be transfered from one Custom transaction (Z tcode). Once "Outbound IDOC" will get triggered and will carry the details. Now the doubt is, whether the data / details will get transfered to JAVA system automatically or we need to perform any other steps from SAP ABAP coding...(like converting in to flat file, XML file and etc) ??

2. We are planning to install "SAP Jco" in Java server. Is this correct...??

3. Other than SAP Jco any other softwares needs to be installed or not..??

4. Since we are going to trigger the "outbound IDOC" from custom transaction, we are planning to develope one program in SE37. Other than this any other program we need to develop or not..??

If anybody has detailed steps or explanation please share it with us.

Warm Regards,

VEL

7 REPLIES 7

Former Member
0 Kudos

We found a middle ware between SAP and Java system and currently the data is getting transfered successfully

0 Kudos

Hi Paraman,

Could you please share us the middleware you found? Do you still send IDOCs to Java System?

Regards,

Amber

0 Kudos

Hi Paraman,

We have same requirement. Could you please share the middleware you found?

Former Member
0 Kudos

hi paraman

                 Please share the solution how you u did SOLVE this.

0 Kudos

Hi Paraman,

I’m also facing same problem. Could you please share the details or any reference url..?

0 Kudos

Hi All,

  For the above mentioned issue, we implemented JCo software in JAVA system and created the JAVA program including SAP logon credential details like Client, User name, password and Language details.

When this JAVA program was compiled successfully then, that non SAP system will appear in SAP gateway Tcode.

Once non SAP system started appearing in SAP gateway that means, both SAP & Non SAP are connected automatically.

Regards,

Velmurugan P

0 Kudos

Hi Velmurugan,

Thanks for your reply...

I'm java background and new for this environment. Could you please give me, example code or reference url…

Regards,

Sundar