cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery block for pricing changes

Former Member
0 Kudos

Hi ,

we have a requirement Price conditions are trigered aoutomatically from conditions records.

And should be allowed to change at order level and when ever user changes the price determined automatically system should block the order for delivery.

Enhancement option is known ,,,,, Please suggest if there is any standard way to achieve this ..

regards,

Kiran.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kiran,

Yes, we have done this enhancement. It's a very good and interesting development.

1. Create a master Z table. Here you can define for what document types the userexit will be called. For example, say for combination of sales organization A + Sales document type ZOR. This can control different sales document types. You can de activate this enhacement if you don't need to block for a certain order type in certain sales org.

2. Define a block reason code and assign it to the sales document types and the delivery types as applicable.

3. You can use the exit SAPMV45A/ SAPFV45P and the include is "MV45AO0F_FELDAUSWAHL".

4. Create one more Z table which will show all the sales orders which are blocked for delivery

4. Create a custom report to get all the sales orders blocked for delivery from the above report. Authorized person can review and release the block from this report.

5. Once the sales order is released, you can update the Z table with time, date and the user ID.

Give test conditions extensively. Is it only for the discount conditions you are developing this or even list price? Better control the price, tax and VPRS from the pricing procedeure itself.

Let me know if you need any further help.

Regards,

Raghav

Former Member
0 Kudos

Thankx for your reply raghav... we too have similar plans i was just checking is there any standard way.

regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Simple u can achive it manually too,

When user can change prices, Put delivery block manually at header level in sales order(Create delivery block - Price change),

Kapil