I_SupProtPermConsumption
Supply Protection Perm Consumed Prot
I_SupProtPermConsumption is a Basic CDS View that provides data about "Supply Protection Perm Consumed Prot" in SAP S/4HANA. It reads from 1 data source (sup_pcp) and exposes 12 fields with key field SupProtPermConsumptionUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sup_pcp | sup_pcp | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| EndUserText.label | Supply Protection Perm Consumed Prot | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SupProtPermConsumptionUUID | uuid | ||
| SupProtTimeBucketUUID | timebucketuuid | |||
| SupplyProtectionDocumentType | documenttype | |||
| SupProtAssignedDocument | documentid | |||
| SupProtAssignedDocumentItem | documentitemid | |||
| ATPRelevantDocScheduleLine | delet | |||
| SupProtConsumedQuantity | consumedquantity | |||
| SupProtConsumedQuantityUnit | consumedquantityunit | |||
| CreationDateTime | creationdatetime | |||
| CreatedByUser | createdbyuser | |||
| LastChangeDateTime | lastchangedatetime | |||
| LastChangedByUser | lastchangedbyuser |
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel: { usageType: { serviceQuality: #C,
sizeCategory: #XL,
dataClass: #MIXED }
}
@EndUserText.label: 'Supply Protection Perm Consumed Prot'
define view entity I_SupProtPermConsumption
as select from sup_pcp
{
key uuid as SupProtPermConsumptionUUID,
timebucketuuid as SupProtTimeBucketUUID,
documenttype as SupplyProtectionDocumentType,
documentid as SupProtAssignedDocument,
documentitemid as SupProtAssignedDocumentItem,
delet as ATPRelevantDocScheduleLine,
@Semantics.quantity.unitOfMeasure: 'SUPPROTCONSUMEDQUANTITYUNIT'
consumedquantity as SupProtConsumedQuantity,
consumedquantityunit as SupProtConsumedQuantityUnit,
creationdatetime as CreationDateTime,
createdbyuser as CreatedByUser,
lastchangedatetime as LastChangeDateTime,
lastchangedbyuser as LastChangedByUser
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SUP_PCP"
],
"ASSOCIATED":
[],
"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