‎2006 Nov 30 4:47 PM
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
‎2006 Nov 30 5:05 PM
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.
‎2006 Nov 30 10:06 PM
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
‎2006 Nov 30 10:25 PM
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