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: 

TCODE while Program Deletion

Former Member
0 Kudos

Hi All,

Whenever a program is deleted, the tcode associated with this program is not deleted.

If such tcode is execued, DUMP ERROR with message 'PROGRAM_NOT_FOUND' occur.

Is there any other way to delete tcode instead of deleting separately, but along with program deletion?

Regards,

R.Nagarajan.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Better you can delete the t-code via se 93..

Regards

Debarshi

5 REPLIES 5

Former Member
0 Kudos

Better you can delete the t-code via se 93..

Regards

Debarshi

ThomasZloch
Active Contributor
0 Kudos

Before deleting a program, check the where-used list. If a TCode is found, delete that one first, but only after checking whether it is used in area menus. And so on...

In short: know the object dependencies and delete accordingly. Often the system will not let you delete something if dependencies still exist.

Thomas

Former Member
0 Kudos

How are you deleting the program ? from SE38 or SE80 ?

As a practice, you should delete any program from SE80, so that you can see all the objects being used within the program and delete the transactions from there.

regards,

Advait

Edited by: Advait Gode on Sep 30, 2008 10:06 AM

Former Member
0 Kudos

Hi Nag,

As the Txcode are stored as a separate object even though you delete program transaction code will exist.

So you have to delete both separately.

Cheers!!

Former Member
0 Kudos

Hi All,

Thank you very much for your reponses.

Regards,

R.Nagarajan.