cancel
Showing results for 
Search instead for 
Did you mean: 

VBDATA-VBMOD-VBHDR tables

Former Member
0 Kudos

Hello,

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...

regards

ismail KARAYAKA

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all ,

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 .

I see these 3 tables i see no entries in development (se11).

In Q i see some entries .Should these tables be empty ideally ?Is there any system setting that we have missed .

Regards

Harish.

Former Member
0 Kudos

Hello Ismail,

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.

Thanks and Regards,

-Bijesh.

Former Member
0 Kudos

hi ismail,

while doing updates it will be initiated by dialog work process.

first the information will be stored in VB* tables.And update work process

reads this information, updates in the database.

we should not delete any thing in theese VB* table data. Once it is completed

we can do reorganize using standard background job called RSM130002.

fallowing information will be stored in these tables

VBDATA-----data fro the update work process.

VBHDR-------header information

VBMOD-------module information

VBERR----


for error information

in SM13, sm14 we can monitor and do administration for updates.

please reward if it is usefull

regards,

Raju.

Former Member
0 Kudos

Hello,

Thank you for Help...

regards

ismail Karayaka

Former Member
0 Kudos

Hi Ismail

These tables are holding your update requests. You should NEVER delete anything from theses tables, this can lead to serious application inconsistencies!

Check out transaction SM13, all administration should be done there.

Best regards, Michael