Show TOC Start of Content Area

Background documentation Administration of Work Processes in the VM Container  Locate the document in its SAP Library structure

Definition

Work process administration assigns an individual work process to a user session. The type of administration can have considerable influence on the susceptibility of a work process to error and its overall capacity.

Work process administration in the VMC is based on the principles of ABAP architecture for work process administration. This means that a separate session (and therefore a separate work process) is opened for each user. If a user’s work process is in wait mode because of a relevant instruction (such as RFC or DB Select), the data for this work process can be moved to the role area. The work process can then be made available to a different user.

As the number of work processes in the VMC is scalable, the error tolerance is higher: when an error occurs, this only affects the use of the work process in question. In the traditional J2EE architecture, on the other hand, all users would be affected, as they are all assigned to a single work process.

Architecture

This graphic is explained in the accompanying text

Additional Information

 

 

End of Content Area