<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Work Process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process/m-p/3381127#M811778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dialog Work Process&lt;/P&gt;&lt;P&gt;Dialog work processes deal with requests from an active user to execute dialog steps (see also Dialog Programming).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update Work Process&lt;/P&gt;&lt;P&gt;Update work processes execute database update requests. Update requests are part of an SAP LUW that bundle the database operations resulting from the dialog in a database LUW for processing in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background Work Process&lt;/P&gt;&lt;P&gt;Background work processes process programs that can be executed without user interaction (background jobs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enqueue Work Process&lt;/P&gt;&lt;P&gt;The enqueue work process administers a lock table in the shared memory area. The lock table contains the logical database locks for NetWeaver AS ABAP and is an important part of the SAP LUW concept. In NW AS, you may only have one lock table. You may therefore also only have one ABAP application server with enqueue work processes. Normally, a single enqueue work process is sufficient to perform the required tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spool Work Process&lt;/P&gt;&lt;P&gt;The spool work process passes sequential datasets to a printer or to optical archiving. Each ABAP application server may contain only one spool work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2008 06:59:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-15T06:59:29Z</dc:date>
    <item>
      <title>Work Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process/m-p/3381125#M811776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the minimum/ maximum number of every work process in &lt;/P&gt;&lt;P&gt;a)one application server&lt;/P&gt;&lt;P&gt;b)all application server in a R/3 system?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 05:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process/m-p/3381125#M811776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T05:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Work Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process/m-p/3381126#M811777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It Depends upon your System Memory&lt;/P&gt;&lt;P&gt;ex: 8GB RAM, you may have 10 Dialog WP, 6 Background WP, 2 Spool WP, 1 update, 1 message, 1 gateway, 1 enqueue. ( this is optional)&lt;/P&gt;&lt;P&gt;where as for Appl Servers, u need to have the same WP, except message and gateway. 1 spool 1 enqueue ( This is optional)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 05:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process/m-p/3381126#M811777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T05:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Work Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-process/m-p/3381127#M811778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dialog Work Process&lt;/P&gt;&lt;P&gt;Dialog work processes deal with requests from an active user to execute dialog steps (see also Dialog Programming).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update Work Process&lt;/P&gt;&lt;P&gt;Update work processes execute database update requests. Update requests are part of an SAP LUW that bundle the database operations resulting from the dialog in a database LUW for processing in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background Work Process&lt;/P&gt;&lt;P&gt;Background work processes process programs that can be executed without user interaction (background jobs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enqueue Work Process&lt;/P&gt;&lt;P&gt;The enqueue work process administers a lock table in the shared memory area. The lock table contains the logical database locks for NetWeaver AS ABAP and is an important part of the SAP LUW concept. In NW AS, you may only have one lock table. You may therefore also only have one ABAP application server with enqueue work processes. Normally, a single enqueue work process is sufficient to perform the required tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spool Work Process&lt;/P&gt;&lt;P&gt;The spool work process passes sequential datasets to a printer or to optical archiving. Each ABAP application server may contain only one spool work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 06:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-process/m-p/3381127#M811778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T06:59:29Z</dc:date>
    </item>
  </channel>
</rss>

