I_AddressObjectType

DDL: I_ADDRESSOBJECTTYPE Type: view_entity BASIC

Address Object Type

I_AddressObjectType is a Basic CDS View that provides data about "Address Object Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field AddressObjectType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AddressObjectTypeText _Text $projection.AddressObjectType = _Text.AddressObjectType

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Address Object Type view
ObjectModel.representativeKey AddressObjectType view
Analytics.technicalName IADDROBJTYPE view
ObjectModel.sapObjectNodeType.name AddressObjectType view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AddressObjectType
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@EndUserText.label: 'Address Object Type'
@ObjectModel.representativeKey: 'AddressObjectType'
@Analytics.technicalName: 'IADDROBJTYPE'
@ObjectModel.sapObjectNodeType.name: 'AddressObjectType'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE]
@VDM.viewType: #BASIC
define view entity I_AddressObjectType
  as select from dd07l
  association [0..*] to I_AddressObjectTypeText as _Text on $projection.AddressObjectType = _Text.AddressObjectType
{
      @ObjectModel.text.association: '_Text'
  key cast ( domvalue_l as ad_adrtype ) as AddressObjectType,
      _Text
}
where
      as4local = 'A'
  and domname  = 'AD_ADRTYPE'