P_CustExpPriceIncompletionLog
Sales Doc w. Cust-Expd Price IncLog
P_CustExpPriceIncompletionLog is a Consumption CDS View that provides data about "Sales Doc w. Cust-Expd Price IncLog" in SAP S/4HANA. It reads from 1 data source (I_SDDocumentIncompletionLog) and exposes 2 fields with key fields SDDocument, SDDocumentItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SDDocumentIncompletionLog | I_SDDocumentIncompletionLog | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PCUSTEXPPRINLOG | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| EndUserText.label | Sales Doc w. Cust-Expd Price IncLog | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SDDocument | SDDocument | ||
| KEY | SDDocumentItem | SDDocumentItem |
@AbapCatalog.sqlViewName: 'PCUSTEXPPRINLOG'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@VDM.private: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@EndUserText.label: 'Sales Doc w. Cust-Expd Price IncLog'
define view P_CustExpPriceIncompletionLog as select from I_SDDocumentIncompletionLog
{
key SDDocument,
key SDDocumentItem
}
where
ScheduleLine = '0000'
and PartnerFunction = ''
and SDDocumentTextID = ''
and SDDocumentTable = 'VBAP'
and SDDocumentTableField = 'CEPOK'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SDDOCUMENTINCOMPLETIONLOG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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