I_IntendedPriceTypeValueHelp

DDL: I_INTENDEDPRICETYPEVALUEHELP SQL: IITPVALHLP Type: view COMPOSITE

I_IntendedPriceTypeValueHelp is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_CmmdtyDrvtvGenericDomainVH) and exposes 2 fields with key field ACMPrcgIntendedPrcType.

Data Sources (1)

SourceAliasJoin Type
I_CmmdtyDrvtvGenericDomainVH I_CmmdtyDrvtvGenericDomainVH from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IITPVALHLP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ACMPrcgIntendedPrcType
ACMPrcgIntendedPrcTypeDesc DomainText
@AbapCatalog.sqlViewName:'IITPVALHLP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel : { resultSet.sizeCategory: #XS }
define view I_IntendedPriceTypeValueHelp 
as select from I_CmmdtyDrvtvGenericDomainVH 
    {  @ObjectModel.text.element: ['ACMPrcgIntendedPrcTypeDesc']
    key cast( DomainValue as abap.char( 3 ) ) as ACMPrcgIntendedPrcType,
       @Semantics.text: true
       DomainText as ACMPrcgIntendedPrcTypeDesc
    } where SAPDataDictionaryDomain =  '/ACCGO/D_INTENDED_PRICE_TYPE'