Application Development 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: 

rsbdcsub PROBLEM

abybakk
Explorer
0 Kudos

Hello,

I have created a single job and sumbit insitde it the program rsbdcsub in a loop to exécute several sessions of batch input (Transaction F-44)

The first session, is executed successfully, but the others are not,:

I have an error message tha the vendor is locked (Transaction F-44).

It's seems that after the execution of the first session, the vendor is still locked. that why the others sessiosns are in error

How to solve this problem please.

Best regards

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

This is probably related to the fact that the updates may be executed Asynchronously (in an "update task"). The locks are removed only when the update task is finished.

Hopefully, you may indicate that you want to execute the updates synchronously, by using the update mode "S", or even "L" (I don't remember whether the update mode field is provided in RSBDCSUB, but it should).