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

Getting no result while executing RFC-enabled function module

Former Member
0 Likes
445

Hi folks,

Iam having a remote-enable function module which

divides two numbers and gives out the result.

For this i have created two import parameters A and B

of type CHAR10 and one export parameter C.

In the source code i've given the code as C = A / B.

when i execute this function module by providing the

appropriate RFC TARGET SYS and values for A and B respectively,

Iam getting no result!!

The RFC destination used here is of type T and is working fine!

Where iam going wrong in getting the desired result for the parameter C ?

Lookin forward for your quick response..

cheers ...

Ram

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
412

First, are you changing the values to numeric types inside the FM?

Second, if you are doing so check the FM in SE37 that it is giving result or not?

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
412

Hi,

Change the type of the parameters to numeric type. Place a break point in the FM to check what is happening in the source code while executing.

Regards,

Richa.