Hello to all
We use in the web or excel front end a planning function, which is started by the
end user. The planning function starts a process chain through function module
RSPC_API_CHAIN_START
We start the function module in ‘background task’
…CALL FUNCTION RSPC_API_CHAIN_START IN BACKGROUND TASK..
This is to avoid popupsm which pop ups when the fb is started in dialog.
My issue here is, that the addition in background task’ doesn’t allow the importing parameter e_logid.
Thus I don’t know how to discover the status of the process chain and inform then the end-user about the status of the chain.
So please if someone has a good idea and way how to get the status of the process chain, I would be happy to get your feedback
Thanks a lot
Christian