I_CmmdtyDrvtvFixTypeText
Cmmdty Ord Req Fix Type
I_CmmdtyDrvtvFixTypeText is a Basic CDS View that provides data about "Cmmdty Ord Req Fix Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field CmmdtyFixType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | Domain | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICMMDTYFIXTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Cmmdty Ord Req Fix Type | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | CmmdtyFixType | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CmmdtyFixType | |||
| CmmdtyFixTypeText | ddtext |
@AbapCatalog.sqlViewName: 'ICMMDTYFIXTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Cmmdty Ord Req Fix Type'
@ObjectModel.dataCategory: #TEXT
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType:{ serviceQuality: #B, sizeCategory : #S, dataClass: #CUSTOMIZING}
@ObjectModel.representativeKey: 'CmmdtyFixType'
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #BASIC
define view I_CmmdtyDrvtvFixTypeText
as select from dd07t as Domain
{
key cast(substring(Domain.domvalue_l, 1, 2) as cmmfdai_fixtype preserving type ) as CmmdtyFixType,
@Semantics.text: true
ddtext as CmmdtyFixTypeText
}
where
domname = 'CMMFDAI_FIXTYPE'
and Domain.ddlanguage = $session.system_language
and Domain.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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