R_CFinRpldPurgDocSchedLineTP
CFin Rpld Purchasing Doc Schedule Line
R_CFinRpldPurgDocSchedLineTP is a Transactional CDS View that provides data about "CFin Rpld Purchasing Doc Schedule Line" in SAP S/4HANA. It reads from 1 data source (I_CFinRpldPurgDocScheduleLine) and exposes 23 fields with key fields SourceSystemLogicalSystem, CFinRpldPurchasingDocument, CFinRpldPurchasingDocumentItem, CFinRpldPurgDocScheduleLine. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CFinRpldPurgDocScheduleLine | I_CFinRpldPurgDocScheduleLine | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | R_CFinRpldPurchasingDocumentTP | _CFinRpldPurchasingDocumentTP | $projection.SourceSystemLogicalSystem = _CFinRpldPurchasingDocumentTP.SourceSystemLogicalSystem and $projection.CFinRpldPurchasingDocument = _CFinRpldPurchasingDocumentTP.CFinRpldPurchasingDocument |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CFin Rpld Purchasing Doc Schedule Line | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourceSystemLogicalSystem | SenderLogicalSystem | ||
| KEY | CFinRpldPurchasingDocument | CFinRpldPurchasingDocument | ||
| KEY | CFinRpldPurchasingDocumentItem | CFinRpldPurchasingDocumentItem | ||
| KEY | CFinRpldPurgDocScheduleLine | CFinRpldPurgDocScheduleLine | ||
| ScheduleLineDeliveryDate | ScheduleLineDeliveryDate | |||
| SchedLineStscDeliveryDate | SchedLineStscDeliveryDate | |||
| DelivDateCategory | DelivDateCategory | |||
| ScheduleLineOrderQuantity | ScheduleLineOrderQuantity | |||
| GoodsReceiptQuantity | GoodsReceiptQuantity | |||
| ScheduleLineIssuedQuantity | ScheduleLineIssuedQuantity | |||
| ScheduleLineDeliveryTime | ScheduleLineDeliveryTime | |||
| PurchasingSchdLnNrOfReminders | PurchasingSchdLnNrOfReminders | |||
| ScheduleLineOrderDate | ScheduleLineOrderDate | |||
| StockTransferDeliveredQuantity | StockTransferDeliveredQuantity | |||
| Batch | Batch | |||
| ScheduleLineCommittedQuantity | ScheduleLineCommittedQuantity | |||
| CommittedDeliveryDate | CommittedDeliveryDate | |||
| PerformancePeriodStartDate | PerformancePeriodStartDate | |||
| PerformancePeriodEndDate | PerformancePeriodEndDate | |||
| OrderQuantityUnit | OrderQuantityUnit | |||
| LastChangeDateTime | ||||
| _CFinRpldPurchasingDocItemTP | _CFinRpldPurchasingDocItemTP | |||
| _CFinRpldPurchasingDocumentTP | _CFinRpldPurchasingDocumentTP |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CFin Rpld Purchasing Doc Schedule Line'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
define view entity R_CFinRpldPurgDocSchedLineTP
as select from I_CFinRpldPurgDocScheduleLine
association to parent R_CFinRpldPurchasingDocItemTP as _CFinRpldPurchasingDocItemTP on $projection.SourceSystemLogicalSystem = _CFinRpldPurchasingDocItemTP.SourceSystemLogicalSystem
and $projection.CFinRpldPurchasingDocument = _CFinRpldPurchasingDocItemTP.CFinRpldPurchasingDocument
and $projection.CFinRpldPurchasingDocumentItem = _CFinRpldPurchasingDocItemTP.CFinRpldPurchasingDocumentItem
association [1..1] to R_CFinRpldPurchasingDocumentTP as _CFinRpldPurchasingDocumentTP on $projection.SourceSystemLogicalSystem = _CFinRpldPurchasingDocumentTP.SourceSystemLogicalSystem
and $projection.CFinRpldPurchasingDocument = _CFinRpldPurchasingDocumentTP.CFinRpldPurchasingDocument
{
key SenderLogicalSystem as SourceSystemLogicalSystem,
key CFinRpldPurchasingDocument,
key CFinRpldPurchasingDocumentItem,
key CFinRpldPurgDocScheduleLine,
ScheduleLineDeliveryDate,
SchedLineStscDeliveryDate,
DelivDateCategory,
@Semantics.quantity.unitOfMeasure: 'OrderQuantityUnit'
ScheduleLineOrderQuantity,
@Semantics.quantity.unitOfMeasure: 'OrderQuantityUnit'
GoodsReceiptQuantity,
@Semantics.quantity.unitOfMeasure: 'OrderQuantityUnit'
ScheduleLineIssuedQuantity,
ScheduleLineDeliveryTime,
PurchasingSchdLnNrOfReminders,
ScheduleLineOrderDate,
@Semantics.quantity.unitOfMeasure: 'OrderQuantityUnit'
StockTransferDeliveredQuantity,
Batch,
@Semantics.quantity.unitOfMeasure: 'OrderQuantityUnit'
ScheduleLineCommittedQuantity,
CommittedDeliveryDate,
PerformancePeriodStartDate,
PerformancePeriodEndDate,
OrderQuantityUnit,
cast( '00000000000000' as fins_cfin_av_lastchangedon ) as LastChangeDateTime,
/* Associations */
_CFinRpldPurchasingDocItemTP,
_CFinRpldPurchasingDocumentTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CFINRPLDPURGDOCSCHEDULELINE"
],
"ASSOCIATED":
[
"R_CFINRPLDPURCHASINGDOCITEMTP",
"R_CFINRPLDPURCHASINGDOCUMENTTP"
],
"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