cancel
Showing results for 
Search instead for 
Did you mean: 

can we restrict user from deleting SC once follow on document created PO for SC ?

Former Member
0 Kudos

Hi experts ,

We are using classic scenario. We have SRM version 7.0 EHP1.

As per standard behavior user can delete shopping cart after follow on document created in backed end system in ECC.

But we want to restrict user from doing this.

can we do any config or custom development so system will not allow user to delete shopping cart once follow on document created (PO in ECC).

please provide your inputs .

Regards

Vijay Patil

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_murugan
Explorer
0 Kudos

Hi Vijay,

Yes you can restrict it by disabling the delete button when the shopping cart status is "approved or follow on document created". This can done using the metadata framework- Extension and field control configuration in SPRO.

In  SPRO settings Extension and Field Control --> Control Action --> Configure Control Action on Header level/item level

PDO action type :-  Action name (button u want to disable)
Process mode :- EDIT/DISPLAY mode

object type : Document object type (BUS2121/BUS2201)

Transcation type : SHC

PDO Action enable/disable : X

If u have condition basis disabling the Button add the custom dynamic method.

In the dynamic method check the status of the shopping cart , if its status is equal to approved or follow on document created" then disable the delete button.

Regards,

Suresh