SAP WORK PROCESS - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

work process
Component of an AS ABAP ABAP_ASINSTANCE . Work processes execute applications written in ABAP.
BEGIN_SECTION VERSION 5 OUT There are various types of work processes for different applications: dialog, enqueue, background, spool, and update work processes. Each work process is registered for the complete runtime of an ABAP_ASINSTANCE on to the standard database of AS ABAP as a database user using a standard connection. In dialog processing, a work process is assigned to an ABAP program for the duration of a dialog step.
END_SECTION VERSION 5 OUT