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

DYNPRO_SEND_IN_BACKGROUND error in workflow

Former Member
0 Likes
459

Hello All,

Iam getting the dump with error as 'DYNPRO_SEND_IN_BACKGROUND' in Production but not in Quality system ,while iam sending mail in workflow using FM SO_NEW_DOCUMENT_SEND_API1.

Could you please suggest what could be the error.

Thanks & Regards,

Nishanth Kumar

1 REPLY 1
Read only

Former Member
0 Likes
375

Hi,

If you run the calling program in background process and server program tries to output screen, the communication is always broken, regardless of user type. Make sure that RFC server program runs on a dialog work process. If you want to run that program in background job, you must modify the function module called so that it does not display any screens or list. Function module used here is 'ARFC_DEST_SHIP' with destination 'WORKFLOW_LOCAL_160'.

Regards,

Santhosh.