‎2008 Aug 08 10:08 AM
Hi ,
I have created RFC enabled custom function module for Java interface. There is no errors,no output values while execting the RFC enabled custom function module.
But it's working fine while executing in SAP side. What is the prequision required to run custom BAPI in java side?
First i tried "Released the FM" and tested in JAVA side
Then again tried "Not released the FM" and tested in Java side..
Both are not giving output & no errors also..
Please help me.
‎2008 Aug 08 10:20 AM
That means there is some connectivity problem. Check your JCO are working properly or not.
There is some problem with JCo's or is that SAP system is in SLD .
‎2008 Aug 08 10:27 AM
Hi,
First thing is did u tested the remote connection? Check with BASIS people. There might be connection problem.
Also check whether destination is defined or not(Table RFCDES).
Next Did u marked ur FM as RFC enabled(Because often we tend to forget this thing).
If both are fine then we have to debug from JAVA and see what is happening. They might be passing some thing but SAP might not be receiving it due to data conversion problems. Check these things.
Thanks,
Vinod.
‎2008 Aug 08 10:35 AM
‎2009 May 05 9:19 AM