I_CustomizingMRPArea
MRP Area Customizing
I_CustomizingMRPArea is a Basic CDS View that provides data about "MRP Area Customizing" in SAP S/4HANA. It reads from 1 data source (mdlv) and exposes 4 fields with key field MRPArea.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mdlv | mdlv | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICUSTMRPAREA | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | MRP Area Customizing | view | |
| ObjectModel.representativeKey | MRPArea | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MRPArea | berid | ||
| MRPAreaText | bertx | |||
| MRPAreaCategory | berty | |||
| MRPAreaPlant | werzg |
@AbapCatalog.sqlViewName: 'ICUSTMRPAREA'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.buffering.status: #ACTIVE
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'MRP Area Customizing'
@ObjectModel.representativeKey: 'MRPArea'
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
define view I_CustomizingMRPArea as select from mdlv
{
key berid as MRPArea,
bertx as MRPAreaText,
berty as MRPAreaCategory,
werzg as MRPAreaPlant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MDLV"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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