‎2006 Jun 14 8:19 PM
I created a 'Z' program that is usually included in the Customer exit. I now realized that i will not need these user exit.
How do I delete this include program? when i try to delete, it says that program contains references.
‎2006 Jun 14 8:22 PM
Generally not required to delete this created include program. But you can delete it, eventhough it warns you.
Regds
Manohar
‎2006 Jun 14 8:22 PM
Generally not required to delete this created include program. But you can delete it, eventhough it warns you.
Regds
Manohar
‎2006 Jun 15 2:04 PM
if it warns me it would been okay.. but it actually prevents me from deleting it.. i guess i have to just remove the object from change list..
‎2006 Jun 15 2:08 PM
Hi ssg,
1. Unfortunately we cannot delete it now.
2. BCOS its already included in the FM
of the user - exit.
3. There is no harm, if u keep this Z include.
(Just empty the code)
4. Or u can also DEACTIVATE the user exit.
(so the zinclude will never be called)
regards,
amit m.
‎2006 Jun 15 2:10 PM
Thanks Amit. I thought so too.. the project is already used for other purposes. So i cannot deactivate it..
‎2006 Jun 15 2:22 PM
Hey you can delete it.!
Go to Se38 and rename the include to some other name. The delete that. Before that make sure that you are not using that include anywhere else.
rgds,
TM.
‎2006 Jun 15 3:10 PM
Thanks Thomas, for interesting solution.
I will try that.. But is there any danger of compilation error if we do this?