I_BusPartMaritalStatusText

DDL: I_BUSPARTMARITALSTATUSTEXT SQL: IPBMARITALSTEXT Type: view BASIC

BUPA Marital Status - Text

I_BusPartMaritalStatusText is a Basic CDS View that provides data about "BUPA Marital Status - Text" in SAP S/4HANA. It reads from 1 data source (tb027t) and exposes 3 fields with key fields Language, MaritalStatus.

Data Sources (1)

SourceAliasJoin Type
tb027t tb027t from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IPBMARITALSTEXT 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 BUPA Marital Status - Text view
ObjectModel.representativeKey MaritalStatus 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 spras
KEY MaritalStatus marst
MaritalStatusName bez20 Description
@AbapCatalog.sqlViewName: 'IPBMARITALSTEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'BUPA Marital Status - Text'
@ObjectModel: {
  representativeKey: 'MaritalStatus',
  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_BusPartMaritalStatusText as select from tb027t {
  @Semantics.language: true
key spras as Language ,
key marst as MaritalStatus,
  @Semantics.text: true
  @EndUserText.label: 'Description'  
bez20  as MaritalStatusName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB027T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/