‎2007 Apr 24 8:25 AM
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
‎2007 Apr 24 8:43 AM
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.
‎2007 Apr 24 9:00 AM
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.