Asynchronous Working

Terminal and WEB APP > WEB APPS Version 2.1 > General information > Asynchronous Working

Top  Previous  Next
Expand/Collapse Toggles

If the WEB client starts a transaction, the WEB Server must create the SAP Transaction, which can take long.
With the Asynchronous working, the WEB Server moves the SAP Transaction request to the Beas Common Service and returns a request ID only.

In this case, the WEB Client and the WEB Server do not need to wait for the SAP Transaction.

 

The client itself can wait for the result (Standard), but this does not block the WEB Server.
The Common service executes the SAP Transaction if the Service has time and returns the result back to the WEB Server.

 

If the client asks for the result, the WEB server sends this to the client and the client can display the result.

 

General information about Asynchronous Working:

 

Settings
- Activate "Asynchronous Processing" in Administration > Utilities > Beas Manage Server > Extended tab.

- Activate Common Service in Tools > Web Server.

- Go to HR > Personnel Master Data > Terminal functions > Open Program group: Terminal20 > "Basic settings" button. Set parameter WebApps Common Service Result Behavior.

  Time to wait (sec.): Define the time on how many seconds the app should wait before moving on to the next transaction.

 

See more details on the setup of asynchronous working in this video:

 

hmtoggle_plus1   More about Common Service

 

 

The WEBAPP print solution also uses the asynchronous concept.

Beas 2020.02


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