I_SupDmndAllDocRqmtTypeT

DDL: I_SUPDMNDALLDOCRQMTTYPET Type: view BASIC

Requirement Types - Text

I_SupDmndAllDocRqmtTypeT is a Basic CDS View that provides data about "Requirement Types - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields RequirementType, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (16)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISUPDMNDADRQMTT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Analytics.dataExtraction.enabled true view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey RequirementType view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Requirement Types - Text view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY RequirementType
KEY Language ddlanguage
RequirementTypeName ddtext Demand Type Description
_SupDmndAllDocRqmtType _SupDmndAllDocRqmtType
_Language _Language
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@AbapCatalog: {
  sqlViewName: 'ISUPDMNDADRQMTT',
  compiler.compareFilter: true,
  preserveKey: true
 }
@Analytics: {
  dataExtraction.enabled: true
}
@ObjectModel: {
   dataCategory: #TEXT,
   usageType: {
     dataClass:      #META,
     serviceQuality: #A,
     sizeCategory:   #S
   },
   representativeKey: 'RequirementType',
   supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, 
                           #CDS_MODELING_DATA_SOURCE,
                           #LANGUAGE_DEPENDENT_TEXT,
                           #SEARCHABLE_ENTITY,
                           #SQL_DATA_SOURCE],
   modelingPattern: #LANGUAGE_DEPENDENT_TEXT
}
@Metadata.ignorePropagatedAnnotations:true
@EndUserText.label: 'Requirement Types - Text'
define view I_SupDmndAllDocRqmtTypeT
  as select from dd07t
  association [0..1] to I_SupDmndAllDocRqmtType as _SupDmndAllDocRqmtType on $projection.RequirementType = _SupDmndAllDocRqmtType.RequirementType
  association [0..1] to I_Language              as _Language              on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_SupDmndAllDocRqmtType'
  key cast( dd07t.domvalue_l as pph_bdart ) as RequirementType,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage       as Language,
      @EndUserText.label: 'Demand Type Description'
      @Semantics.text: true
      ddtext           as RequirementTypeName,

      //Associations

      _SupDmndAllDocRqmtType,
      _Language
}
where
  (
        domname    = 'ARUN_SDO_ALLDOC_REQMT_TYPE'
    and ddlanguage = $session.system_language
  )
  and(
        as4local   = 'A'
  );
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SUPDMNDALLDOCRQMTTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/