cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remove the Delete Icon at the Line Item level in CRM WebUI

ravikanthy
Explorer
0 Likes
722

Hi Champs,

I need to grey / hide the Delete Icon in the Web UI in CRM Sales Transactions Items Tab. I could able to remove in the Toolbar but no luck with line items.

Any help on this is highly appreciable.

Thanks & Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

jklotz
Participant
0 Likes

Hi Ravi,

these are one-click-actions. You cannot control this behavior with Methods like IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS(). Check out the corresponding context-node-implementation-class (in my case CL_BT265IT_SCITEMTREE_CN00) and redefine method GET_OCA_T_TABLE(). See following example from component / view: BT265IT_PRV/SCItemTree

If the condition is not true you will not see the DELETE Icon as one-click-action.

Regards, Jonathan

ravikanthy
Explorer
0 Likes

Thanks a lot Jonathon. Could remove the Delete Icon at the table level.

Cheers

Ravi

Answers (0)