I_CommodityOrdFillKindText
View for Commodity Order Fill Kind Text
I_CommodityOrdFillKindText is a Basic CDS View that provides data about "View for Commodity Order Fill Kind Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field CommodityOrderFillKind.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | DOMAIN | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICMMDTYFIKINDTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | CommodityOrderFillKind | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | View for Commodity Order Fill Kind Text | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CommodityOrderFillKind | |||
| CommodityOrderFillKindText |
@AbapCatalog.sqlViewName: 'ICMMDTYFIKINDTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'CommodityOrderFillKind'
@ObjectModel.usageType:{ serviceQuality: #B, sizeCategory : #S, dataClass: #META}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'View for Commodity Order Fill Kind Text'
define view I_CommodityOrdFillKindText
as select from dd07t as DOMAIN
{
key cast(substring(DOMAIN.domvalue_l, 1, 2) as cmmfdof_commodityorderfillkind preserving type ) as CommodityOrderFillKind,
@Semantics.text: true
cast(DOMAIN.ddtext as cmmfdof_cmmdtyordfillkindtext preserving type ) as CommodityOrderFillKindText
}
where
DOMAIN.domname = 'CMMFDOF_COMMODITYORDERFILLKIND'
and DOMAIN.as4local = 'A'
and DOMAIN.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