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: 

How do I delete a database table used in a program - LZNOT_FILTER_TYPT00

derek_morin
Participant
0 Kudos

I am trying to delete all of the objects in a package.

There is a database table called ZNOT_FILTER_TYP.

When I go to delete it I can't because it is in use.

There "where-used" list shows that it is used in program "LZNOT_FILTER_TYPT00".

If I try to open that program it does not exist. Some googling told me that this is a "function group include".

https://archive.sap.com/discussions/thread/687369

How do I get rid of this?

1 ACCEPTED SOLUTION

matt
Active Contributor

Go to SE80, look for function group ZNOT_FILTER_TYP, and delete it.

2 REPLIES 2

matt
Active Contributor

Go to SE80, look for function group ZNOT_FILTER_TYP, and delete it.

0 Kudos

Or just remove the reference to the table, and if required adjust/activate/repair the function group (as else the include should already have been available from its name)