cancel
Showing results for 
Search instead for 
Did you mean: 

Minimun order value

Former Member
0 Kudos

Hello

The standard SAP we two condition types AMIW, AMIZ

for processing minimum value requirements,

In standard SAP Is it possible configure the system to give warning /error message when Minimum Order value is not reached .?

Regards,

Sateesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use condition Type PMIN, so if the value falls below certain value maintained in condition record of PMIN, then the system automatically picks up PMIN value.

Hope this info was helpful.

Regards

AK

Please reward points if helpful

Former Member
0 Kudos

Hi Ayub,

Does system gives warning in case if value is less than PMIN ?

I have never used this.

Regards,

Amrish Purohit

Former Member
0 Kudos

Hi Amrish,

Warning message can be configured with the help of ABAPer, but myself never tried that, just read it somewhere

Regards

AK

sachin_bhonsle
Explorer
0 Kudos

Hi Ayub,

I believe that PMIN can only compare price at item level. That is , it will compare PMIN against PR00 less discounts (net value).

Sateesh : If i understand your question correctly, you want the check to be at Header level (overall order value). And that you want to know if there is any way this can be achieved without customizing (code changes)... correct ?

I believe that any solution for this would involve condition type AMIW, with little bit of user-exit coding to get the error message.

Kind Regards

Sachin Bhonsle

Former Member
0 Kudos

Hi Sachin,

Yes, I would like to know whether it is possible without any code changes.

Regards,

Sateesh

Former Member
0 Kudos

Hi,

Kindly Search for the blog on SDN with search criteria as mentioned below. It was a post by Proton gg. His requirement was very similar to yours:)

<b>Very urgent user exit. Need help </b>

Reward points if useful

Regards,

Amrish Purohit

Former Member
0 Kudos

Hi AMRISH PUROHIT

Sorry, I did not find any

Regards,

Sateesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello All

We can arrive at the conclusion that this is only possible by code changes,

Thanks all for your valuable inputs

Regards,

Sateesh

jiteshmehta
Active Contributor
0 Kudos

HI Sateesh

you can use user-exit

USEREXIT_PRICING_CHECK (module pool SAPMV61, program MV61AFZA)

You can install additional checks to the standard checks of condition lines (e.g. maximum/minimum value).

you will need help of ABAPER

Regards

Jitesh