cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Write Back Badi

0 Likes
510

Hi,

Could someone please tell me what would happen if we have a Writeback badi and :

1. Two users input data simultaneously?

2. One user inputs data that triggers writeback, which takes 2 minutes to complete; and after one minute same user or another user inputs another data?

Thanks,

S

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186338
Active Contributor

"which takes 2 minutes to complete" ?

Something strange... Data saving from input form takes 1-2 seconds maximum if you don't have default.lgf.

0 Likes

Hi <

I was just making a hypothetical scenario just to understand the behavior of writeback badi. In reality, mostly, time would be much smaller.

Thanks,

former_member186338
Active Contributor
0 Likes

There's no difference between write back badi or just writing data from input form. If 2 users will try to write data to the same region at the same time then you will have some locks.

But it's a bad business logic in general.