‎2009 Aug 12 4:09 PM
Hi All,
I have table called VBDATA, i need data of this table,
How can we get data for this table, it has one field called LRAW length is 30000,
Previously some people given me suggestion write simple program as select data from this VBDATA table , we will get data ..
but here it is not possible to get this data.
Please help me is there any other way to see data of this VBDATA ..?
What is the mail functionality for this VBDATA.?
Sri
‎2009 Aug 12 4:52 PM
Hello,
VBDATA is one table that keeps the data used in update requests ( other are VBHDR and VBMOD ).
You can see the contents of this table when you look on a cancelled update request in transaction SM13 - jump to update modules and then to update data.
But: these data stays only for update requests in error - all succesful update requests are normally deleted after the updates are done.
And: the contents of vbdata is only meanful together with the interface of the update module. That means that you would have to interpret the interface of the corresponding update function.
So good luck..
Regards Wolfgang
‎2009 Aug 13 8:02 AM
hi ,
you can check perhaps the function TH_DISPLAY_UPDATE_DATA which is used to display the data using function RS_COMPLEX_OBJECT_EDIT.
TH_DISPLAY_UPDATE_DATA generates a temporary report to display the data. this report includes the call of RS_COMPLEX_OBJECT_EDIT, which does the (dynamic) display of the data.
-Thanks
Saurabh Goel
‎2009 Aug 13 8:12 AM
hi,
VBDATA is the table that keeps the data used in update requests .
you can check perhaps the function TH_DISPLAY_UPDATE_DATA which is used to display the data using function RS_COMPLEX_OBJECT_EDIT.
TH_DISPLAY_UPDATE_DATA generates a temporary report to display the data. this report includes the call of RS_COMPLEX_OBJECT_EDIT, which does the (dynamic) display of the data.
Regards,
Archana
‎2009 Sep 23 4:11 PM
‎2009 Sep 24 8:36 AM