cancel
Showing results for 
Search instead for 
Did you mean: 

minimum no.of products

Former Member
0 Kudos

hi all

i have one query regarding sales order creation. a company is having some brands. each brand is again divided in to products. each product is having different pack size to be sold. the scenario is a customer should order for a minimum of some say 6 brands, if the order is below 6 brands the system should give warning or error message. how we will be doing that.

regards

rag

Accepted Solutions (0)

Answers (3)

Answers (3)

Lakshmipathi
Active Contributor
0 Kudos

Dear tarn raghavendra

You can try with this suggestion but not sure, whether it works for you bcoz you have not specified how many brands the company is dealing with.

Anyway as you said you have some 6 brands, you create 6 material pricing groups in the IMG path -- SD --> Basic Functions --> Pricing --> Pricing Control --> Maintain Price Relevance Master Data Fields --> Define pricing groups for customer.

There you create 6 types as follows:-

01:::Brand A

02:::Brand B

03:::Brand C

04:::Brand D

05:::Brand E

06:::Brand F

Assign the above value in material master Sales: sales org.2 view where there is a field "Material pricing grp".

Now go to OVA2 and do the following:-

1) Select Sales - Item and click on Procedures

2) Select Standard item and click on Fields

3) Maintain VBAP / KONDM / PSTE / 01 / tick in Warning

4) Save the setting

Now go to VUP2, select the item category and assign "20" there. Please note that if your item category is not standard, then accordingly, this 20 will change which you can check in OVAZ.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Dear lakshmipathy

thnk u for the contribution. i will give u the exact scenario.

out of 10 brands the customer should give order minimum for 6 brands irrespective of the combination. but 6 brands should be threre. if we create the sales order for less than 6 brands the system should throw warning.

regards

rag

Lakshmipathi
Active Contributor
0 Kudos

Dear rag

Apply User exits in the program MV45AFZZ - USEREXIT_MOVE_FIELD_TO_VBAP

In the above user exit, you have to write a code in such a way that

a) the minimum line item should be 6

b) each line item should have different material pricing group

Alternatively, all sale orders should have 6 material pricing group.

Your ABABer can definitely write a code for the above requirement.

thanks

G. Lakshmipathi

Former Member
0 Kudos

The requirement of Minimum 6 product in sales order is not a standard functionality in SAP. This may be met with a development.

Regards,

Rajesh Banka

former_member204513
Active Contributor
0 Kudos

Dear Ragavendra,

As per the standard we can maintain the Minimum quantity for the individual material in the material master Sales:sales org.1 tab

But your requirement is based on the Brands not based on the Quantity so please talk to ABAPer and take help of them to know is there any way to get this requirement.

You can try with the User Exits

I hope it will help you

Regards,

Murali.