E_SupAvailabilityProtPlan
Supply Protection Object - Extension
E_SupAvailabilityProtPlan is a Extension CDS View that provides data about "Supply Protection Object - Extension" in SAP S/4HANA. It reads from 1 data source (sup_object) and exposes 1 field with key field SupplyProtectionUUID. Part of development package ATP_SUP_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sup_object | Persistence | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| EndUserText.label | Supply Protection Object - Extension | view | |
| VDM.viewType | #EXTENSION | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.elementSuffix | ASU | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.quota.maximumFields | 204 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 2040 | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SupplyProtectionUUID | sup_object | uuid |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType.serviceQuality: #C
@EndUserText.label: 'Supply Protection Object - Extension'
@VDM.viewType: #EXTENSION
@AbapCatalog.extensibility: {
extensible: true,
elementSuffix: 'ASU',
allowNewDatasources: false,
dataSources: ['Persistence'],
quota: {
maximumFields: 204,
maximumBytes: 2040
}
}
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
define view entity E_SupAvailabilityProtPlan
as select from sup_object as Persistence
{
key Persistence.uuid as SupplyProtectionUUID
}
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