I_CFinRpldSalesDocScheduleLine
CFin Rpld Sales Document: Schedule Line
I_CFinRpldSalesDocScheduleLine is a Basic CDS View that provides data about "CFin Rpld Sales Document: Schedule Line" in SAP S/4HANA. It reads from 1 data source (cfin_av_so_sln) and exposes 16 fields with key fields SenderLogicalSystem, CFinReplicatedSalesDocument, CFinRpldSalesDocumentItem, CFinRpldSalesDocScheduleLine. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cfin_av_so_sln | cfin_av_so_sln | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CFinReplicatedSalesDocument | _CFinReplicatedSalesDocument | $projection.SenderLogicalSystem = _CFinReplicatedSalesDocument.SenderLogicalSystem and $projection.CFinReplicatedSalesDocument = _CFinReplicatedSalesDocument.CFinReplicatedSalesDocument |
| [1..1] | I_CFinRpldSalesDocumentItem | _CFinRpldSalesDocumentItem | $projection.SenderLogicalSystem = _CFinRpldSalesDocumentItem.SenderLogicalSystem and $projection.CFinRpldSalesDocumentItem = _CFinRpldSalesDocumentItem.CFinRpldSalesDocumentItem and $projection.CFinReplicatedSalesDocument = _CFinRpldSalesDocumentItem.CFinReplicatedSalesDocument |
| [0..1] | I_UnitOfMeasure | _OrderQuantityUnit | $projection.OrderQuantityUnit = _OrderQuantityUnit.UnitOfMeasure |
| [0..1] | I_GoodsMovementType | _GoodsMovementType | $projection.GoodsMovementType = _GoodsMovementType.GoodsMovementType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | ICFINRSOSLN | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | CFin Rpld Sales Document: Schedule Line | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.representativeKey | CFinRpldSalesDocScheduleLine | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SenderLogicalSystem | fins_logsys | ||
| KEY | CFinReplicatedSalesDocument | |||
| KEY | CFinRpldSalesDocumentItem | |||
| KEY | CFinRpldSalesDocScheduleLine | |||
| OrderID | aufnr | |||
| GoodsMovementType | bwart | |||
| DeliveryDate | edatu | |||
| OrderQuantityUnit | vrkme | |||
| GoodsIssueDate | wadat | |||
| ScheduleLineOrderQuantity | wmeng | |||
| ConfdOrderQtyByMatlAvailCheck | bmeng | |||
| ConfdSchedLineReqdDelivDate | req_dlvdate | |||
| _CFinReplicatedSalesDocument | _CFinReplicatedSalesDocument | |||
| _CFinRpldSalesDocumentItem | _CFinRpldSalesDocumentItem | |||
| _OrderQuantityUnit | _OrderQuantityUnit | |||
| _GoodsMovementType | _GoodsMovementType |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ICFINRSOSLN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #('TRANSACTIONAL_DATA')
@EndUserText.label: 'CFin Rpld Sales Document: Schedule Line'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel: {
representativeKey: 'CFinRpldSalesDocScheduleLine',
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
/*+[hideWarning] { "IDS" :
[ "KEY_CHECK" ] } */
define view I_CFinRpldSalesDocScheduleLine
as select from cfin_av_so_sln
association [1..1] to I_CFinReplicatedSalesDocument as _CFinReplicatedSalesDocument on $projection.SenderLogicalSystem = _CFinReplicatedSalesDocument.SenderLogicalSystem
and $projection.CFinReplicatedSalesDocument = _CFinReplicatedSalesDocument.CFinReplicatedSalesDocument
association [1..1] to I_CFinRpldSalesDocumentItem as _CFinRpldSalesDocumentItem on $projection.SenderLogicalSystem = _CFinRpldSalesDocumentItem.SenderLogicalSystem
and $projection.CFinRpldSalesDocumentItem = _CFinRpldSalesDocumentItem.CFinRpldSalesDocumentItem
and $projection.CFinReplicatedSalesDocument = _CFinRpldSalesDocumentItem.CFinReplicatedSalesDocument
association [0..1] to I_UnitOfMeasure as _OrderQuantityUnit on $projection.OrderQuantityUnit = _OrderQuantityUnit.UnitOfMeasure
association [0..1] to I_GoodsMovementType as _GoodsMovementType on $projection.GoodsMovementType = _GoodsMovementType.GoodsMovementType
{
key fins_logsys as SenderLogicalSystem,
key cast(vbeln as fins_cfin_av_rpld_sls_doc preserving type ) as CFinReplicatedSalesDocument,
key cast(posnr as fins_cfin_av_rpld_sls_doc_item preserving type ) as CFinRpldSalesDocumentItem,
key cast(etenr as fins_cfin_av_rpld_sched_line preserving type ) as CFinRpldSalesDocScheduleLine,
aufnr as OrderID,
@ObjectModel.foreignKey.association: '_GoodsMovementType'
bwart as GoodsMovementType,
edatu as DeliveryDate,
@Semantics.unitOfMeasure: true
@ObjectModel.foreignKey.association: '_OrderQuantityUnit'
vrkme as OrderQuantityUnit,
wadat as GoodsIssueDate,
@Semantics.quantity.unitOfMeasure: 'OrderQuantityUnit'
wmeng as ScheduleLineOrderQuantity,
@Semantics.quantity.unitOfMeasure: 'OrderQuantityUnit'
bmeng as ConfdOrderQtyByMatlAvailCheck,
req_dlvdate as ConfdSchedLineReqdDelivDate,
_CFinReplicatedSalesDocument,
_CFinRpldSalesDocumentItem,
_OrderQuantityUnit,
_GoodsMovementType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CFIN_AV_SO_SLN"
],
"ASSOCIATED":
[
"I_CFINREPLICATEDSALESDOCUMENT",
"I_CFINRPLDSALESDOCUMENTITEM",
"I_GOODSMOVEMENTTYPE",
"I_UNITOFMEASURE"
],
"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