I_MaintOperationSystConditionT
Maint. Operation System Condition Text
I_MaintOperationSystConditionT is a Basic CDS View that provides data about "Maint. Operation System Condition Text" in SAP S/4HANA. It reads from 1 data source (t357m_t) and exposes 4 fields with key fields OperationSystemCondition, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t357m_t | t357m_t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | _Language.Language = $projection.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMAINTOPSYSCONDT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Maint. Operation System Condition Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | OperationSystemCondition | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OperationSystemCondition | anlzu | ||
| KEY | Language | spras | ||
| OperationSystemConditionText | anlzux | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IMAINTOPSYSCONDT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Maint. Operation System Condition Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'OperationSystemCondition'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
define view I_MaintOperationSystConditionT
as select from t357m_t
association [0..1] to I_Language as _Language on _Language.Language = $projection.Language
{
@ObjectModel.text.element: 'OperationSystemConditionText'
key anlzu as OperationSystemCondition,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key spras as Language,
@Semantics.text: true
anlzux as OperationSystemConditionText,
// Associations
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T357M_T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/
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