Beas common service

Administration > Utility programs > beas Server management > beas common service

Top  Previous  Next

The functionality of Beas Common Service

- print asynchronously (Example WEB Application)

- create all SAP transactions asynchronously (Example WEB Application)

- simple interface to third applications.

 

 

The concept of asynchronous operation

If lots of clients are working parallel with SAP Transaction on one SAP Table, it does not work because SAP must lock the database for every transaction.

This working tends to get unstable causing long waiting time for clients.

 

common_parallel

 

 

In the Beas common service work is carried out with a stack. Every service sends the transaction command in this stack.

The Beas common service executes this in SERIAL and not PARALLEL.

 

This does not create deadlocks or an overload of the database and results in stable execution.

The worker does not need to wait for a response and can continue since the web service does not execute the transaction itself.

 

The Beas common service sends the answer (good, docentry number, error message etc.) in an answer stack.

The client can check if an answer is available at any moment, and can display it in the window (= synchronous working).

common_asynchron

 

 

In Beas you can see the current stack in the Beas common dashboard.

 

common_dashboard2

To open the Beas common dashboard from Beas manage server, click on the configuration Icon see image below.

 

server_dashboard_icon


Help URL: https://help.beascloud.com/beas202402/index.html?common_service.htm