I_BusPartBirthDateStatusText

DDL: I_BUSPARTBIRTHDATESTATUSTEXT SQL: IBPBIRTHSTATETXT Type: view BASIC

Birth Date Status - Text

I_BusPartBirthDateStatusText is a Basic CDS View that provides data about "Birth Date Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields Language, BusinessPartnerBirthDateStatus.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBPBIRTHSTATETXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Birth Date Status - Text view
ObjectModel.representativeKey BusinessPartnerBirthDateStatus view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY BusinessPartnerBirthDateStatus domvalue_l
BusPartBirthDateStatusText ddtext
@AbapCatalog.sqlViewName: 'IBPBIRTHSTATETXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Birth Date Status - Text'
@ObjectModel: {
  representativeKey: 'BusinessPartnerBirthDateStatus',
  dataCategory: #TEXT,
  usageType.serviceQuality: #X,
  usageType.sizeCategory : #S,
  usageType.dataClass: #CUSTOMIZING,
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
  supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
}
@Metadata.ignorePropagatedAnnotations: true
define view I_BusPartBirthDateStatusText
  as select from dd07t
{
      @Semantics.language: true
  key ddlanguage as Language,
      //      @Search.defaultSearchElement: true

  key domvalue_l as BusinessPartnerBirthDateStatus,
      @Semantics.text: true
      ddtext     as BusPartBirthDateStatusText

}
where
  domname = 'BU_BIRTHDT_STATUS'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/