cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery Block

Former Member
0 Kudos

Dear All,

Can we block the out bound delivery where the order total < order cost or in the other words can we block the outbound delivery where the total profit margin having a negative value on the order.

Does SAP provide any standard configuration to cater this with no customization ?

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

answered

Lakshmipathi
Active Contributor
0 Kudos

If the requirement is such that if the selling price is below VPRS, system should not allow to save the sale order, then, yes it is possible to achieve via standard settings.

G. Lakshmipathi

Former Member
0 Kudos

Dear Lakshmipathi

How should I proceed to block the Sales Order or Delivery. Could you please brief the settings

Thank you for your support

Best Regards

Amjathpasha

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

Check Lakshmipathi's reply in the below thread:

http://forums.sdn.sap.com/thread.jspa?messageID=10140248#10140248

Also the below Wiki on Margin Control may be helpful:

http://wiki.sdn.sap.com/wiki/display/BPX/Margin+Control

Hope this helps,

Thanks,

Jignesh Mehta

Former Member
0 Kudos

Dear Pasha,

as explained above there is no facility available in Std SAP so you have to take help of technical consultant to develop a routine which is assigned in the requirement field for conditions cost and profit margin in v/08.

Thanks and have a nice day

Rajeev Pundir

Former Member
0 Kudos

Hi,

We can achieve the same via user exit by specifying condition that if the profit marigin is negative value at header level then default the Delivery Block in Sales Order. If you want to control the removal of Delivery block then u can gray out at screen level.

or incoporate a authorization object in User exit Save for the same.

Program MV45AFZZ

User Exit to default the Delkivery Block - USEREXIT_MOVE_FIELD_TO_VBAK

USEREXIT_SAVE_DOCUMENT_PREPARE

Regards,

Saju.S

jignesh_mehta3
Active Contributor
0 Kudos

Not possible with SAP Standard Settings.

Proceed with creating Requirement as suggested by ravi above or write a ABAP code in user Exit - USER_EXIT_SAVE_DOCUMENT.

Hope this helps.

Thanks,

Jignesh Mehta

Former Member
0 Kudos

Dear Pasha,

It is not possible through standard SAP.You have to develop it.for this write a routine and place for the field requirement to both conditions cost and profit margin in v/08.

Thank you,