C_ChgRecdFuncLocTskListMatVH
Material for Functional Loc Task List
C_ChgRecdFuncLocTskListMatVH is a Consumption CDS View that provides data about "Material for Functional Loc Task List" in SAP S/4HANA. It reads from 1 data source (I_BillOfOperations) and exposes 7 fields with key fields Material, Plant, BillOfOperationsGroup, BillOfOperationsVariant, BillOfOperationsType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BillOfOperations | _BillOfOperations | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BOOMaterialAssgmtChangeState | _BOOMaterialAssgmtChangeState | $projection.BillOfOperationsType = _BOOMaterialAssgmtChangeState.BillOfOperationsType and $projection.BillOfOperationsGroup = _BOOMaterialAssgmtChangeState.BillOfOperationsGroup and $projection.BillOfOperationsVariant = _BOOMaterialAssgmtChangeState.BillOfOperationsVariant |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CFTLMATVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Material for Functional Loc Task List | view | |
| ObjectModel.representativeKey | BillOfOperationsGroup | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | _BOOMaterialAssgmtChangeState | Material | Material |
| KEY | Plant | _BOOMaterialAssgmtChangeState | Plant | |
| KEY | BillOfOperationsGroup | Group | ||
| KEY | BillOfOperationsVariant | BillOfOperationsVariant | ||
| KEY | BillOfOperationsType | BillOfOperationsType | ||
| BillOfOperationsUsage | ||||
| _BOOMaterialAssgmtChangeState | _BOOMaterialAssgmtChangeState |
@AbapCatalog.sqlViewName: 'CFTLMATVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Material for Functional Loc Task List'
@ObjectModel.representativeKey: 'BillOfOperationsGroup'
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #MIXED,
sizeCategory: #S}
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
define view C_ChgRecdFuncLocTskListMatVH
as select from I_BillOfOperations as _BillOfOperations
association [0..*] to I_BOOMaterialAssgmtChangeState as _BOOMaterialAssgmtChangeState on $projection.BillOfOperationsType = _BOOMaterialAssgmtChangeState.BillOfOperationsType
and $projection.BillOfOperationsGroup = _BOOMaterialAssgmtChangeState.BillOfOperationsGroup
and $projection.BillOfOperationsVariant = _BOOMaterialAssgmtChangeState.BillOfOperationsVariant
{
@EndUserText.label: 'Material'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
key _BOOMaterialAssgmtChangeState.Material,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
key _BOOMaterialAssgmtChangeState.Plant,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.9
@EndUserText.label: 'Group'
key cast( BillOfOperationsGroup as r_plnnr preserving type) as BillOfOperationsGroup,
@Search.defaultSearchElement: true
key BillOfOperationsVariant,
@Search.defaultSearchElement: true
@UI.hidden: true
key BillOfOperationsType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
cast(_BillOfOperations._BillOfOperationsChangeState[1: ValidityStartDate <= $session.system_date
and ValidityEndDate >= $session.system_date].BillOfOperationsDesc as r_rbez preserving type) as BillOfOperationsDesc,
@Search.defaultSearchElement: true
_BillOfOperations._BillOfOperationsChangeState[1: ValidityStartDate <= $session.system_date
and ValidityEndDate >= $session.system_date].BillOfOperationsUsage,
@Search.defaultSearchElement: true
cast(_BillOfOperations._BillOfOperationsChangeState[1: ValidityStartDate <= $session.system_date
and ValidityEndDate >= $session.system_date].BillOfOperationsStatus as r_statu preserving type) as BillOfOperationsStatus,
_BOOMaterialAssgmtChangeState
}
where
BillOfOperationsType = 'T'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLOFOPERATIONS",
"I_BILLOFOPERATIONSCHANGESTATE",
"I_BOOMATERIALASSGMTCHANGESTATE"
],
"ASSOCIATED":
[
"I_BOOMATERIALASSGMTCHANGESTATE"
],
"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