I_CmmdtyOrdReqDocContrTypeText

DDL: I_CMMDTYORDREQDOCCONTRTYPETEXT SQL: ICMMDTYCTRTYPTXT Type: view BASIC

Cmmdty Ord Req Doc Contract Type Text

I_CmmdtyOrdReqDocContrTypeText is a Basic CDS View that provides data about "Cmmdty Ord Req Doc Contract Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field CmmdtyOrdReqDocContractType.

Data Sources (1)

SourceAliasJoin Type
dd07t Domain from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICMMDTYCTRTYPTXT 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 CmmdtyOrdReqDocContractType view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Cmmdty Ord Req Doc Contract Type Text view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CmmdtyOrdReqDocContractType
CmmdtyOrdReqDocContrTypeText
@AbapCatalog.sqlViewName: 'ICMMDTYCTRTYPTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'CmmdtyOrdReqDocContractType'
@ObjectModel.usageType:{ serviceQuality: #B, sizeCategory : #S, dataClass: #CUSTOMIZING}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Cmmdty Ord Req Doc Contract Type Text'
@Metadata.ignorePropagatedAnnotations:true

define view I_CmmdtyOrdReqDocContrTypeText
  as select from dd07t as Domain
{
  key  cast(substring(domvalue_l, 1, 2) as cmmfdor_ordreqdoccontracttype preserving type )    as CmmdtyOrdReqDocContractType,
       @Semantics.text: true
       cast(ddtext as cmmfdor_ordreqdoccontrtypetext preserving type )                        as CmmdtyOrdReqDocContrTypeText
}
where
      Domain.domname    = 'CMMFDOR_ORDREQDOCCONTRACTTYPE'
  and Domain.ddlanguage = $session.system_language
  and Domain.as4local   = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/