<?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 Question1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679221#M886013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Respected sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Plz help me to solve question as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.How many background jobs are running in your production system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.What is table buffer and single record buffer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.What will observe with respect to buffer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.If you see the same parameter value in all instance profiles what will you do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.If you have observed enque overflow ? What will you do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Apr 2008 03:38:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-06T03:38:51Z</dc:date>
    <item>
      <title>Question1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679221#M886013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Respected sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Plz help me to solve question as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.How many background jobs are running in your production system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.What is table buffer and single record buffer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.What will observe with respect to buffer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.If you see the same parameter value in all instance profiles what will you do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.If you have observed enque overflow ? What will you do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 03:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679221#M886013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T03:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679222#M886014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans to ur queries::&lt;/P&gt;&lt;P&gt;1&amp;gt; follow the following link to read about background jobs in production systems&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/ed/a9bb3f8e236d3fe10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/ed/a9bb3f8e236d3fe10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 04:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679222#M886014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T04:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679223#M886015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ans to 2nd qstn&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Individual records of tables with single-record buffering are managed in the single-record table buffer TABLP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technical Implementation and Buffer Access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The single-record table buffer contains a central administrative structure, a table directory and the data area. The data area is organized in frames of a fixed size (default value 4 KB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table names are sorted alphabetically in the directory. The table entries are also stored sorted in the corresponding frames of the data area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a buffer access, a binary search is first used to find the entry in the table directory, followed by the corresponding frame and then the record searched for within the frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frames can overflow in the data area if new data is inserted while adhering to the sort sequence. Such overflow frames have to be divided up and their administrative structure must be updated. This explains why the single-record table buffer is somewhat less efficient than the generic/full table buffer. In the single-record table buffer, the data records must be added one after the other while reorganizing the frame structure. In the generic/full buffer, however, all the data of a table is transferred in one step, already sorted by the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Managing Non-Existent Records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The single-record buffer also stores information about non-existent records of a table. If you attempt to access the table with a key that is not in the database, this information is stored in the buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done with a flag that is added to every record stored in the buffer. The flag shows whether or not this record exists in the table. If you attempt to access a record that does not exist, an empty record is stored in the buffer with the corresponding key, and the flag is set to the value for a non-existent record. If you try to access this record again, the system sees in the buffer that this record does not exist in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single-record buffering is also recommended if you repeatedly try to access non-existent records of a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Displacement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If records of a table with single-record buffering are to be read and stored in the buffer, it might be necessary to remove other records from the buffer for space reasons. In this case, the records of the table that were least recently accessed are removed from the buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global Synchronization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The modifications made in the local buffers must be synchronized in distributed systems in order to keep the buffered data consistent. The general procedure for synchronization is described in Synchronization of Local Buffers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The effect of different ABAP commands on the local and global synchronization of the single-record buffer is described below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If changes are made with WHERE conditions (UPDATE dbtab WHERE ..., DELETE FROM dbtab WHERE ...), the entire table is invalidated in the buffer of the local server (server on which the command was submitted) and on all other servers at the time of the synchronization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes without WHERE conditions (UPDATE dbtab, INSERT dbtab, DELETE dbtab) modify the corresponding records in the buffer of the local server and delete them in the buffers of all the other servers at the time of synchronization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modifications with a WHERE condition therefore place a much greater load on buffer management than those without a WHERE condition.&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;STRONG&gt;Do reward if helpful remaining ans follow.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 04:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679223#M886015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T04:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679224#M886016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ans to qstn 2 continued&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table Buffer::&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;The table buffer is located between the application and the database. Its goal is to cache portions of a database table in the application server to reduce database load and network communication. As you can see in the following figure, each server process of the J2EE Engine contains its own table buffer instance, which is shared among all threads of the server. Changes made to buffered data within one server process should be propagated to all other nodes to avoid inconsistencies in the remote buffers. The buffer synchronization mechanism used in the J2EE Engine guarantees that changes to buffered data are propagated to all remote buffers with a short delay.&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;&lt;/P&gt;&lt;P&gt;The table buffer in a cluster of servers.  Each cluster node has its own table buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activities&lt;/P&gt;&lt;P&gt;Using the Java Dictionary, you can enable buffering for individual tables. Furthermore, you can define the buffer granularity by specifying the columns that form the table&amp;#146;s generic buffer key. The data units that are stored in the buffer are called generic buffer areas. Buffering is transparent to the application program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first buffer access implicitly loads the data into the buffer so that a subsequent request can retrieve the data from the table buffer, rather than having to access the database. When a query is issued against a buffered table, the system checks if the query&amp;#146;s WHERE clause restricts the result set to a generic buffer area with respect to the generic key defined in this table. If this is the case, the query is issued against the table buffer instead of the database. If the respective generic buffer area is not yet in the buffer, then it is loaded into the buffer before the query is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do reward if helpful .... remaining ans follow&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 04:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679224#M886016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T04:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Question1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679225#M886017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To know about overflows , i suggest u to go through the following pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCSTEQ/BCCSTEQ_PT.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCSTEQ/BCCSTEQ_PT.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do reward if helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 04:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question1/m-p/3679225#M886017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T04:12:31Z</dc:date>
    </item>
  </channel>
</rss>

