I_FORMOFADDRESSTEXT

CDS View

Form Of Address - Text

I_FORMOFADDRESSTEXT is a CDS View in S/4HANA. Form Of Address - Text. It contains 3 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_FormOfAddressTextVHTemp view from CONSUMPTION
C_TitleTextVHTemp view from CONSUMPTION
I_SuplrActyTaskEmailTmplAPI01 view left_outer COMPOSITE Email Template for Task Notification
I_SuplrGEvalEmailTmplAPI02 view left_outer COMPOSITE Email Template for Eval Notification

Fields (3)

KeyField CDS FieldsUsed in Views
KEY FormOfAddress FormOfAddress 1
KEY Language Language 1
FormOfAddressName FormOfAddressName 1
@EndUserText.label: 'Form Of Address - Text'
@Analytics.dataExtraction.enabled : true
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IFORMOFADDRTEXT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'FormOfAddress'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #LANGUAGE_DEPENDENT_TEXT]
@Metadata.ignorePropagatedAnnotations:true

define view entity I_FormOfAddressText
  as select from tsad3t
  association [0..1] to I_Language      as _Language      on $projection.Language = _Language.Language
  association [0..1] to I_FormOfAddress as _FormOfAddress on $projection.FormOfAddress = _FormOfAddress.FormOfAddress
{
      @Semantics.language
      @ObjectModel.foreignKey.association: '_Language'
  key langu      as Language,
      @ObjectModel.foreignKey.association: '_FormOfAddress'
  key title      as FormOfAddress,
      @Semantics.text
      @EndUserText.label: 'Title Text'
      title_medi as FormOfAddressName,
      _Language,
      _FormOfAddress
}