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: 

Deleting a Z-table with SE11

Former Member
0 Kudos

Hallo experts,

I need to delete a table that's not used with function SE11. My questions is, will this automatically delete the data elements, domains and search helps used only in this table ?

If not - how would you do it ?

Thank you,

Maré

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

No. You need to delete them explicitly.

E.g. for Dataelement, select the dataelement in the Data type and delete it.

Regards,

Naimesh Patel

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

No. You need to delete them explicitly.

E.g. for Dataelement, select the dataelement in the Data type and delete it.

Regards,

Naimesh Patel

0 Kudos

Thank you ! Will do ...

Former Member
0 Kudos

Hi ,

Like Naimesh said you have to delete the data elements and domains explicitly.

if you are not sure whether a particular domain or data element is used some where else.. do a where used on each of them and then only delete them.

Regards,

Kinshuk