<?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: regarding update work process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119619#M1707645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before posting here, look (google, scn search tool or &lt;A href="http://service.sap.com/xsearch" target="_top" title="SAP xSearch - the SAP Support Knowledge Base Search. Add to your browser favorites using right mouse button."&gt;http://service.sap.com/xsearch&lt;/A&gt;) at SAP online documentation help.sap.com for documents like &lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e5/de86db35cd11d3acb00000e83539c3/content.htm"&gt;Update Request&lt;/A&gt;, here you will find the table definitions. (&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #333333; background: none repeat scroll 0% 0% white;"&gt;Read the&lt;/SPAN&gt; &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-19331"&gt;&lt;SPAN style="color: #3778c7; background-color: white;"&gt;Rules of Engagement&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&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;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 14:40:16 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2012-12-11T14:40:16Z</dc:date>
    <item>
      <title>regarding update work process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119616#M1707642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear abap ers ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use a update fm (V1) for update purpose in a report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function zupdatev1 in update task&lt;/P&gt;&lt;P&gt;exporting.&lt;/P&gt;&lt;P&gt;p_x = &lt;/P&gt;&lt;P&gt;p_y =&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;commit work and wait.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after execution of 'commit work and wait' statement it ends current database LUW and also ends dialog workprocess and calls a v1 update workprocess and creates a new db luw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case some db tables used like vbhdr, vbmod, vbdata , vblog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually, i want to know what is the important roles of these db tables in update work process??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Sabyasachi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator Message: Mechanism of Update WPs is well documented in the SAP online documentation, please go through that. Un-marked as question.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suhas Saha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 13:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119616#M1707642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-11T13:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: regarding update work process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119617#M1707643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sabyasachi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you might know, unlike normal function modules, update function modules are not called immediately. If you call a function module in update task, it is registered by the system for later execution. The execution is triggered when a commit happens. The VB* tables are used for the purpose of registering update function modules. They store all data (like name of FM, data to be passed) which are required for later execution of the update function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 13:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119617#M1707643</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-11T13:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: regarding update work process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119618#M1707644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabyasachi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86e135cd11d3acb00000e83539c3/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86e135cd11d3acb00000e83539c3/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86e135cd11d3acb00000e83539c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 14:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119618#M1707644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-11T14:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: regarding update work process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119619#M1707645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before posting here, look (google, scn search tool or &lt;A href="http://service.sap.com/xsearch" target="_top" title="SAP xSearch - the SAP Support Knowledge Base Search. Add to your browser favorites using right mouse button."&gt;http://service.sap.com/xsearch&lt;/A&gt;) at SAP online documentation help.sap.com for documents like &lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e5/de86db35cd11d3acb00000e83539c3/content.htm"&gt;Update Request&lt;/A&gt;, here you will find the table definitions. (&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #333333; background: none repeat scroll 0% 0% white;"&gt;Read the&lt;/SPAN&gt; &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-19331"&gt;&lt;SPAN style="color: #3778c7; background-color: white;"&gt;Rules of Engagement&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&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;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 14:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119619#M1707645</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-12-11T14:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding update work process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119620#M1707646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; after searching some times in GOOGLE i found that vblog vbdata vbmod are used for registering (update fm name, the data ) but vbhdr is not for that.....description of this table is Update header. can you give some idea about this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 14:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119620#M1707646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-11T14:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: regarding update work process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119621#M1707647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even VBHDR is used for the same purpose. You can have a look at the fields it has and you will know. Some of the fields in the table are:&lt;/P&gt;&lt;P&gt;VBKEY - Key for update and enqueue/dequeue&lt;/P&gt;&lt;P&gt;VBMANDT - Client for update request&lt;/P&gt;&lt;P&gt;VBUSR - User name in update request&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 04:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-update-work-process/m-p/9119621#M1707647</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-12T04:13:30Z</dc:date>
    </item>
  </channel>
</rss>

