<?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: Explain this TCODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-this-tcode/m-p/2843383#M665996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekhar,&lt;/P&gt;&lt;P&gt;Hope the following throws some light on your querry regarding the update workprocess.&lt;/P&gt;&lt;P&gt;When a  user wants to change a record in an SAP transaction, he/she first calls the&lt;/P&gt;&lt;P&gt;corresponding transaction , makes the appropriate entries on the screens,&lt;/P&gt;&lt;P&gt;then finally initiates the update process by saving the data. &lt;/P&gt;&lt;P&gt;This process triggers the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The program locks the data record for other users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If the enqueue work process  writes the lock entry to the lock&lt;/P&gt;&lt;P&gt;table, then it passes the lock key it created to the user, the program reads the&lt;/P&gt;&lt;P&gt;record to be changed from the database and the user can change the record&lt;/P&gt;&lt;P&gt;on the screen image of the SAP transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In the active dialog work process, the program calls a function module&lt;/P&gt;&lt;P&gt; and writes the change request to database update tables. These are also called VB* tables, because&lt;/P&gt;&lt;P&gt;their names begin with &amp;amp;#147;VB&amp;amp;#148;. They act as temporary memory and store the&lt;/P&gt;&lt;P&gt;data to be changed until it can be collected and written to the target tables&lt;/P&gt;&lt;P&gt;in the database &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. At the end of the transaction (for example, when the user saves the data &lt;/P&gt;&lt;P&gt;possibly after completing other dialog steps), the program initiates the close&lt;/P&gt;&lt;P&gt;of the transaction with the statement COMMIT WORK. The work process that&lt;/P&gt;&lt;P&gt;is handling the active dialog step triggers an update work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. On the basis on the information transferred from the dialog work process, the&lt;/P&gt;&lt;P&gt;update work process reads the log records that belong to this SAP transaction&lt;/P&gt;&lt;P&gt;from the VB* tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. The update work process passes the changes marked and collected in the&lt;/P&gt;&lt;P&gt;VB* tables to the database as a change request and evaluates the database&lt;/P&gt;&lt;P&gt;response. If the changes were successfully written to the target tables, the&lt;/P&gt;&lt;P&gt;update work process triggers a database commit after the last change to the&lt;/P&gt;&lt;P&gt;database and deletes the entries from the VB* tables. If an error occurs, the&lt;/P&gt;&lt;P&gt;update work process triggers a database rollback, leaves the log records in&lt;/P&gt;&lt;P&gt;the VB* tables and marks them as defective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. The lock entries in the lock table are reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V1 updates refer to time-critical changes. They are relevant to&lt;/P&gt;&lt;P&gt;objects that have a controlling function in the SAP system, such as a&lt;/P&gt;&lt;P&gt;change to the material stock or an order creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V2 updates refer to less time-critical changes, for example, purely&lt;/P&gt;&lt;P&gt;statistical updates such as creating a change document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If an error occurs during an update, then processing of the active update&lt;/P&gt;&lt;P&gt;component terminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SM13 (update requests) provides an analysis tools to handle terminated updates. &lt;/P&gt;&lt;P&gt;Once the error that caused the termination has been corrected ,&lt;/P&gt;&lt;P&gt; the update should be restarted.&lt;/P&gt;&lt;P&gt;For a more detailed insight pl follow the following link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e5/de870835cd11d3acb00000e83539c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e5/de870835cd11d3acb00000e83539c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Pl dont forget to award is resolved.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 10:06:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-03T10:06:16Z</dc:date>
    <item>
      <title>Explain this TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-this-tcode/m-p/2843380#M665993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  can anyone explain this TCODE SM!3 briefly.&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;sekar sasi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 09:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-this-tcode/m-p/2843380#M665993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T09:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Explain this TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-this-tcode/m-p/2843381#M665994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM13- Monitoring Update Process&lt;/P&gt;&lt;P&gt;&amp;#149;	The update process is in charge of executing database changes when requested by dialog or background work Processes. &lt;/P&gt;&lt;P&gt;&amp;#149;	R/3 User has No Influence on Update Service&lt;/P&gt;&lt;P&gt;&amp;#149;	Update requests are not generated by directly users. Instead they are generated by user&amp;#146;s dialog or Background activities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has two types of components:&lt;/P&gt;&lt;P&gt;V1 components for executing time-critical database changes (Immediate)&lt;/P&gt;&lt;P&gt;V2 components for executing non-critical database changes (Regular  Interval)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the SM13 -Update Manager, you can do the following:&lt;/P&gt;&lt;P&gt;&amp;#149;	Activate/ Deactivate the Updating function&lt;/P&gt;&lt;P&gt;&amp;#149;	Restart processing of unprocessed update records that have accumulated as a result of shutting down the Updating function.&lt;/P&gt;&lt;P&gt;&amp;#149;	Displays update records that are pending an update.&lt;/P&gt;&lt;P&gt;&amp;#149;	Reprocess an abnormally terminated update record.  &lt;/P&gt;&lt;P&gt;&amp;#149;	Delete update records.&lt;/P&gt;&lt;P&gt;&amp;#149;	Read update statistics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more information at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/e5/de870535cd11d3acb00000e83539c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/e5/de870535cd11d3acb00000e83539c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 09:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-this-tcode/m-p/2843381#M665994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T09:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Explain this TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-this-tcode/m-p/2843382#M665995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe u r want to know about SM13 t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM13---Display Update Records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helps in &lt;/P&gt;&lt;P&gt;display updates &lt;/P&gt;&lt;P&gt;test and debug canceled updates &lt;/P&gt;&lt;P&gt;reset updates &lt;/P&gt;&lt;P&gt;delete updates &lt;/P&gt;&lt;P&gt;display statistics on updates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can find more information on &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/search/highlightContent.jsp" target="test_blank"&gt;http://help.sap.com/search/highlightContent.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i am able to help u some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-this-tcode/m-p/2843382#M665995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Explain this TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-this-tcode/m-p/2843383#M665996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekhar,&lt;/P&gt;&lt;P&gt;Hope the following throws some light on your querry regarding the update workprocess.&lt;/P&gt;&lt;P&gt;When a  user wants to change a record in an SAP transaction, he/she first calls the&lt;/P&gt;&lt;P&gt;corresponding transaction , makes the appropriate entries on the screens,&lt;/P&gt;&lt;P&gt;then finally initiates the update process by saving the data. &lt;/P&gt;&lt;P&gt;This process triggers the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The program locks the data record for other users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If the enqueue work process  writes the lock entry to the lock&lt;/P&gt;&lt;P&gt;table, then it passes the lock key it created to the user, the program reads the&lt;/P&gt;&lt;P&gt;record to be changed from the database and the user can change the record&lt;/P&gt;&lt;P&gt;on the screen image of the SAP transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In the active dialog work process, the program calls a function module&lt;/P&gt;&lt;P&gt; and writes the change request to database update tables. These are also called VB* tables, because&lt;/P&gt;&lt;P&gt;their names begin with &amp;amp;#147;VB&amp;amp;#148;. They act as temporary memory and store the&lt;/P&gt;&lt;P&gt;data to be changed until it can be collected and written to the target tables&lt;/P&gt;&lt;P&gt;in the database &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. At the end of the transaction (for example, when the user saves the data &lt;/P&gt;&lt;P&gt;possibly after completing other dialog steps), the program initiates the close&lt;/P&gt;&lt;P&gt;of the transaction with the statement COMMIT WORK. The work process that&lt;/P&gt;&lt;P&gt;is handling the active dialog step triggers an update work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. On the basis on the information transferred from the dialog work process, the&lt;/P&gt;&lt;P&gt;update work process reads the log records that belong to this SAP transaction&lt;/P&gt;&lt;P&gt;from the VB* tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. The update work process passes the changes marked and collected in the&lt;/P&gt;&lt;P&gt;VB* tables to the database as a change request and evaluates the database&lt;/P&gt;&lt;P&gt;response. If the changes were successfully written to the target tables, the&lt;/P&gt;&lt;P&gt;update work process triggers a database commit after the last change to the&lt;/P&gt;&lt;P&gt;database and deletes the entries from the VB* tables. If an error occurs, the&lt;/P&gt;&lt;P&gt;update work process triggers a database rollback, leaves the log records in&lt;/P&gt;&lt;P&gt;the VB* tables and marks them as defective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. The lock entries in the lock table are reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V1 updates refer to time-critical changes. They are relevant to&lt;/P&gt;&lt;P&gt;objects that have a controlling function in the SAP system, such as a&lt;/P&gt;&lt;P&gt;change to the material stock or an order creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V2 updates refer to less time-critical changes, for example, purely&lt;/P&gt;&lt;P&gt;statistical updates such as creating a change document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If an error occurs during an update, then processing of the active update&lt;/P&gt;&lt;P&gt;component terminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SM13 (update requests) provides an analysis tools to handle terminated updates. &lt;/P&gt;&lt;P&gt;Once the error that caused the termination has been corrected ,&lt;/P&gt;&lt;P&gt; the update should be restarted.&lt;/P&gt;&lt;P&gt;For a more detailed insight pl follow the following link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e5/de870835cd11d3acb00000e83539c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e5/de870835cd11d3acb00000e83539c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Pl dont forget to award is resolved.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-this-tcode/m-p/2843383#M665996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:06:16Z</dc:date>
    </item>
  </channel>
</rss>

