Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

VBDATA DATA

suresh_s9
Participant
0 Likes
3,220

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

5 REPLIES 5
Read only

Former Member
0 Likes
2,317

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

Read only

Former Member
0 Likes
2,317

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

Read only

Former Member
0 Likes
2,317

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

Read only

suresh_s9
Participant
0 Likes
2,317

this is requirement not require now

Read only

suresh_s9
Participant
0 Likes
2,317

Based on most of the comments i putting it as open