C_SupProtCharacteristicTP
Supply Protection Characteristic
C_SupProtCharacteristicTP is a Consumption CDS View that provides data about "Supply Protection Characteristic" in SAP S/4HANA. It reads from 1 data source (I_SupProtCharacteristicTP) and exposes 9 fields with key field SupProtCharacteristicUUID. It is exposed through 1 OData service (UI_SUPPLYPROTECTION). It is used in 1 Fiori application: Configure Supply Protection. Part of development package ATP_SUP_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SupProtCharacteristicTP | I_SupProtCharacteristicTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Supply Protection Characteristic | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SUPPLYPROTECTION | UI_SUPPLYPROTECTION | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4569 | Configure Supply Protection | Transactional | An application to manage supply protection quantities that are working as virtual reservations in the ATP logic. |
Configure Supply Protection
Business Role: Order Fulfillment Manager
Sales quotations are supported as documents to by protected and restriced by supply protection.The sales quotation matches supply protection with any characteristic available in the characteristics catalog defined for sales documents.Referenced sales orders are integrated in a transfer logic which reduces the consumed supply protection of the quotation and transfers the consumption to the matching supply protection time bucket of the referenced sales order.
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SupProtCharacteristicUUID | SupProtCharacteristicUUID | ||
| SupplyProtectionUUID | SupplyProtectionUUID | |||
| SupProtOrdinalNumberValue | SupProtOrdinalNumberValue | |||
| SupProtCharcColumnName | SupProtCharcColumnName | |||
| SupProtCharcCatalogType | SupProtCharcCatalogType | |||
| SupProtCharcCtlgPathUUID | SupProtCharcCtlgPathUUID | |||
| SupProtCharcCtlgPathIntID | SupProtCharcCtlgPathIntID | |||
| Characteristic | Characteristic | |||
| LastChangeDateTime | LastChangeDateTime |
@VDM.viewType: #CONSUMPTION
@ObjectModel: { usageType: { serviceQuality: #C,
sizeCategory: #L,
dataClass: #MIXED }
}
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Metadata.allowExtensions: true
@EndUserText.label: 'Supply Protection Characteristic'
define view entity C_SupProtCharacteristicTP
as projection on I_SupProtCharacteristicTP
{
key SupProtCharacteristicUUID,
SupplyProtectionUUID,
SupProtOrdinalNumberValue,
SupProtCharcColumnName,
SupProtCharcCatalogType,
SupProtCharcCtlgPathUUID,
SupProtCharcCtlgPathIntID,
Characteristic,
@UI.hidden: true
LastChangeDateTime, //necessary for the eTag handling
/* Associations */
_SupplyProtectionTP : redirected to parent C_SupplyProtectionTP
}
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