I_AltItemStrategyVH
Alternative items strategy Value Help
I_AltItemStrategyVH is a Basic CDS View that provides data about "Alternative items strategy Value Help" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields AlternativeItemStrategy, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IALTITEMSTRATEGY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Alternative items strategy Value Help | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | AlternativeItemStrategy | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
@AbapCatalog.sqlViewName: 'IALTITEMSTRATEGY'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm : #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Alternative items strategy Value Help'
@ObjectModel.dataCategory: #VALUE_HELP
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'AlternativeItemStrategy'
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #CUSTOMIZING}
@Search.searchable: true
@Consumption.ranked: true
define view I_AltItemStrategyVH
as select from dd07t
{
@ObjectModel.text.element: 'AltItemStrategyDescription'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@EndUserText.label: 'Strategy'
key dd07t.domvalue_l as AlternativeItemStrategy,
@UI.hidden: true
@Semantics.language: true
key dd07t.ddlanguage as Language,
@Semantics.text: true
@EndUserText.label: 'Strategy Description'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
dd07t.ddtext as AltItemStrategyDescription
}
where
dd07t.domname = 'CS_ALPST'
and dd07t.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"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