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

Former Member
0 Likes
583

Hi,

i am running a bdc through work flow using submit statement , and in bdc doing some operations in cc02 transaction(not uplaoding the data ) , there are materials for which we do the complete change and release change in the cc02 transaction, the problem we are facing is sometimes the operations are performed and sometimes its not doing the operations , what can be the problem how can it be solved .

Thanks & Regards

Syed

3 REPLIES 3
Read only

Former Member
0 Likes
512

may be the values passed via BDC are not been used properly...it might be needed to pass exact values whereas for some of the records the values might not be the correct ones.

Read only

0 Likes
512

hi Ramesh,

thanks for ur reply , but we are not passing any data by bdc , just performing few operations like click ( to automate ) the process , but before that we are running a standard transaction as well in the workflow for revisoin levels of materials, is there any problem with locks on the data base tables , since sometimes the program works and sometimes it doesn't (through the workflow)but when we run the same bdc program explicitly(not through workflow) then it works.

Thanks & Regards

Syed

Read only

Former Member
0 Likes
512

Try to execute the program in background and check whether it is working or not.

If it does not work in background mode then there is problem with the GUI contols.

Regards

Kathirvel