Application Development and Automation 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: 
Read only

Custom Function module

Former Member
0 Likes
627

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.

4 REPLIES 4
Read only

Former Member
0 Likes
585

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 .

Read only

vinod_vemuru2
Active Contributor
0 Likes
585

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.

Read only

Former Member
0 Likes
585

There must be problem in your SAPjco,

rgds

rajesh

Read only

Former Member
0 Likes
585

Resolved