cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CALL FUNCTION error

Former Member
0 Likes
2,494

Hi,

I am using the following call .

CALL FUNCTION 'Z_SD_IT_KONP_TABLE_FILL'

STARTING NEW TASK 'INFO'

PERFORMING return_info ON END OF TASK.

My program works correctly and recieves the data from the above Async RFC . But when my program terminates the other session which is created dumps giving error as CALL_FUNCTION_SEND_ERROR . Does anyone know why this is happening, or does any one know hoe to close a RFC connection.

Kunal

View Entire Topic
Former Member
0 Likes

Kunal,

Call function errors happens when the parameters that you are passing as export / import from the caller program, are not matching the corresponding typs in the FM. check that first.