cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring JDBC Adapter

Former Member
0 Kudos

Hi

Following is my scenorio, we need to do posting in SAP from Java Application.

For example create Material master in SAP from Java application.

Can we make it synchonous, since i need to send the response back to Java application from SAP

Pls let me know, step by step procedue for the same.

Regards

MD

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Madan,

Check this blog, its very useful for JDBC Receiver Synchronously configure...

Regards,

Skumar

Answers (5)

Answers (5)

Former Member
0 Kudos
Former Member
0 Kudos

This link may be helpful:

Former Member
0 Kudos

Java Proxoies are used to allows your java Applications ( j2ee, j2se applications )to interact directly to the Integration Server of XI without any special adapters.

All documents are available on SDN itself .

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0... - How To Work with XI 3.0 Java Proxies

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a... Java Proxies and SAP XI - The Inside Story, Part 1

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e... - Java Proxies and SAP XI - The Inside Story, Part 2

Proxies help you achieve non-standard functionality for which the out of box XI adapters do not suffice. Just to give you an example, consider a system with which XI has to integrate , the only interface the system offers is a TCP / IP socket based interface. You could write a Java proxy which would interact over sockets with your target system, which is not possible with other standard adapters which are shipped with your XI installation

You can refer demo on SDN TV, on this link

https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798

Former Member
0 Kudos

Thaks yuga for the response.

Do you know how to call XI from Java application.

For example, by clicking a button in Java application, XI should be triggered, which will further trigger SAP to create Material

Thanks in advance

Regards

MD

Former Member
0 Kudos

Hi,

Sure you can make it as Synchronous to send the response back to Java application from SAP.

Steps are similar to any other sceanrio's.

Creating Collaboration profiles and Agreements.

Look into help.sap.com for more information and

Regards,

Yuga