2007 Jan 29 12:06 PM
Hi all ,
i am using commit statement to update the database table (zwaranty)
but its not working
also after executing the bdc for va01 vbak is getting updated but when i am trying to retrieve tha data from it , incomplete data is coming
but above all when i am executing the prg in debug mode every thing is working fine and zwaranty database tablle is getting updated
plz reply if u have any solution its very urgent
2007 Jan 29 12:09 PM
Hi Sonika,
Set the mode in the call transaction in S mode(Synchronous).
The problem might be that you are trying to get the updated data even before the update is complete(If the call transaction is asynchronous).
You can probably try to wait for sa few seconds and them get the data from the updated tables.
Regards,
ravi
2011 Jan 21 8:00 AM