Application Development 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: 

Delete a append structure from table - how?

Former Member
0 Kudos

Hi

I have appended a structure to a table, but I want to remove this append, but how do I do?

Br

Lars

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Go to se 11 ...give your structure name and delete it from there.

Hope it helps.

Thanks,

Jayant

5 REPLIES 5

Former Member
0 Kudos

Go to se 11 ...give your structure name and delete it from there.

Hope it helps.

Thanks,

Jayant

Former Member
0 Kudos

hi

please refer to the link below

this must help you

regards

Aakash Banga

Former Member
0 Kudos

hello,

Delete it from data dictionary. (Se11)

Thanks.

rainer_hbenthal
Active Contributor
0 Kudos

If your append structure is named xyz and is an extension of table/structure abc, goto SE11 and delete structure XYZ, dont go to abc and try to delete it there.

But what has this to do with ABAP? Theres a forum special for ddic questions.

Former Member
0 Kudos

1) First delete the structure in SE11 tcode.

2) Then Activate your table.