I_REContractNoticePartyText

DDL: I_RECONTRACTNOTICEPARTYTEXT SQL: IRECNNTPARTYT Type: view BASIC

Contract Notice given by - Text

I_REContractNoticePartyText is a Basic CDS View that provides data about "Contract Notice given by - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, REContractNoticeParty. 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 (16)

NameValueLevelField
EndUserText.label Contract Notice given by - Text view
AbapCatalog.sqlViewName IRECNNTPARTYT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataExtraction.enabled true view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey REContractNoticeParty view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.viewType #BASIC view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY REContractNoticeParty
DomainValue domvalue_l
REContractNoticePartyName
_REContractNoticeParty _REContractNoticeParty
_Language _Language
@EndUserText.label: 'Contract Notice given by - Text'
@AbapCatalog.sqlViewName: 'IRECNNTPARTYT'

@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@Analytics:{
    dataExtraction: {
        enabled: true
    }
}

@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'REContractNoticeParty'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
//@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

@ObjectModel.modelingPattern:           #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities:  [  #LANGUAGE_DEPENDENT_TEXT,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #SQL_DATA_SOURCE,
                                        #EXTRACTION_DATA_SOURCE,
                                        #SEARCHABLE_ENTITY                   ]
@VDM.viewType: #BASIC

define view I_REContractNoticePartyText
  as select from dd07t
  association        to parent I_REContractNoticeParty as _REContractNoticeParty on $projection.REContractNoticeParty = _REContractNoticeParty.REContractNoticeParty
  association [0..1] to I_Language                     as _Language              on $projection.Language = _Language.Language
{

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                      as Language,

      @ObjectModel.foreignKey.association: '_REContractNoticeParty'
      @ObjectModel.text.element: ['REContractNoticePartyName']
  key cast(domvalue_l as recnntparty)                 as REContractNoticeParty,

      @Consumption.hidden: true
      domvalue_l                                      as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      cast( ddtext as recavdmdesc60 preserving type ) as REContractNoticePartyName,
      _REContractNoticeParty,
      _Language

}
where
      domname  = 'RECNNTPARTY'
  and as4local = 'A'
  and as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_RECONTRACTNOTICEPARTY"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/