cancel
Showing results for 
Search instead for 
Did you mean: 

How to set Delivery block automatically when the (Price minus Discount) values is lesser than VPRS.

Former Member
0 Kudos

Dear Experts,

I have a scenario where the system needs to set a Delivery block, when the Value (Price (ZPR0) - Discount (ZA00)) is lesser than (VPRS) Material cost value.

I don't want to to do the checks based on Net value cos the Net value includes the Tax and Freight charges.

I come across some blogs and answers, where it is mentioned to develop a routine and assign to Pricing procedure to achieve the above.

However it is not clearly mentioned on the above scenario.

Kindly advise me the program logic to be developed.

Regards,

Ramkumar Lalaram

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos
Kindly advise me the program logic to be developed.

Probably, you need to discuss with your ABAP team.

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Ramkumar L,

"I have a scenario where the system needs to set a Delivery block, when the Value (Price (ZPR0) - Discount (ZA00)) is lesser than (VPRS) Material cost value."

Check with Abaper and use the user exit MV45AFZB to set the Delivery block(VBAK-LIFSK) based on mentioned condition.

"I come across some blogs and answers, where it is mentioned to develop a routine and assign to Pricing procedure to achieve the above."

Routines are commonly used to check/modify the pricing/tax condition values for the respective sales order.

Regards

Rajkumar Narasimman