I_BusPartMaritalStatus

DDL: I_BUSPARTMARITALSTATUS SQL: IPBMARITALST Type: view BASIC

BUPA Marital Status

I_BusPartMaritalStatus is a Basic CDS View that provides data about "BUPA Marital Status" in SAP S/4HANA. It reads from 1 data source (tb027) and exposes 2 fields with key field MaritalStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tb027 tb027 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusPartMaritalStatusText _Text $projection.MaritalStatus = _Text.MaritalStatus

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IPBMARITALST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey MaritalStatus view
ObjectModel.sapObjectNodeType.name BusinessPartnerMaritalStatus view
ObjectModel.modelingPattern #NONE view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label BUPA Marital Status view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaritalStatus marst
_Text _Text
@AbapCatalog.sqlViewName: 'IPBMARITALST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
  usageType.sizeCategory: #S,
  usageType.serviceQuality: #X,
  usageType.dataClass: #CUSTOMIZING,
  representativeKey: 'MaritalStatus',
  sapObjectNodeType.name: 'BusinessPartnerMaritalStatus',
  modelingPattern: #NONE,
  supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ]
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'BUPA Marital Status'
@Metadata.ignorePropagatedAnnotations: true

define view I_BusPartMaritalStatus as select from tb027
association [0..*] to I_BusPartMaritalStatusText as _Text on $projection.MaritalStatus = _Text.MaritalStatus


 {
 @ObjectModel.text.association: '_Text'
 key marst  as MaritalStatus,
//_MaritalStatus.MaritalStatusName, 

 _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB027"
],
"ASSOCIATED":
[
"I_BUSPARTMARITALSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/