‎2009 Dec 16 11:34 AM
Hi experts,
i have created method trough T-code SWO1 using workflow and created task for that method set as background task
in this method i have created function module in function module i have written BDC code ''
call transaction 'xd01' using bdcdata mode 'N' update 'A.'
1. we i set method as dialog and task foreground it working fine , but when i set method and task background
giving error 'Function code can not be selected'
message id 00 and messge no 255.
can any one help me for how to salve this.
regards.
K.satyanarayana
‎2009 Dec 16 11:46 AM
Hi,
Check whether you are setting the mode in the Call Transaction statement as 'P' (Background).
Regards,
Sachin Mahajan.
‎2009 Dec 16 11:46 AM
Hi,
Check whether you are setting the mode in the Call Transaction statement as 'P' (Background).
Regards,
Sachin Mahajan.
‎2009 Dec 17 7:42 AM
very thanks for reply,
no I have not set mode 'P'.
Just i have written : call transaction 'XDO1' using mode 'N' update mode 'A'
regards,
K.satyanarayana.