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

Disable DELETE Button for TMG

Former Member
0 Likes
916

Dear All,

I have a TMG for one of the Custom DBT.

In the maintenance screen, I want to delete the DELETE Button.

Is this posible ?

If yes, any help is appreciated !

Regards,

Deepu.k

Dear All,

I have a TMG for one of the Custom DBT.

In the maintenance screen, I want to delete the DELETE Button.

Is this posible ?

If yes, any help is appreciated !

Regards,

Deepu.k

4 REPLIES 4
Read only

GuyF
Active Participant
0 Likes
842

Hi

In the PBO section of the TMG you can add another module to set the PF-STATUS, and then create one without the delete button.

Let me know if you need some help with the code itself.

Guy.

Read only

Former Member
0 Likes
842

Hello Guy,

Yes, I did the same.

I used the following :

a. Go to the TMG

b. Go to the Maintenance Screen.

c. Double click on the screen number.

d. In the PBO write amodule : module disable_delete.

e. module disable_delete output.

excl_cua_funct-function = 'DELE'. "(function code for delete)

append excl_cua_funct.

endmodule. " disable_delete OUTPUT

It worked fine !

Thanks,

Deepu.K

Read only

0 Likes
842

> d. In the PBO write a module : module disable_delete.

Next time somebody regenerate the TMG, you may loose this change.

Read only

Former Member
0 Likes
842

Hello a®s,

Yes, u r right.

But whenever that TMG has been regenerated this module has to be implemented again !

Regards,

Deepu>k