<?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>Question Re: work process in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775917#M1477249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Work processes execute the individual dialog steps of ABAP application programs. They are components of ABAP application servers. The next two sections describe firstly the structure of a work process, and secondly the different types of work process in NetWeaver AS ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb2e7d358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb2e7d358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2008 09:01:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-08T09:01:01Z</dc:date>
    <item>
      <title>work process</title>
      <link>https://community.sap.com/t5/technology-q-a/work-process/qaq-p/3775914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is work process on application server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the different components in work process????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is their functionality?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/work-process/qaq-p/3775914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T08:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: work process</title>
      <link>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775915#M1477247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[workprocess|http://help.sap.com/saphelp_nw70/helpdata/EN/05/0e41e6ba5911d188b20000e83539c3/frameset.htm].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775915#M1477247</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-08T08:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: work process</title>
      <link>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775916#M1477248</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;&lt;/P&gt;&lt;P&gt; Work Process &lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;An SAP application server has to process SAP requests from multiple front ends. The application server has the use of a dispatcher, which gathers the requests and transfers them for processing to the work processes. The work processes then execute the desired requests (for example, an ABAP program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;Here are the following types of work processes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Work Process Type&lt;/P&gt;&lt;P&gt; Use&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Dialog&lt;/P&gt;&lt;P&gt; Executes dialog programs (ABAP)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Update&lt;/P&gt;&lt;P&gt; Asynchronous database changes (is controlled by a COMMIT WORK statement in a dialog work process)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Background&lt;/P&gt;&lt;P&gt; Executes time-dependent or event-controlled background jobs&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Enqueue&lt;/P&gt;&lt;P&gt; Executes locking operations (if SAP transactions have to synchronize themselves)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Spool&lt;/P&gt;&lt;P&gt; Print formatting (to printer, file or database)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several dialog work processes usually run on one application server. There are usually only one or two other types of work processes. For more information, see Setting Up Work Process Distribution in the CCMS Documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure&lt;/P&gt;&lt;P&gt;A work process consists of a screen processor, the ABAP interpreter, the database interface and the task handler that calls these programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;P&gt;The dispatcher is the central process of the application server. After it has been started, it generates the work process. You can configure the number of different types of work processes that run on an application server (see Setting Up Work Process Distribution).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775916#M1477248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: work process</title>
      <link>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775917#M1477249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Work processes execute the individual dialog steps of ABAP application programs. They are components of ABAP application servers. The next two sections describe firstly the structure of a work process, and secondly the different types of work process in NetWeaver AS ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb2e7d358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb2e7d358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 09:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775917#M1477249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T09:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: work process</title>
      <link>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775918#M1477250</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;check&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=11569889&amp;amp;messageID=3151742" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=11569889&amp;amp;messageID=3151742&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 09:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775918#M1477250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T09:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: work process</title>
      <link>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775919#M1477251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 03:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/work-process/qaa-p/3775919#M1477251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T03:40:50Z</dc:date>
    </item>
  </channel>
</rss>

