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

How to delete an append structure?

Former Member
0 Likes
1,876

Hi everbody...

I needed to add few fields to the standard table VBRK and hence I opted for append structure.

And added few fields as per the requirements. Now I dont need them anymore.

I didnt find a way to delete the append structure from that VBRK table.

Can someone help me how to delete an append strucure?

Thanks,

ABAPer

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
712

U cannot delete a structure which u append, to delete it u have to delete the entire table. So in ur case u can delete all the fields from it but after doing this u should adjust the database for VBRK from SE14.

Regards,

Joy.

Hi aRs .

Thanks for your solution, I solve the issue.

3 REPLIES 3
Read only

Former Member
0 Likes
713

U cannot delete a structure which u append, to delete it u have to delete the entire table. So in ur case u can delete all the fields from it but after doing this u should adjust the database for VBRK from SE14.

Regards,

Joy.

Read only

former_member194669
Active Contributor
0 Likes
712

Go to -> SE11 --> give append structure name for example ZVBRK

Click on Delete button. It will ask to regenerate . Click Delete.

Sometimes need database adjustment using SE14

Read only

0 Likes
712

Hi aRs .

Thanks for your solution, I solve the issue.