cancel
Showing results for 
Search instead for 
Did you mean: 

varient confrugation

Former Member
0 Kudos

Dear sir,

my project is cable manufacturing company . in varient confrugation how i will start my work . from start to end tell me. this is cable manufacturing comany.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Pls. find details about VC :

VARIANT CONFIGURATION PROCEDURE :

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

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

3.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).

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

5.Then go to CU41 Configuration profile select the material and enter the description click on the class assignment ie assign Zbikeclass.

6.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.

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

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

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

10.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.

Variant Configuration: Complete Maintenance

Tasks

The variant configuration processor sets up the rules for multi-variant products and maintains them in the database. He or she simulates and executes the configuration. This role is required wherever variant configuration is used.

The complete model also contains sales order processing (VA01/VA02), and the connection to

SCE/Internet Sales and Mobile Sales.

Activities in Variant Configuration

Transaction Activity

CC04 Display product structure

CWBPP Engineering Workbench

Variant Configuration

VA01 Create sales order

VA02 Change sales order

VA03 Display sales order

CU51 Maintain configurable order BOM (multilevel)

CU52 Maintain configurable order BOM (single level)

CU50 Configuration simulation

CU80 Reporting functions for characteristics and values

Configured Objects

CU44 Material

CU45 Standard network

Assignment of Configured Materials

CS40 Create assignment for configured material

CS41 Change assignment for configured material

CS42 Display assignment for configured material

Configuration Profile

CU41 Create configuration profile

CU42 Change configuration profile

CU43 Display configuration profile

Dependencies: Single Dependency

CU01 Create single dependency

CU02 Change single dependency

CU03 Display single dependency

Dependencies: Dependency Net

CU21 Create dependency net

CU22 Change dependency net

CU23 Display dependency net

Dependencies: General

CU05 Dependency where-used list

CU04 Dependency list

Tools: Variant Function

CU65 Create function

CU66 Change function

CU67 Display function

CU68 List functions

Variant Table Structure

CU61 Create variant table

CU62 Change variant table

CU63 Display variant table

CU64 List variant tables

Variant Table Contents

CU60 Maintain variant table contents

CU59 Transfer variant table contents to database table

Knowledge Base for SCE: Knowledge-Base Object

CU31 Create knowledge-base object

CU32 Change knowledge-base object

CU33 Display knowledge-base object

Runtime Version

CU34 Create runtime version

CU35 Change runtime version

CU36 Display/export runtime version

CU37 Create SCE database schema on PC

Useful Tables for VC

Characteristics :

CABN Characteristics ( o.a. batch/vendor)

CABNT Characteristics description

CAWN Characteristics ( o.a. material)

CAWNT Characteristics description

AUSP Characteristic Values

Class types and objects :

TCLAO Several class types for object

TCLA Class types ( vb. lfa1 => v10 en 010)

TCLAT Class type text

TCLT Classifiable objects

TCLC Classification status

Links :

INOB Link between Internal Number and Object

KLAH Class header data

KSSK Allocation Table: Object (vb.matnr) to Class

KSML Characteristics for a class (internal number

HOpe this helps.

Award points if useful.

Revert if any doubt or need more detials.

Regards,

Tejas

Former Member
0 Kudos

Hi Jagan,

1st question u have to check is " Can the customer Configure the product that he wants to buy at the time of Sales order creation in SAP ( Customer is giving his PO)?

If yes, u can go for Variant Config.

2nd step is What the features of product can customer configure ? ( These are Characteristics , T.code CT04)

3rd, For every characteristic, what are the probable vaues?

(Characteristic values in SAP)

4th, Create class (CL02) by imparting all the characterisitcs of Cable.

5th Make KMAT type material for Cable. And assign Class to this material.

6th, create Super BOM ( with all the probable components)

7th create Confug profile (CU41)

8th, Create dependencies (CU01) nothing but conditions.

9th Assign the dependencies in super BOM.

10th U can check ur configuration by simulation in CU50.

Kiran.