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

Tables

Former Member
0 Likes
492

Hi All,

How to delete SAP table & report ?

3 REPLIES 3
Read only

Former Member
0 Likes
471

Hi.

Goto se11 give table name and delete.

but befor3e this got0 se38 and give table name and delete it.

Hope this helps.

Read only

Former Member
0 Likes
471

Hi

Before deleting the table you have to find the dependencies of the tables

means where used list of the table

If that is used in many programs, you can't simply delete it.

So first check that

and delete it from SE11 Tcode

You can deelte the Program from SE38

but still the entries exist in TADIR table also.

So have to delete the same from there by writing a small code.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
471

Hi Ravindra,

tables table deleted by ussing command :

delete <table name>

report can be delete directly from se38.

Reward points if helpful.

Regards,

Hemant