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

Dump while parallel processing

Former Member
0 Likes
963

Hi

I am calling FM using create new task. This FM is called under Select Query using Open Cursor

While executing this report i got Dump :

"CPIC-CALL: 'ThCMSEND' : cmRc=18 thRc=0#Statistics not active "

Status of connection.... "CODE=CM_DEALLOCATED_NORMAL CM_SEND_RECEIVED
CM_COMPLETE_DATA_RECEIVED SAPCODE=0 CONV=29008859"
Internal error code.... "RFC_IO5"

There is an error in the communication system. To clarify
and resolve the error, contact your system administrator.

while checking ST22, This error occured at first line of called FM FUNCTION Z*

However, executing in Debugging mode report worked fine without any dump

but only when exceuting directly it gives the above Dump.

Kindly help

Thanks

1 REPLY 1
Read only

ronaldo_aparecido
Contributor
0 Likes
543

Hi

Rishabh

Acess your fm in se37 and acess atributtes and mark REMOTE-ENABLED MODULE.

I think its a solution.