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

BDC through workflow using call transaction

Former Member
0 Likes
604

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

3 REPLIES 3
Read only

Former Member
0 Likes
473

Hi,

Check whether you are setting the mode in the Call Transaction statement as 'P' (Background).

Regards,

Sachin Mahajan.

Read only

Former Member
0 Likes
473

Hi,

Check whether you are setting the mode in the Call Transaction statement as 'P' (Background).

Regards,

Sachin Mahajan.

Read only

0 Likes
473

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.