I_SVTProdnPrprocgDocument
SVT production preprocessing document.
I_SVTProdnPrprocgDocument is a Basic CDS View that provides data about "SVT production preprocessing document." in SAP S/4HANA. It reads from 1 data source (ehpmad_svt_proco) and exposes 36 fields with key field SVTConfirmedProductionDocUUID. It has 2 associations to related views. Part of development package EHPMA_SVT_PREPROCESSING.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ehpmad_svt_proco | ehpmad_svt_proco | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Country | _ProductionPlantCountry | $projection.ProductionPlantCountry = _ProductionPlantCountry.Country |
| [1..1] | I_UnitOfMeasure | _UnitOfMeasure | $projection.QuantityUnit = _UnitOfMeasure.UnitOfMeasure |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISVTPREPROCPRO | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | SVT production preprocessing document. | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (36)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SVTConfirmedProductionDocUUID | svtproductionconfirmedqtyuuid | ||
| MaterialDocument | materialdocument | |||
| Material | material | |||
| Quantity | ||||
| QuantityUnit | materialquantityunit | |||
| MaterialDocumentItem | materialdocumentitem | |||
| MaterialDocumentYear | materialdocumentyear | |||
| ProductionCompanyCode | productioncompanycode | |||
| ProductionPlant | productionplant | |||
| PostingDate | postingdate | |||
| CreationTime | creationtimelogsystem | |||
| CreationDateTime | creationdatetime | |||
| StorageLocation | storagelocation | |||
| SVTPreprocessingStatus | processedstatus | |||
| OrderQuantity | orderquantity | |||
| OrderQuantityUnit | orderquantityuom | |||
| IsDeleted | isdeleted | |||
| GoodsMovementType | goodsmovementtype | |||
| DebitCreditCode | debitcreditcode | |||
| AccountingDocumentType | accountingdocumenttype | |||
| InventoryTransactionType | inventorytransactiontype | |||
| ProdCmplncEventUUID | prodcmplnceventuuid | |||
| ProdCmplncExclCoPlntUUID | prodcmplncexclcoplntuuid | |||
| ProductionPlantCountry | productionplantcountry | |||
| ProductionPlantRegion | productionplantregion | |||
| ManufacturingOrder | manufacturingorder | |||
| OrderType | ordertype | |||
| OrderCategory | ordercategory | |||
| IsCompletelyDelivered | iscompletelydelivered | |||
| Reservation | reservation | |||
| ReservationItem | reservationitem | |||
| ReservationIsFinallyIssued | reservationisfinallyissued | |||
| RecordType | recordtype | |||
| SVTBusinessProcessCategory | svtbusinessprocesscategory | |||
| _ProductionPlantCountry | _ProductionPlantCountry | |||
| _UnitOfMeasure | _UnitOfMeasure |
@AbapCatalog.sqlViewName: 'ISVTPREPROCPRO'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'SVT production preprocessing document.'
@VDM.viewType: #BASIC
@ObjectModel: {
usageType:{
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #L
}
}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_SVTProdnPrprocgDocument
as select from ehpmad_svt_proco
association [0..1] to I_Country as _ProductionPlantCountry on $projection.ProductionPlantCountry = _ProductionPlantCountry.Country
association [1..1] to I_UnitOfMeasure as _UnitOfMeasure on $projection.QuantityUnit = _UnitOfMeasure.UnitOfMeasure
{
key svtproductionconfirmedqtyuuid as SVTConfirmedProductionDocUUID,
materialdocument as MaterialDocument,
material as Material,
@Semantics.quantity.unitOfMeasure: 'QuantityUnit'
cast( materialquantity as ehpma_svt_subst_vol_ui ) as Quantity,
@Semantics.unitOfMeasure: true
materialquantityunit as QuantityUnit,
materialdocumentitem as MaterialDocumentItem,
materialdocumentyear as MaterialDocumentYear,
productioncompanycode as ProductionCompanyCode,
productionplant as ProductionPlant,
postingdate as PostingDate,
creationtimelogsystem as CreationTime,
creationdatetime as CreationDateTime,
storagelocation as StorageLocation,
processedstatus as SVTPreprocessingStatus,
orderquantity as OrderQuantity,
orderquantityuom as OrderQuantityUnit,
isdeleted as IsDeleted,
goodsmovementtype as GoodsMovementType,
debitcreditcode as DebitCreditCode,
accountingdocumenttype as AccountingDocumentType,
inventorytransactiontype as InventoryTransactionType,
prodcmplnceventuuid as ProdCmplncEventUUID,
prodcmplncexclcoplntuuid as ProdCmplncExclCoPlntUUID,
productionplantcountry as ProductionPlantCountry,
productionplantregion as ProductionPlantRegion,
manufacturingorder as ManufacturingOrder,
ordertype as OrderType,
ordercategory as OrderCategory,
iscompletelydelivered as IsCompletelyDelivered,
reservation as Reservation,
reservationitem as ReservationItem,
reservationisfinallyissued as ReservationIsFinallyIssued,
recordtype as RecordType,
svtbusinessprocesscategory as SVTBusinessProcessCategory,
_ProductionPlantCountry,
_UnitOfMeasure
}
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