C_JITOutbCallPriorityTypeVH
Value Help for JIT Priority type
C_JITOutbCallPriorityTypeVH is a Consumption CDS View that provides data about "Value Help for JIT Priority type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key fields JITCallPriorityID, JITCallPriorityType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CJITPRIO_VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Analytics.internalName | #LOCAL | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Value Help for JIT Priority type | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | JITCallPriorityID | _JITOutbCallPriorityType | JITCallPriorityID | |
| KEY | JITCallPriorityType | domvalue_l | ||
| JITCallPriorityTypeText |
@AbapCatalog.sqlViewName: 'CJITPRIO_VH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@Analytics.internalName:#LOCAL
@AbapCatalog.preserveKey:true
@ObjectModel.semanticKey: [ 'JITCallPriorityID' ]
@ObjectModel.representativeKey: [ 'JITCallPriorityID']
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value Help for JIT Priority type'
@Search.searchable: true
@Consumption.ranked: true
//@Analytics.dataCategory: #DIMENSION
define view C_JITOutbCallPriorityTypeVH as select from dd07l
association[0..1] to I_JITOutbCallPriorityType as _JITOutbCallPriorityType on $projection.JITCallPriorityType = _JITOutbCallPriorityType.JITCallPriorityType
{
@ObjectModel.text.element: [ 'JITCallPriorityTypeText' ]
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
key _JITOutbCallPriorityType.JITCallPriorityID,
key domvalue_l as JITCallPriorityType,
@Semantics.text: true
@ObjectModel.readOnly: true
@ObjectModel.virtualElement: true
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_NJIT_S2P_GET_PRIORITY_TEXT'
cast('' as bezei20) as JITCallPriorityTypeText
}
where domname = 'NJIT_PRIORITY_TYPE'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_JITOUTBCALLPRIORITYTYPE",
"DD07L"
],
"ASSOCIATED":
[
"I_JITOUTBCALLPRIORITYTYPE"
],
"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