I_BusPartMaritalStatus
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)
| Source | Alias | Join Type |
|---|---|---|
| tb027 | tb027 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BusPartMaritalStatusText | _Text | $projection.MaritalStatus = _Text.MaritalStatus |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA