Hi,
I am running this function module.. from se38
CALL FUNCTION 'Z_WEBSERVICE_TEST'
DESTINATION 'ZRFC_DEST_SEC'
EXPORTING
fromzip = '12222'
tozip = '22222'
IMPORTING
DISTANCE = lv_distance .
Then I am getting this error.. "Function module not found."
But I created function and activated it. and also 'ZRFC_DEST_SEC' RFC Destination is working fine. What will be reason?
regards,
Ansar.