I_RetMatlAuthznRqdBySuplrTxt

DDL: I_RETMATLAUTHZNRQDBYSUPLRTXT SQL: IRMAREQSUPLRT Type: view BASIC

Text view for RMA required by Supplier

I_RetMatlAuthznRqdBySuplrTxt is a Basic CDS View that provides data about "Text view for RMA required by Supplier" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, IsRetMatlAuthznRqdBySupplier. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IRMAREQSUPLRT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey IsRetMatlAuthznRqdBySupplier view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #BASIC view
EndUserText.label Text view for RMA required by Supplier view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY IsRetMatlAuthznRqdBySupplier dd07t domvalue_l
SuplrRetMatAuthNumberReqName dd07t ddtext
_RetMatlAuthznRqdBySuplr _RetMatlAuthznRqdBySuplr
_Language _Language
@AbapCatalog.sqlViewName: 'IRMAREQSUPLRT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'IsRetMatlAuthznRqdBySupplier'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Text view for RMA required by Supplier'
define view I_RetMatlAuthznRqdBySuplrTxt as select from dd07t 
association to parent I_RetMatlAuthznRqdBySuplr as _RetMatlAuthznRqdBySuplr on $projection.IsRetMatlAuthznRqdBySupplier = _RetMatlAuthznRqdBySuplr.IsRetMatlAuthznRqdBySupplier
  
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type ) as Language, 
      @ObjectModel.foreignKey.association: '_RetMatlAuthznRqdBySuplr'
      @ObjectModel.text.element: ['SuplrRetMatAuthNumberReqName']
  key dd07t.domvalue_l as IsRetMatlAuthznRqdBySupplier,
  
      @Semantics.text: true
      dd07t.ddtext  as SuplrRetMatAuthNumberReqName,
      _RetMatlAuthznRqdBySuplr,
      _Language
} 
where dd07t.domname  = 'MSR_VRMA_REQ_EINE'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'
  and dd07t.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_RETMATLAUTHZNRQDBYSUPLR"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/