cancel
Showing results for 
Search instead for 
Did you mean: 

What's the JAR file containing JCo connection object in crm IPC

Former Member
0 Kudos

Hi Experts,

I have a requirement to make RFC call in IPC userexit. Since IPC does make RFC calls to CRM, which means it maintains a JCo connection object, it's better to leverage this connection object to make RFC calls to the RFM in CRM but don't know what's JAR file (maybe SAP_IPC.jar?) containing this object. Any advise / documentation? Please help.

Thanks again, Jin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ok

Former Member
0 Kudos

Hello Jin,

Apologies for the confusion due to the version issues. The class

com.sap.sxe.db.imp.rfc.connRFC

in AP 7.00 is deployed as a part of the VMC. Use Transaction SM53 to explore the VMC Admin tool. Look for the CLASSES.BASE parameter setting. This will normally give you the location of the library files *jar) you are looking for.

In your case, the class is a part of the installation component /0SAP/IPC and is in the module /0SAP/AP_BASE_DATABASE_IMPL/.

Easwar Ram

http://www.parxlns.com

Former Member
0 Kudos

Hi Easwar,

Thank you very much for your great help/advise - I feel I have a hope now. Following your instruction I found the method connRFC. but sorry I'm still not clear how to use it (I'm new in Java & IPC area), do I need to import any Jar file? Could you please advise or any documentation?

Thanks, Jin