P_TimeVarianceForMigration
P_TimeVarianceForMigration is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (eket) and exposes 5 fields with key fields ebelp, ebeln, etenr.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| eket | eket | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PTIMEVARMIG | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ebelp | ebelp | ||
| KEY | ebeln | ebeln | ||
| KEY | etenr | etenr | ||
| TimeVarianceScore | ||||
| TimeVarianceScoreByDelivDate |
@AbapCatalog.sqlViewName: 'PTIMEVARMIG'
@AbapCatalog.compiler.compareFilter: true
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_TimeVarianceForMigration
as select from eket
{
key ebelp,
key ebeln,
key etenr,
cast( 0 as mm_a_timevar_score_statdeliv ) as TimeVarianceScore,
cast(0 as mm_a_timevarc_score_deliv_date ) as TimeVarianceScoreByDelivDate
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EKET"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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