I_ProdnOrdBatDetnCodeValueHelp
Production Order Batch Determination
I_ProdnOrdBatDetnCodeValueHelp is a Basic CDS View that provides data about "Production Order Batch Determination" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ProductionOrderBatchCode. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_DDIC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProdnOrdBatDetnCodeText | _Text | $projection.ProductionOrderBatchCode = _Text.ProductionOrderBatchCode |
Annotations (20)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPNORDBTCHCODE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| Analytics.internalName | #LOCAL | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Production Order Batch Determination | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ProductionOrderBatchCode | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| VDM.viewType | #BASIC | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.sapObjectNodeType.name | ProductionOrderBatchCode | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProductionOrderBatchCode | |||
| DomainValue | dd07l | domvalue_l | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IPNORDBTCHCODE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Analytics.internalName: #LOCAL
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Production Order Batch Determination'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ProductionOrderBatchCode'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Analytics.dataExtraction.enabled: true
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#EXTRACTION_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#ANALYTICAL_DIMENSION ]
@Search.searchable: true
@Consumption.ranked: true
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name:'ProductionOrderBatchCode'
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_ProdnOrdBatDetnCodeValueHelp
as select from dd07l
association [0..*] to I_ProdnOrdBatDetnCodeText as _Text on $projection.ProductionOrderBatchCode = _Text.ProductionOrderBatchCode
{
@ObjectModel.text.association: '_Text'
key cast ( dd07l.domvalue_l as kzech ) as ProductionOrderBatchCode,
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
dd07l.domvalue_l as DomainValue,
_Text
}
where
dd07l.domname = 'KZECH'
and dd07l.as4local = 'A'
and dd07l.as4vers = '0000'
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