<?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: VBDATA-VBMOD-VBHDR tables in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423006#M1365537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ismail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        while doing updates it will be initiated by dialog work process.&lt;/P&gt;&lt;P&gt;        first the information will be stored in VB* tables.And update work process&lt;/P&gt;&lt;P&gt;        reads this information, updates in the database.&lt;/P&gt;&lt;P&gt;        we should not delete any thing in theese VB* table data. Once it is completed &lt;/P&gt;&lt;P&gt;        we can do reorganize using standard background job called &lt;STRONG&gt;RSM130002&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;        fallowing information will be stored in these tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           VBDATA-----data fro the update work process.&lt;/P&gt;&lt;P&gt;           VBHDR-------header information &lt;/P&gt;&lt;P&gt;           VBMOD-------module information&lt;/P&gt;&lt;P&gt;           VBERR----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;for error information&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;         in SM13, sm14  we can monitor and do administration for updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         please reward if it is usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 15:14:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T15:14:41Z</dc:date>
    <item>
      <title>VBDATA-VBMOD-VBHDR tables</title>
      <link>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaq-p/3423004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the functions of VBDATA, VBMOD, VBHDR tables in the system? VBDATA has got 23.000.000 entries. Is it dangerous to delete the tables after back up?help if anyone knows...thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ismail KARAYAKA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 14:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaq-p/3423004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: VBDATA-VBMOD-VBHDR tables</title>
      <link>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423005#M1365536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ismail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These tables are holding your update requests. You should NEVER delete anything from theses tables, this can lead to serious application inconsistencies!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out transaction SM13, all administration should be done there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 15:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423005#M1365536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T15:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: VBDATA-VBMOD-VBHDR tables</title>
      <link>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423006#M1365537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ismail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        while doing updates it will be initiated by dialog work process.&lt;/P&gt;&lt;P&gt;        first the information will be stored in VB* tables.And update work process&lt;/P&gt;&lt;P&gt;        reads this information, updates in the database.&lt;/P&gt;&lt;P&gt;        we should not delete any thing in theese VB* table data. Once it is completed &lt;/P&gt;&lt;P&gt;        we can do reorganize using standard background job called &lt;STRONG&gt;RSM130002&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;        fallowing information will be stored in these tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           VBDATA-----data fro the update work process.&lt;/P&gt;&lt;P&gt;           VBHDR-------header information &lt;/P&gt;&lt;P&gt;           VBMOD-------module information&lt;/P&gt;&lt;P&gt;           VBERR----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;for error information&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;         in SM13, sm14  we can monitor and do administration for updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         please reward if it is usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423006#M1365537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T15:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: VBDATA-VBMOD-VBHDR tables</title>
      <link>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423007#M1365538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ismail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these tables mentioned are specific to Updates in your system.There is no issue if it contains so many entries in vbdata.You can perform a reorganization using the SAP  standard job for cleaning up the old entries.If you delete some entry from these tables and some update is not complete then it would create inconsitencies in your database.So in unavoidable circumstances you can touch these tables and otherwise use SAP standard tools to administer all these stuffs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;-Bijesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 09:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423007#M1365538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T09:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: VBDATA-VBMOD-VBHDR tables</title>
      <link>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423008#M1365539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for Help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ismail Karayaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 15:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423008#M1365539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T15:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: VBDATA-VBMOD-VBHDR tables</title>
      <link>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423009#M1365540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a small help on my understanding .I have an update FM which is not getting triggered in Development but triggering in Q.The code is the same in both .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see these 3 tables i see no entries in development (se11).&lt;/P&gt;&lt;P&gt;In Q i see some entries .Should these tables be empty ideally ?Is there any system setting that we have missed .&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;Harish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 15:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/vbdata-vbmod-vbhdr-tables/qaa-p/3423009#M1365540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-15T15:13:15Z</dc:date>
    </item>
  </channel>
</rss>

