P_ACMPricingExtensionData

DDL: P_ACMPRICINGEXTENSIONDATA SQL: PCPEDEXTENSION Type: view BASIC

P_ACMPricingExtensionData is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (cped_extension) and exposes 2 fields with key field ACMPricingDocItemUUID.

Data Sources (1)

SourceAliasJoin Type
cped_extension cped_extension from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PCPEDEXTENSION view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
VDM.private true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ACMPricingDocItemUUID docitem_guid
ACMPricingConditionType cond_type
@AbapCatalog.sqlViewName: 'PCPEDEXTENSION'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
//@EndUserText.label: 'CPE Extension data for the document item guid'

define view P_ACMPricingExtensionData 
as select from cped_extension 
{
   key docitem_guid   as ACMPricingDocItemUUID,
       cond_type      as ACMPricingConditionType 
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CPED_EXTENSION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/