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

BDC with 2 users

Former Member
0 Likes
540

Hi experts,

In BDC while working 2 users with <b>one transaction</b> do we need to make any separate settings in the program while uploading the file? Please let me know.

<b><REMOVED BY MODERATOR></b>

Thanks

Kaki

Message was edited by:

Alvaro Tejada Galindo

3 REPLIES 3
Read only

Former Member
0 Likes
485

Do you mean that one user will create and run the session and another will process the errors? If so, there should be no problem so long as all users have the proper authorizations.

Rob

Read only

naimesh_patel
Active Contributor
0 Likes
485

If both users are using the different files .. means after BDC both users will have different document numbers than it will not be any probelm.

If your BDC is for changing anything, than if one user is changing one document from your BDC, and the other user tries with the same document, system will give you error like "Document is locked by user YYYY".

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
485

Hi,

If you don't want two users processing the same file for the BDC program, perhaps you can build custom check table (or use table TVARV) to lock the input file when the BDC program running. When your BDC program finished then unlock the input file. Also archive the input file as well.

In this case, when the 2nd user run the program with the same input file then you can display a message that the file is being processed (something like that) by checking the above check table.

Regards,

Ferry Lianto