0% found this document useful (0 votes)
63 views

Setting Bom Quantities

The document discusses setting the BOM quantity using object dependencies. It describes creating a special characteristic to reference a master data field, using a variant table to store BOM quantity values, and procedures to get the quantity from the table and set it in the BOM.

Uploaded by

netra14520
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Setting Bom Quantities

The document discusses setting the BOM quantity using object dependencies. It describes creating a special characteristic to reference a master data field, using a variant table to store BOM quantity values, and procedures to get the quantity from the table and set it in the BOM.

Uploaded by

netra14520
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

SETTING THE BOM QUANTITY

This lesson will show the fundamental Use CU01 to create procedures.
WHAT WE WILL LEARN steps to do this. Procedures are used to set values. The
We will learn about ways of setting the first procedure gets the values from the
First we need to start with creating a
BOM quantity using object dependencies. table and stores it. The second procedure
special characteristic. Use CT04 and
reads the stored value and sets it in the
create STPO_MENGE maintain reference
BOM.
THESE ARE THE KEY POINTS to table as shown
PR_COLOUR_QTY_GET
 Characteristics that reference
Master Data Fields
 Using Variant Tables to store BOM Assign to Configuration Profile
Quantity Values
 Procedure to GET the Bom PR_COLOUR_QTY_SET
Quantity from Variant Table
Assign to BOM Item
 Allocate Procedure GET to
Create another characteristic as numerical
Configuration Profile Test the result in CU50.
BOX_COLOUR_BOM_QTY. Assign this to
 Procedure to SET Bom Quantity A300_BOX class with CL02. This will store
 Allocate Procedure SET to KMAT the BOM Qty to be passed to the Bom WANT TO SEE THE DEMO’S
Bom item
Setting the BOM Quantity
Use CU61 - Create a Variant table with
HERE IS THE DETAIL characteristics BOX_SIZE and
BOX_COLOUR_BOM_QTY. Make
Often we want to set the BOM quantity,
BOX_SIZE the key
or for that matter other data fields in the
BOM or the routing, and even in some Maintain Table Values with CU60. Set
cases the sales order. different values for each Box Size.

SAP Training Created by 3sheep ©


3sheep.com.au

You might also like