cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPC Embedded - Concurrent users

Former Member
0 Kudos
196

Dear all

Can you please let me know of your experience in S4 optimized BPC while we have,

1. Concurrent users trying to plan for the same data combination.

2. Concurrent users working on different data combinations.

Do we get any error in case of Pt.1 and how is the performance in case of Pt.2.

Request you to share your experience.

Thanks

Deepika

Accepted Solutions (0)

Answers (1)

Answers (1)

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Deepika,

in the first case you get a lock conflict, in the second usually not. BPC Embedded set locks based on data regions defined by the filter used in queries or planning functions. You can find more information about this topic here:

https://blogs.sap.com/2014/10/21/concepts-compared-bpc-standard-and-bpc-embedded/

The lock mechanism is usually not relevant for performance, exceptions are many concurrent users using many functions (e.g. in planning sequences) with complex filters. Note 928044 contains more information.

Regards,

Gregor