cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling unplanned delivery cost

Former Member
0 Kudos

Dear Experts,

My client does not want the suppliers to claim the unplanned delivery cost in SUS portal. Could you please give me a clue how to disable it?

I have checked in the SUS customizing settings for the BSP page. could not find any valuable option.

Thanks and regards,

Ranjan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ranjan,

we did disable unplanned delivery cost on our SUS system by removing the code from views SRMSUS->views->invoice->detail_edit and detail_edit_cm or detail_view_cm, etc...

basically any view that field existed in (if i remember correctly the field is called invoice_freight_amount) you can verify that by double click in SUS page ->view source and look for the field id.

I don't recommend the above approach because it gave us a nightmare when upgraded SRM from 5 to 7 (stay away as far as you can from customizing SUS BSP views).

The other approach which I have used to disable other fields recently is through SPRO,

SPRO->SAP Supplier relationshipt management->Supplier self service->

-> setting for user interface->make field control settings for tables

In this table you need to find in which view does this field exist in and create a Z one

the system is smart enough to pick you z field if you copy the exact alias for field OTR entry.

I attached a screenshots of something similar that I have created recently.

Thanks,

Abdul.

Former Member
0 Kudos

Dear Abdul,

I am facing the same problem, I tried the configuration path mentioned by you but I am unable to find the node for "Unplanned Delivery Cost". I tried creating Z-ones as well but the field was still editable. If you can share the node which you used it would be very helpful.

Thanks,

Ankit

Former Member
0 Kudos

Hi Ankit,

I just checked our system again and it doesn't look like you can disable it through config. It seems like the only way to disable it is through the code in BSP package SRMSUS.

Thanks,

Abdul.