I_SumzdJITCallMsgIsProcd
Summarized JIT Call Message Is Processed
I_SumzdJITCallMsgIsProcd is a Basic CDS View (Dimension) that provides data about "Summarized JIT Call Message Is Processed" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field SumzdJITCallMessageIsProcessed. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SumzdJITCallMsgIsProcdText | _Text | $projection.SumzdJITCallMessageIsProcessed = _Text.SumzdJITCallMessageIsProcessed |
Annotations (20)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISUMZDJITCALLMSG | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Summarized JIT Call Message Is Processed | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | SumzdJITCallMessageIsProcessed | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SumzdJITCallMessageIsProcessed | |||
| DomainValue | dd07l | domvalue_l | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'ISUMZDJITCALLMSG'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'Summarized JIT Call Message Is Processed'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'SumzdJITCallMessageIsProcessed'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #META }
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY, #EXTRACTION_DATA_SOURCE ]
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName: #LOCAL
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Search.searchable: true
define view I_SumzdJITCallMsgIsProcd
as select from dd07l as l
association [0..*] to I_SumzdJITCallMsgIsProcdText as _Text on $projection.SumzdJITCallMessageIsProcessed = _Text.SumzdJITCallMessageIsProcessed
{
@ObjectModel.text.association: '_Text'
@Semantics.booleanIndicator: true
// cast to data element
key cast(substring(l.domvalue_l, 1, 1) as pabdkz preserving type) as SumzdJITCallMessageIsProcessed,
@Search: {defaultSearchElement: true, ranking: #HIGH}
@Consumption.hidden:true
@Analytics.hidden:true
l.domvalue_l as DomainValue,
// Associations
_Text
}
where l.domname = 'PABDKZ' and
l.as4local = 'A';
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