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 Include

Former Member
0 Likes
1,605

Hi,

I go to SE80 and try to delete a include from the program. It appears the message "Include cannot be deleted

because references exist". How can i resolve it??

Regards,

2 REPLIES 2
Read only

Former Member
0 Likes
739

Hi,

Put a where used list of the include...

Then in the those programs..comment the code that says INCLUDE <include name>...And activate..

After commenting all the programs that has the include...Then you can delete the program..

Thanks,

Naren

Read only

Former Member
0 Likes
739

You will have to check where these 'include' program is used in your package. You have to first delete or comment the lines of the include statement in the programs.

Now you will be able to delete the include from the package in SE80.

Reward points if useful.