C_FormOfAddrPersnVHTemp

DDL: C_FORMOFADDRPERSNVHTEMP SQL: CFOAPERSNVH Type: view CONSUMPTION

C_FormOfAddrPersnVHTemp is a Consumption CDS View 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.

Data Sources (1)

SourceAliasJoin Type
tsad3 tsad3 from

Associations (1)

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

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CFOAPERSNVH view
ClientDependent true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey FormOfAddress view
Search.searchable true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FormOfAddress tsad3 title
_Text _Text
@AbapCatalog.sqlViewName: 'CFOAPERSNVH'
@ClientDependent: true
@AbapCatalog.compiler.compareFilter: true
//@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}

@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'FormOfAddress'
//@EndUserText.label: 'Form of Address Value Help'

@Search.searchable: true

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true

define view C_FormOfAddrPersnVHTemp
  as select from tsad3

  association [0..*] to C_FormOfAddressTextVHTemp as _Text on $projection.FormOfAddress = _Text.FormOfAddress

{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Consumption.filter.hidden: true
  key tsad3.title                                                                  as FormOfAddress,
      ////      @Search.defaultSearchElement: true

      ////      @EndUserText.label: 'Category'

      ////      case

      ////              when tsad3.person = 'X' then '1'

      ////              when tsad3.organizatn = 'X' then '2'

      ////              else '3'

      ////       end                                                                         as BusinessPartnerCategory,

      //                ,


      /*     @Consumption.filter.hidden: true
           @UI.hidden: true
            cast (
            case
            when tsad3.title = '0001'
            then '2'
            when tsad3.title = '0002'
            then '1'
            else ' '
            end  as char1 )                                                              as GenderCodeName, */

      _Text
}
where
  tsad3.person = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSAD3"
],
"ASSOCIATED":
[
"C_FORMOFADDRESSTEXTVHTEMP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/