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

Delete database table with references

Former Member
0 Likes
1,051

Hi,

I want to delete a custom database table which is being used in a include. Since I can not get the include, so I want to delete this table anyways. Is there any ways to do this?

Regards,

Jeetu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
987

Hi,

You can delete table including include's through SE80.

Thanks and regards,

Vamsi.

7 REPLIES 7
Read only

Former Member
0 Likes
987

Hi ,

If you want to delete ztables then you can look for that table name in the Object navigator that is se 80.

Hope this helps.

Regards

Abhinab Mishra

Read only

Former Member
0 Likes
987

Dear Jitu,

use statement

DELETE Ztable where field = condition.

Hope this will help you to resolve your query. feel free to ask any help.

Regards,

Vijay

Read only

0 Likes
987

Hi,

This statement only deletes the entry from the table. But I want to delete the table itself.

Regards,

Jeetu

Read only

0 Likes
987

If there's no dependencies on table, just delete from SE11

Read only

0 Likes
987

Dear Jitu again,

Go to se11 . you have option delete on initial screen. just give the name of the table and say delete .

It will delete your customze table.

Regards

vijay

Read only

Former Member
0 Likes
987

hi,

You can delete the table from se11.

Read only

Former Member
0 Likes
988

Hi,

You can delete table including include's through SE80.

Thanks and regards,

Vamsi.