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: 

COMMIT STATEMENT NOT WORKING

former_member632991
Active Contributor
0 Kudos
201

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

2 REPLIES 2

Former Member
0 Kudos
162

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

former_member632991
Active Contributor
0 Kudos
162

.