/
Browse
/
Learning Journeys
/
Implementing Variant Configuration in SAP S/4HANA Cloud Private Edition
/
Using Tools in Variant Configuration
Introducing Variant Configuration
Introducing Variant Configuration
25 mins
Quiz
Using Classification Tools
Working with Materials, BOMs and Task Lists
Using a Configuration Profile
Introducing Object Dependencies
Working with Object Dependencies in BOMs and Task Lists
Working with Dependencies for the Value Assignment Interface - 1
Working with Dependencies for the Value Assignment Interface - 2
Using Variant Configuration in Pricing
Working with Material Variants
Using Variant Configuration in Logistic Chain
Explaining Product Structure
Transfering Classic (LO-VC) Models into Advanced (AVC) Models
Using additional information
Creating Planned / Production Order without BOM Explosion
Creating Planned / Production order without BOM Explosion
20 mins
Explaining Configuration Profile: Additional Information
15 mins
Quiz
Creating Planned / Production Order with BOM Explosion
Performing Order BOM and Engineer to Order Process
Exploring Sales Order – SET Processing
Planning in the Variant Configuration Environment
Executing a Large Integration Scenario 1 - Overview
Executing a Large Integration Scenario 2 – Sales, Planning, Manufacturing, and Quality Management (QM)
Executing a Large Integration Scenario 3 – Customer Service, Maintenance and Service with Advanced Execution
Executing a Large Integration Scenario 4 – External Procurement
Executing a Large Integration Scenario 5 – Project System
Using Tools in Variant Configuration
Knowledge quiz
It's time to put what you've learned to the test, get 4 right to pass this unit.
1.
Which new syntax elements can be used under AVC.
There are two correct answers.
SET_PRICING_FACTOR in Constraints
$ SET_PRICING_FACTOR in Procedures.
MIN and MAX
2.
There were already string operators under LO-VC. Which string operators have been added under AVC?
Choose the correct answer.
String Functions || , LC and UC
Substring Functions SUBSTRING, PREFIX, and SUFFIC
3.
Which master data is required for product data replication PDR and variant configuration?
There are three correct answers.
Distribution Model
Lifecycle Profile
Explosion Profile
Replications Workbench Profile
Configuration Definition Profile
4.
You want to evaluate the storage of the configuration. What do I need to consider here?
There are two correct answers.
Only AVC configurations can be evaluated with transaction VC_TABLE_INFO. Transaction CUTABLEINFO is used to evaluate LO-VC configurations.
Transaction VC_TABLE_INFO can be used to evaluate both AVC configurations and LO-VC configurations. Transaction CUTABLEINFO can also be used to evaluate both.
AVC configurations and LO-VC configurations use the same DB tables.
AVC configurations and LO-VC configurations use different DB tables. The DB tables for AVC configurations result from the DB tables of the LO-VC configuration with the suffix _AVC.
5.
Modeling best practices: What should you take into account to model good performance?
There are two correct answers.
Use "NOT SPECIFIED" in constraints and not in procedures.
Use dynamic default values in constraints and not in procedures.
Don't use overwriting procedures at all if possible.
Default values should be set last.