cancel
Showing results for 
Search instead for 
Did you mean: 

Change SO by BDC during VL10 execution

0 Kudos


Hi Gurus,

We have a requirement to update SO triggered in the middle of DO creation by VL10.

But when we call transaction VA02 with BDC, the change fails due to the SO is locked for DO creation by myself.

If we do this in VL01N, it is not locked and SO change is successful.

Question: Is there any possible parameter/setting/configuration to avoid lock error during VL10?

We are thinking to implement another batch input for SM12 to delete lock entry, but obviously is it not proper way.

If anybody can give me any advice, it would be really appreciated.

Best Regards,

Mari

Accepted Solutions (1)

Accepted Solutions (1)

harry_wu
Contributor
0 Kudos

It's not possible,

VL10 has different process logic than VL01n.
It's for collective proces, and the way of lock/commit/update is totally different than vl01n.

BDC is a little bit tricky. Have you tried bapis?
e.g. BAPI_Salesorder_change

0 Kudos

Dear Harry,

Sorry for my late reply.

We've solved this issue by unlocking the entry upon client's approval.

Thanks anyway for your feedback.

Best Regards,

Mari

Answers (0)