I_SalesContractStdVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_SalesContract | I_SalesContract | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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