PrintGeneral

Top 
Expand/Collapse Toggles

The Print solution is working in asynchronous mode. Means: On mobile device you can continue on working on next documents while the Server is creating the document in background. You don't need to wait.
 
General information about Asynchronous Working


 

hmtoggle_plus1More about Common Service

The functionality of beas common service

- print asynchronously (Example WEB Application)

- create all SAP transaction asynchronously (Example WEB Application)

- simple interface to third applications.

 

 

Idea of asynchronous working

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

 

Use Print solution in Beas Demo WEB Server

 

Activate the "Common Service", if not activated as service

WEB_server_22

 

Use Print solution in standard installation

 

The services are defined in Tools  - Beas Server management

You need always 2 services

a) The beasCommon Service (Common Interface)

b) The WEB Application server

webprintsolution_server
 

NOTE:

Do not  activate common Interface and WEB Application for one Service.


Help URL: https://help.beascloud.com/beas202105/index.html?webprintgeneral.htm