P_PL_SAFTMaterialDocumentBasic
SAF-T PL Material Document Basic
P_PL_SAFTMaterialDocumentBasic is a Basic CDS View that provides data about "SAF-T PL Material Document Basic" in SAP S/4HANA. It reads from 1 data source (matdoc) and exposes 7 fields with key fields MaterialDocumentYear, MaterialDocument, MaterialDocumentItem. Part of development package GLO_FIN_IS_SAFT_PL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| matdoc | a | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PPLSAFTMATDOCBSC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
@AbapCatalog.sqlViewName: 'PPLSAFTMATDOCBSC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.private: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_PL_SAFTMaterialDocumentBasic
as select from matdoc as a
{
key a.mblnr as MaterialDocumentYear,
key a.mjahr as MaterialDocument,
key a.zeile as MaterialDocumentItem,
@Semantics.unitOfMeasure: true
meins as MaterialBaseUnit,
@Semantics.quantity.unitOfMeasure: 'MaterialBaseUnit'
lbkum as TotalValStockQuantity,
@Semantics.currencyCode: true
cast(waers as nsdm_comp_code_currency preserving type) as CompanyCodeCurrency,
@Semantics.amount.currencyCode: 'CompanyCodeCurrency'
salk3 as StockValueInCCCrcy
}
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