CIC_CONDITIONS_PRICES

DDL: CIC_CONDITIONS_PRICES Type: view_entity

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)

SourceAliasJoin Type
konp konp from

Annotations (6)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/