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

Retrieve the data into vbap table

Former Member
0 Likes
512

i appended a structure to vbap and activated then deleted. after this, when go to sales transaction i got run time errors. then i went to se14 and adjusted the table selecting the delete radio button.

due to this all the data in vbap table is deleted. now i have to retrieve the data what i losed.

plz, give some help

urgently

1 REPLY 1
Read only

former_member195698
Active Contributor
0 Likes
396

You can check with the basis people on this.

Whenever the database table is adjusted, sap will create a copy of the original table (Q table) and then alter table is performed. So you can check with your basis people on the Copy table. Check if data is present in that table. Then you can access the data and update your Original VBAP through a program.

Regards,

Abhishek