I_FormOfAddress

DDL: I_FORMOFADDRESS Type: view_entity BASIC

Form of Address

I_FormOfAddress is a Basic CDS View (Dimension) that provides data about "Form of Address" in SAP S/4HANA. It reads from 1 data source (tsad3) and exposes 2 fields with key field FormOfAddress. It has 1 association to related views. It is exposed through 5 OData services (C_SALESORDERMANAGE_SD, UI_CREDITMEMOREQUESTMANAGE, UI_CUSTOMERRETURNMANAGE, ...).

Data Sources (1)

SourceAliasJoin Type
tsad3 tsad3 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FormOfAddressText _Text $projection.FormOfAddress = _Text.FormOfAddress

Annotations (12)

NameValueLevelField
EndUserText.label Form of Address view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey FormOfAddress view
Analytics.technicalName I_FORM_O_ADR view
ObjectModel.sapObjectNodeType.name FormOfAddress view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view

OData Services (5)

ServiceBindingVersionContractRelease
C_SALESORDERMANAGE_SD C_SALESORDERMANAGE_SRV V4 C1 NOT_RELEASED
UI_CREDITMEMOREQUESTMANAGE UI_CREDITMEMOREQUESTMANAGE V4 C1 NOT_RELEASED
UI_CUSTOMERRETURNMANAGE UI_CUSTOMERRETURNMANAGE V4 C1 NOT_RELEASED
UI_SALESCONTRACTMANAGE UI_SALESCONTRACTMANAGE V4 C1 NOT_RELEASED
UI_SALESQUOTATIONMANAGE UI_SALESQUOTATIONMANAGE V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FormOfAddress tsad3 title
_Text _Text
@EndUserText.label: 'Form of Address'
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'FormOfAddress'
@Analytics.technicalName: 'I_FORM_O_ADR'
@ObjectModel.sapObjectNodeType.name: 'FormOfAddress'
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@Metadata.ignorePropagatedAnnotations:true

define view entity I_FormOfAddress
  as select from tsad3

  association [0..*] to I_FormOfAddressText as _Text on $projection.FormOfAddress = _Text.FormOfAddress
{
      @ObjectModel.text.association: '_Text'
  key tsad3.title as FormOfAddress,
      _Text
}