cancel
Showing results for 
Search instead for 
Did you mean: 

Configurable material

Former Member
0 Kudos

i want information about Configurable material?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sinivasrao,

The Charactristics of a Configuarable material can be difined as per the customer reqiurements

There is a standared products and there may be special treatments or enhancements to that existing product or the customer can configure the product to suit his requirement. The pricing for the product varies with the configuration

Hope this helps

regards

Sajeev

Answers (3)

Answers (3)

Former Member
0 Kudos

Configurable material is useful if you have a large number of combination of parts that go into a product. It means different permutations and combinations of the parts for same material. If you maintain a unique material code for each combination , you require a large number of material numbers. KMAT may be used in such a case where you maintain just one generic product code. A super BOM is maintained for such a material consisting of all possible alternatives. A routing is also maintained consisting of all possible operations that could be used. Typically configurable material is used in Made To Order (MTO) environment. However frequently ordered configurations may be planned with a material variant which needs to have a material master record. Thus Material variants may have stock and value. Depending upon characteristic values chosen at sales order entry Sales Order BOM is created. Routing operations are also chosen depending upon which BOM components are assigned to them.

Former Member
0 Kudos

hi

Steps for SD Variant Configuration

The procedure is as follows:

Create a Material - KMAT type with Item category (002)

Create Characteristics in CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc

Create another characteristics in CT04 - ZPrice, where directly go the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for)

Assign these two characteristics to a Class in CL01 - ZBikeclass (Type 300) in characteristics tab page.

Then go to CU41 Configuration profile select the material and enter the description click on the class assignment i.e. assign Zbikclass.

Now go back to CT04 - enter Zbike -go to values- select Red- go to extras - Other Dependencies - Select Procedure enter in front 10 write - $self.ZPrice='Red' and save

Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)

Now select Blue- go to extras - Other Dependencies - Editor - Select Procedure enter in front of 10 write - $self.ZPrice='Blue' and save

Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)

Now go to VK11 - Enter VA00 (Condition) (For Std RVA001 Pricing Procedure) - enter variant Red and Blue give the rates accordingly and create the sales order.

Message was edited by:

prashanth goud

Former Member
0 Kudos