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

Update through FM

Former Member
0 Likes
537

Hi,

I am using one FM to create and then commit. Now I want ot fetch that to update something by help of a FM. If I am using the wait statement after create the update is successful but if am not using wait then it is giving error that this is not there.

How to avoid this?

Regards,

Jeetu

1 ACCEPTED SOLUTION
Read only

former_member203501
Active Contributor
0 Likes
492

i think it will not give error but the data wil not be updated in to the table... can you tell me what is that function module ..

3 REPLIES 3
Read only

Former Member
0 Likes
492

Hi,

As per standard you have to wait some time to update previous entries and the unlocking the DB.

Regards,

Nandha.

Read only

former_member203501
Active Contributor
0 Likes
493

i think it will not give error but the data wil not be updated in to the table... can you tell me what is that function module ..

Read only

0 Likes
492

This is the FM BUPA_CENTRAL_CI_CHANGE