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

Prevent deletion of SC lines after approval and creation of PO

stefan_kolev4
Participant
0 Likes
184

Hi,

I'd like to disable delete button on SC lines, because I'd like to prevent deletion of them after approval and creation of PO

Is there any BADI that could be used ?

Please advise !

Helpfull answers will be awarded !

Thanks,

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

Which SRM version are you using?

If lower than SRM 6.0 you can use screen variants to achieve this.

If not , you have metadata handler at SPRO which can be used to hide buttons. Or even do webdynpro customizing.

Cheers,

Melina

stefan_kolev4
Participant
0 Likes

Hi Melina,

Thanks for your reply.

I am using SRM 5.0. Would you please be more specific about the screen variants ?

There is a BADI BBP_SC_MODIFY_UI, but I don't see anything regarding that delete button.

Thanks,

Stefan

Former Member
0 Likes

BBP_UI_CONTROL_BADI

try this badi, this takes in the fields and push buttons and makes them invisible.

stefan_kolev4
Participant
0 Likes

Thank you !

Let me clarify. I need to disable the trash icon on the line item level only if the SC is approved and PO is created and only for the 'Requester'.

Can I achieve that functionality using the proposed BADI ?

Thanks,

Stefan

Answers (0)