C_ChgRecdFuncLocBOMVH
ChgRecd ref Obj FL BOM
C_ChgRecdFuncLocBOMVH is a Consumption CDS View that provides data about "ChgRecd ref Obj FL BOM" in SAP S/4HANA. It reads from 1 data source (I_ChgRecdFuncLocBOM) and exposes 7 fields with key field BillOfMaterialHeaderUUID. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChgRecdFuncLocBOM | ChangeRecordFLBOMVH | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Plant | _Plant | $projection.Plant = _Plant.Plant |
| [0..*] | I_BillOfMaterialUsageText | _BillOfMaterialUsageText | $projection.BillOfMaterialVariantUsage = _BillOfMaterialUsageText.BillOfMaterialVariantUsage |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CFLBOMVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | ChgRecd ref Obj FL BOM | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfMaterialHeaderUUID | I_ChgRecdFuncLocBOM | BillOfMaterialHeaderUUID | |
| FunctionalLocation | I_ChgRecdFuncLocBOM | FunctionalLocation | ||
| Plant | I_ChgRecdFuncLocBOM | Plant | ||
| BillOfMaterialVariantUsage | I_ChgRecdFuncLocBOM | BillOfMaterialVariantUsage | ||
| BillOfMaterialVariant | I_ChgRecdFuncLocBOM | BillOfMaterialVariant | ||
| PlantName | _Plant | PlantName | ||
| _BillOfMaterialUsageText | _BillOfMaterialUsageText |
@AbapCatalog.sqlViewName: 'CFLBOMVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'ChgRecd ref Obj FL BOM'
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #MIXED,
sizeCategory: #S}
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory:#VALUE_HELP
define view C_ChgRecdFuncLocBOMVH
as select from I_ChgRecdFuncLocBOM as ChangeRecordFLBOMVH
association [0..1] to I_Plant as _Plant on $projection.Plant = _Plant.Plant
association [0..*] to I_BillOfMaterialUsageText as _BillOfMaterialUsageText on $projection.BillOfMaterialVariantUsage = _BillOfMaterialUsageText.BillOfMaterialVariantUsage
{
@UI.hidden: true
key ChangeRecordFLBOMVH.BillOfMaterialHeaderUUID,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
ChangeRecordFLBOMVH.FunctionalLocation,
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.text.element: [ 'PlantName' ]
ChangeRecordFLBOMVH.Plant,
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.text.association: '_BillOfMaterialUsageText'
ChangeRecordFLBOMVH.BillOfMaterialVariantUsage,
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
ChangeRecordFLBOMVH.BillOfMaterialVariant,
_Plant.PlantName,
_BillOfMaterialUsageText
}
where
ChangeRecordFLBOMVH.FunctionalLocation is not null
and ChangeRecordFLBOMVH.FunctionalLocation <> ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHGRECDFUNCLOCBOM",
"I_PLANT"
],
"ASSOCIATED":
[
"I_BILLOFMATERIALUSAGETEXT",
"I_PLANT"
],
"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