product structure using ippe in plm _ scn

12
10/30/13 Product Structure Using iPPE in PLM | SCN scn.sap.com/docs/DOC-47579 1/12 Getting Started Newsletters Store Products Services & Support About SCN Downloads Industries Training & Education Partnership Developer Center Lines of Business University Alliances Events & Webinars Innovation Login Register Welcome, Guest Search the Community Activity Communications Actions Brow se 0 Tweet 1 created by Arshad Ansary on Oct 15, 2013 8:12 AM, last modified by Arshad Ansary on Oct 15, 2013 10:52 AM Overview: Integrated Product and Process Engineering - iPPE is a module in PLM which helps in modeling multi-variant products in SAP. This module is basically used in design phase of the Product. Once the product is designed we can handover this product for manufacturing. It can also be converted to Bill of Material in Logistics. iPPE is comprised of three areas - 1 Product Structure It contains details about the design of Product and its different components. For example a car has different components like Engine, Chassis, Wheel, etc. 2 Process Structure It contains details about the processes/routing involved in the manufacturing process of the product. For example, for car manufacturing different process are involved like Stamping, Welding, Painting, Engine Assembly, Inspection etc. 3 Factory Structure It contains details of stations and production lines involved in the manufacturing process. In this document we will focus on configuring Product Structure part of iPPE. We will explore how a product can be designed using iPPE Workbench. We will design a Car which essentially comes in two variants Economy and Luxury. The car has essentially three components for simplicity – Engine, Chassis, Wheels. The components have different variants like below - Engine - 200HP, 400HP Chassis - STND (Standard), SPCL (Special) Wheels - STEW (Steel wheel), ALUW (Aluminum Wheel) The below diagram depicts the entire hierarchy of the Car Product structure that we are going to design Steps invloved in designing using iPPE work Bench are as follows 1 Create Characteristics 2 Create Class 3 Assigning Material to Class Product Structure Using iPPE in PLM Share Like 15 Version 2

Upload: naviin

Post on 24-Oct-2015

83 views

Category:

Documents


5 download

DESCRIPTION

IPPE in SAP

TRANSCRIPT

Page 1: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 1/12

Getting Started Newsletters Store

Products Services & Support About SCN Downloads

Industries Training & Education Partnership Developer Center

Lines of Business University Alliances Events & Webinars Innovation

Login RegisterWelcome, Guest Search the Community

Activity Communications Actions

Brow se

0 Tweet 1

created by Arshad Ansary on Oct 15, 2013 8:12 AM, last modif ied by Arshad Ansary on Oct 15, 2013 10:52 AM

Overview:Integrated Product and Process Engineering - iPPE is a module in PLM which helps in modeling multi-variant

products in SAP. This module is basically used in design phase of the Product. Once the product is designed we can

handover this product for manufacturing. It can also be converted to Bill of Material in Logistics.

iPPE is comprised of three areas -

1 Product Structure

It contains details about the design of Product and its different components. For example a car has different

components like Engine, Chassis, Wheel, etc.

2 Process Structure

It contains details about the processes/routing involved in the manufacturing process of the product. For example, for

car manufacturing different process are involved like Stamping, Welding, Painting, Engine Assembly, Inspection etc.

3 Factory Structure

It contains details of stations and production lines involved in the manufacturing process.

In this document we will focus on configuring Product Structure part of iPPE. We will explore how a product can be

designed using iPPE Workbench.

We will design a Car which essentially comes in two variants Economy and Luxury. The car has essentially three

components for simplicity – Engine, Chassis, Wheels. The components have different variants like below -

Engine - 200HP, 400HP

Chassis - STND (Standard), SPCL (Special)

Wheels - STEW (Steel wheel), ALUW (Aluminum Wheel)

The below diagram depicts the entire hierarchy of the Car Product structure that we are going to design

Steps invloved in designing using iPPE work Bench are as follows

1 Create Characteristics

2 Create Class

3 Assigning Material to Class

Product Structure Using iPPE in PLM

Share Like 15

Version 2

Page 2: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 2/12

4 Product Structure Design using iPPE Workbench

a Create Access Node

b Create Access variants for Access node

c Create Components of Car

d Assign Characteristic Values using iPPE Workbench

Create Characteristics:First we need to model these components as Characteristics with its expected values. For creating/maintaining

Characteristics we can use transaction CT04.

Mention the available expected values for this characteristic in ‘Values’ tab. As our Engine is available in two

formats 200 HP and 400 HP, we will create two values for the same.

Similarly we will create Characteristics for chassis of the car as CHASIS_AR (which has STND and SPCL

variants) and wheels of the car as WHEEL_AR (which has ALUW for Aluminum Wheel and STEW for Steel

Wheel)

Page 3: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 3/12

Create Class:

We need to create a Class which accommodates all this above created Characteristics. This Class can be

reused across Materials which inherit all these Characteristics.

We can use transaction CL01 to create a Class CL_PPE_CAR. We will assign the above created

Characteristics to the ‘Char.’ tab of the Class.

Assigning Material to Class:

Now we have our Classification data available, we need to assign this Class data to Material so that the

material inherits all the Characteristics.

Page 4: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 4/12

For this Material should be of type Configurable Material. We create material using MM01 transaction.

Now we need to choose the Classification View also to enter the Class name for the Material.

Once you click on the Classification tab of material master, you can assign Class value CL_PPE_CAR.

As of now we will not assign any values to the Characteristics of this material. We will assign the values later

using the iPPE workbench (Transaction PDN).

Page 5: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 5/12

Now we need to assign a configuration Profile to this Configurable material. Configuration profile is assigned to

Configurable material via transaction CU41. Configuration profile for Material decides the Process Structure as

well as BOM Explosion settings

We will mention the Configuration Profile as ‘Order BoM’ as it is Engineer to Order Product.

Page 6: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 6/12

Similarly we create configurable material for Luxury Car Model PPE_LUXURY_CAR2 by copying

PPE_ECONOMY_CAR2 and create configuration profile for the material PPE_LUXURY_CAR2.

Similarly we will create Materials for different Chassis types (SPCL, STND), Engines (200HP, 400HP), and

Wheels (ALUW, STEW). These materials will be used while we transfer the Product Design Structure in iPPE

to Bill of Material side.

Product Structure Design using iPPE Workbench:

We have created the base data, now we need to design our Car using iPPE Workbench. The iPPE Workbench

can be accessed using transaction PDN.

In iPPE we have our Car as the header Object; we create this as Access Node. The Car access node is an

abstract object and car instances/variants are created out of that.

Page 7: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 7/12

Create Access Node

In PDN transaction, click the create button to create Access node PPE_CAR_AR.Object

We need to give Application as ‘Product Structure’ and Type as ‘Access Node’ and Class as ‘CL_PPE_CAR’

that we have created in the earlier step.

Create Access variants for Access node:

After creating Access node we need to mention the variants Economy (PPE_ECON), Luxury (PPE_LUX) in

access variants tab like below. These access variants are customized products which the car company sells

to its customers.

Also we need to mention the configurable materials for these access variants.

Mention the BoM usage and Plant in the ‘Acesses’ tab of the Access variant.

Page 8: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 8/12

Create components of the Car:

We need to create Components which make up this car like Engine, Wheel, and Chassis. We create them as

Structural nodes in iPPE Workbench.

These structural nodes have different item variants like 200HP, 400HP for Engine. For creating Structural nodes

right click on access node -> create relationship -> Structure Node.

Here we have created Structural node ST_PPE_ENGINE. In variants tab we need to mention the different

Page 9: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 9/12

component variants available for Structural Node.

We need to mention the material that we created for 200HP as well as 400HP Engine. We need to also

mention the object dependencies in ‘Object Dependencies ‘ Tab .Object dependencies links the Characteristic

value with Item variant that we select .We need to select the variance schema and assign values for each Item

variants

Similarly we create the Structural node variant ST_PPE_CHASIS with variant SPCL and STND and Structural

node variant ST_PPE_WHEEL with variant STEW and ALUW. We need to maintain Object dependencies for

the above structural nodes also.

Now we have done our Product design the Product structure Hierarchy will look like below -

Page 10: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 10/12

Assign Characteristic Values using iPPE Workbench:

We have the entire Product design with all the available variants. Now the Car Company got an order for an

economy car. We assign Characteristic values via the filter button in iPPE Workbench.

In the filter we enter the Configurable Economy car material and Plant, Usage details.

In ‘Char. Val. Asmt’ tab we have option ‘Change Valuation’ -

Once we click the same, it will take to the value assignment of Characteristics.

Once you have assigned the values these values will appear in the filter.

Page 11: Product Structure Using iPPE in PLM _ SCN

10/30/13 Product Structure Using iPPE in PLM | SCN

scn.sap.com/docs/DOC-47579 11/12

Average User Rating

(3 ratings)

0 Tweet 1

We need to save this filter for future reuse and once we refresh the Navigation tree only those nodes for

Economy car and component variants of Economy car will be displayed in the tree as below.

Summary

The above document just describes how a multivariant product can be designed in iPPE workbench .This is

just the basics of iPPE . It has integrations with Material Master, Classification as explained in the above

document.It has further functionalities like Color Schema,Assembly,Focus nodes,Alternatives etc

166 View s Tags: product_lifecycle_management

Share Like 15

There are no comments on this document.

0 Comments