cancel
Showing results for 
Search instead for 
Did you mean: 

compatabile products

Former Member
0 Kudos

Hi,

Check Product compatabality in sales order,

i've created sales order with 4 differeent materails

10 Computer    qty 1
20 pen            qty 10
30 CD-ROM     qty 4
40 shirt           qty 2

50 CD             qty 5

pen, harddisk, shirt are all flat products which are added in sales order separately/manually independent of computer.

1. is there any way to configure system to check whether materials pen/harddisk/shirt are not compatible with computer.

2. across item level check: system shopld check is CD compatible with CD-ROM material.

Requirement is system shoudn't allow customer to buy Pen, shirt since its not compatible with computer & CD-ROM.

can you pls. let me know how we can achieve this, other than using VC/material listing/exclusion.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member211108
Contributor
0 Kudos

Hello Sapper SAP,

This you can achieve very easily in SAP system. Create the divisions as per your product groups in configuration.

Make sure in sales order header division and item division will be same (use t code vov8)

Assign the appropriate division to the material master in basic data1 view.

After this whenever you will try to create a sales order with two different divisions system will not allow for that.

Hope this will help you.

Thanks and Regards,

Atulkumar Dagade

Former Member
0 Kudos

you can also use Material Group functionality (Basic Data -Tab).Group similar products under one group.Let Say Computer and CD Rom -Under Material Group -100 and Pen- 101 & Shirt 102 and so on.

Put a logic in MV45AFZZ user exit that if sales order line items has different material group then give error or save only when all line items has same material group.

You can also use Item category Group and apply the same logic in sales order user exit at item category level.

or

can also make use of product attributes or Material Group-2 (Sales Org-2- Tab) and put logic in sales order during save to check whether one sales order has all compatible items or not.

Regards

Amit

moazzam_ali
Active Contributor
0 Kudos

Dear

For computers you can create Sales BOM. For shirt, pen etc there is no standard way to check compatibility and I think you have to go for customization. Maintain a Z table with two Columns. Material numbers and Compatibility Group. Check this compatibility group in program MV45AFZZ in save user exit.

Please check if this is workable for you.

Thank$

former_member184080
Active Contributor
0 Kudos

Hi,

Have you tried Bills of Material Concept?

Regards, Sai Krishna