I_SalesContractStdVH

DDL: I_SALESCONTRACTSTDVH Type: view COMPOSITE

Sales Contract

I_SalesContractStdVH is a Composite CDS View that provides data about "Sales Contract" in SAP S/4HANA. It reads from 1 data source (I_SalesContract) and exposes 5 fields with key field SalesContract.

Data Sources (1)

SourceAliasJoin Type
I_SalesContract I_SalesContract from

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISDSLSCONTRVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey SalesContract view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Sales Contract view
Search.searchable true view
Consumption.ranked true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SalesContract SalesContract
DistributionChannel DistributionChannel
OrganizationDivision OrganizationDivision
SalesContractType SalesContractType
SalesOrganization SalesOrganization
//GENERATED:005:GFBfhyK17kY1w9JfZmsJU0

@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog:{
    sqlViewName: 'ISDSLSCONTRVH',
    compiler.compareFilter: true,
    preserveKey: true
}
@VDM.viewType: #COMPOSITE
@ObjectModel:{
    dataCategory: #VALUE_HELP,
    representativeKey: 'SalesContract',
    usageType:{
        dataClass: #TRANSACTIONAL,
        serviceQuality: #B,
        sizeCategory: #M
    },
    supportedCapabilities: [#VALUE_HELP_PROVIDER]
}
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Sales Contract'
@Search.searchable: true
@Consumption.ranked: true

define view I_SalesContractStdVH
  as select from I_SalesContract
{

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key SalesContract,

      @Consumption.hidden: true
      DistributionChannel,
      @Consumption.hidden: true
      OrganizationDivision,
      @Consumption.hidden: true
      SalesContractType,
      @Consumption.hidden: true
      SalesOrganization
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SALESCONTRACT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/