CIC_CONDITIONS_PRICES
Proj.on Prices(Industry Cloud Solutions)
CIC_CONDITIONS_PRICES is a CDS View that provides data about "Proj.on Prices(Industry Cloud Solutions)" in SAP S/4HANA. It reads from 1 data source (konp) and exposes 7 fields with key fields ConditionNumber, Sequence.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| konp | konp | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Proj.on Prices(Industry Cloud Solutions) | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConditionNumber | knumh | ||
| KEY | Sequence | kopos | ||
| Application | kappl | |||
| ConditionType | kschl | |||
| ConditionRateValue | kbetr | |||
| Currency | konwa | |||
| Deleted | loevm_ko |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Proj.on Prices(Industry Cloud Solutions)'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #L,
dataClass: #MIXED
}
define view entity CIC_CONDITIONS_PRICES as select from konp {
key knumh as ConditionNumber,
key kopos as Sequence,
kappl as Application,
kschl as ConditionType,
@Semantics.amount.currencyCode:'Currency'
kbetr as ConditionRateValue,
konwa as Currency,
loevm_ko as Deleted
}
where kappl = 'V'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"KONP"
],
"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