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: 

In table maintainance overview screen i need to disable delete icon

Former Member
0 Kudos

In the overview screen (transaction se 54 -> generated object -> overview screen) in table maintainance i need to disable the delete icon.

Anyone can please help me in it.

6 REPLIES 6

Former Member
0 Kudos

make use of EVENTs in SE54 for that TMG.

Regards

Peram

Former Member
0 Kudos

HI,

In PBO, use module disable_delete.

in tht write stmts as below.

PROCESS BEFORE OUTPUT.

MODULE disable_delete.

MODULE disable_delete OUTPUT.

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

APPEND excl_cua_funct.

ENDMODULE. " disable_delete OUTPUT

Regards,

0 Kudos

Hi,

Thanks for ur reply.

but i m getting an error message as below

Include LZVOCEANBOOKINGTOP

Field "EXCL_CUA_FUNCT-FUNCTION" is unknown. It is neither in one of the

specified tables nor defined by a "DATA" statement . . . . . . . . . .

please help me.

Regards,

Nithya

0 Kudos

Nithya,

Sorry,I misunderstood your question.You can check my next reply.

K.Kiran.

Message was edited by:

Kiran K

0 Kudos

Nithya,

SE80.

Program name -SAPMSVIM

Screen No:- 50

Go to SE51.

Give the Program name as SAPMSVIM

Screen No:-0050.

Under the Element List Tab you can find a tab named DISPLAY ATTRIBUTES

Tick on the INVISIBLE Check box.

I think you need to have an access key or copy the program and the screens into Z and the go ahead with the changes.

K.Kiran.

0 Kudos

but i need to disable that delete icon in <b>overview</b> screen (one with table control) ur idea is good but it disables the delete push button that comes in se54.

Thanks a lot for ur effort.

Regards,

Nithya