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 the include program in customer exit?

Former Member
0 Likes
1,012

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.

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
883

Generally not required to delete this created include program. But you can delete it, eventhough it warns you.

Regds

Manohar

6 REPLIES 6
Read only

Manohar2u
Active Contributor
0 Likes
884

Generally not required to delete this created include program. But you can delete it, eventhough it warns you.

Regds

Manohar

Read only

Former Member
0 Likes
883

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..

Read only

Former Member
0 Likes
883

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.

Read only

Former Member
0 Likes
883

Thanks Amit. I thought so too.. the project is already used for other purposes. So i cannot deactivate it..

Read only

Former Member
0 Likes
883

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.

Read only

Former Member
0 Likes
883

Thanks Thomas, for interesting solution.

I will try that.. But is there any danger of compilation error if we do this?