06.01.2013 Views

SAP Production Planning Table

SAP Production Planning Table

SAP Production Planning Table

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Step 2:<br />

Create a Variant table. ( V )<br />

Enter the chars that you have got in the class ( 300 ). We have got many<br />

configurable materials. I have created one class for each configurable<br />

material.<br />

In this class you should allocate the char marc_matnr. All chars except<br />

from marc_matnr should be marked as key fields.<br />

In the field marc_matnr you must enter the material variant according to<br />

the classefication of the material variant. ( if the combination that you<br />

have entered haven't got a material variant, you must / could enter the<br />

configurable material number.<br />

Enter all combinations that's nessesary to cover the material variants that<br />

you have got in your system. The largest variant tables that I have got,<br />

has aprox. 5000 positions.<br />

Step 3:<br />

Allocate the class(es) to the sales order bom. If you sell configurable<br />

material's you must enter 2 positions. One with the class, and one with the<br />

configurable material. This is because you can't allocate a configurable<br />

material to a class. ( I could'nt make this work )<br />

Then allocate a selection condition to the class. Level B component = 2000<br />

Then allocate a procedure to the class.<br />

table V ( a = $parent.a ,<br />

b = $parent.b ,<br />

c = $parent.c ,<br />

d = $parent.d ,<br />

marc_matnr = $self.marc_matnr )<br />

This should do it you don't sell configurable materials.<br />

Allocate this selection condition to the configurable material.<br />

table V ( a = a ,<br />

b = b ,<br />

c = c ,<br />

d = d ,<br />

marc_matnr = '2000' )<br />

This makes sure that you get a configurable material if there isen't a<br />

materal variant.<br />

The sales person don't have to worry about doing things right. In our case<br />

it work very well. We have got a very good performances.<br />

It is possible to configure 2 - 20 items at the same time as it takes for<br />

our single level configurable materials.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!