‎2009 May 20 5:12 AM
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
‎2009 May 20 6:15 AM
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.