‎2009 Jul 06 3:59 PM
Hi Guys,
i have noted a problem with this kind of batch input (interactive). Each time i execute a call transac. for each operation or transaction, can not complete some. For resolve it, sometimes i must give more time (using a wait up to instruction). Exist
any way that i can be safe that a operation or transaction be executed with success with this method '?????.
Greetings
JC
‎2009 Jul 06 4:04 PM
Hi,
What is the update mode which you are using.
Use synchronus update in call transaction.
Regards,
Ankur Parab
‎2009 Jul 06 4:45 PM
I AM USING .... :
bdcoption-nobinpt = 'X'.
bdcoption-dismode = 'N'.
bdcoption-updmode = 'U'.
AND
CALL TRANSACTION 'VA02' USING bdcdata
OPTIONS FROM bdcoption.
JC
‎2009 Jul 06 4:47 PM
‎2009 Jul 06 5:15 PM
My test was a success !!!!
i used this :
bdcoption-updmode = 'S' (syncro..)
thank you very much !!!
JC