I_BillOfOperationsSequenceCat
Bill of Operations Sequence Category
I_BillOfOperationsSequenceCat is a Basic CDS View (Dimension) that provides data about "Bill of Operations Sequence Category" in SAP S/4HANA. It reads from 1 data source (I_SequenceCategory) and exposes 2 fields with key field BillOfOperationsSequenceCat. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SequenceCategory | I_SequenceCategory | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BOOSequenceCatText | _Text | $projection.BillOfOperationsSequenceCat = _Text.BillOfOperationsSequenceCat |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPPBOOSEQCAT | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | BillOfOperationsSequenceCat | view | |
| ObjectModel.semanticKey | BillOfOperationsSequenceCat | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Bill of Operations Sequence Category | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfOperationsSequenceCat | SequenceCategory | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IPPBOOSEQCAT'
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]
@ObjectModel.representativeKey: 'BillOfOperationsSequenceCat'
@ObjectModel.semanticKey: 'BillOfOperationsSequenceCat'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #L, dataClass: #META}
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@EndUserText.label: 'Bill of Operations Sequence Category'
define view I_BillOfOperationsSequenceCat
as select from I_SequenceCategory
association [0..*] to I_BOOSequenceCatText as _Text on $projection.BillOfOperationsSequenceCat = _Text.BillOfOperationsSequenceCat
{
// Key
@ObjectModel.text.association: '_Text'
key SequenceCategory as BillOfOperationsSequenceCat,
// Associations
_Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SEQUENCECATEGORY"
],
"ASSOCIATED":
[
"I_BOOSEQUENCECATTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"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