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

problem while updating multiple records through standard RFC

Former Member
0 Likes
372

HI all,

I am doing multiple object updation using a standard RFC(BAPI_PROJECT_MAINTAIN). The RFC i am calling from Enterprise portal. I am sending data to RFC one by one. But the error i am getting is object is locked by user so data can't be save.

Though i am using Lock and unlock method before and after calling RFC the project lock error comes up.

What might be the reason

regards

sandeep

HI all,

I am doing multiple object updation using a standard RFC(BAPI_PROJECT_MAINTAIN). The RFC i am calling from Enterprise portal. I am sending data to RFC one by one. But the error i am getting is object is locked by user so data can't be save.

Though i am using Lock and unlock method before and after calling RFC the project lock error comes up.

What might be the reason

regards

sandeep

1 REPLY 1
Read only

Former Member
0 Likes
338

use saveandwait instead save in bapi