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: 

Program with a name starting with '!'

Former Member
0 Kudos

Hi,

I have a problem with a progam. In fact, I want to delete an include but this include is used in a program with a name starting with '!' like

!ZMM_PR_TEST.

I can't open this program or delete it.

What can I do ?

Must I delete this "strange" program or not ?

Thanks in advance for your help...

Best regards

3 REPLIES 3

JozsefSzikszai
Active Contributor
0 Kudos

isn't !ZMM_PR_TEST an inactive version of ZMM_PR_TEST? Check ZMM_PR_TEST and activate if necessary, than you can delete the include (however you have to remove from ZMM_PR_TEST first)

narin_nandivada3
Active Contributor
0 Kudos

Hi Carl,

If you want to delete the program in Any way.. Delete it from the TADIR table...

the symbol " ! " may be some customer name space... Hope you cross check about that name space and

go ahead deleting it from a program accessing the record from TADIR table and modifying the TADIR table.

If something is not happening directly then there is almost a chance to delete the record from the table through a zprogram..

Hope this would help you.

Any question please revert back

Good luck

Narin.

Former Member
0 Kudos

Hello

Find programm by mask *ZMM_PR_TEST and activate it.

Then you may delete it.