I_MaintOrderPlantDefaults
Planning Plant Default Values
I_MaintOrderPlantDefaults is a Basic CDS View that provides data about "Planning Plant Default Values" in SAP S/4HANA. It reads from 1 data source (t399i) and exposes 3 fields with key field Plant. Part of development package IWO1.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t399i | t399i | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| EndUserText.label | Planning Plant Default Values | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@EndUserText.label: 'Planning Plant Default Values'
define view entity I_MaintOrderPlantDefaults
as select from t399i
{
key t399i.iwerk as Plant,
t399i.daune as OperationDurationUnit,
t399i.arbeh as OperationPlannedWorkUnit
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA