I_CapacitiesConsiderationText
Capacities Consideration - Text
I_CapacitiesConsiderationText is a Composite CDS View that provides data about "Capacities Consideration - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields CapacitiesConsideration, Language. It has 1 association to related views. It is exposed through 1 OData service (TM_OPTSET_SRV). Part of development package VDM_TM_BO_PLN_PROF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Capacities Consideration - Text | view | |
| VDM.viewType | #COMPOSITE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | CapacitiesConsideration | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| Search.searchable | true | view | |
| Analytics.technicalName | ICAPACONS | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| TM_OPTSET_SRV | TM_OPTSET_SRV | V4 | C1 | NOT_RELEASED |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CapacitiesConsideration | |||
| KEY | Language | ddlanguage | ||
| CapacitiesConsiderationDesc | ddtext | Capacities Consideration Description | ||
| _CapacitiesConsideration | _CapacitiesConsideration | |||
| _Language | _Language |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Capacities Consideration - Text'
@VDM.viewType: #COMPOSITE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
representativeKey: 'CapacitiesConsideration',
resultSet.sizeCategory: #XS,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE],
usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #META
}
}
@Search.searchable: true
@Analytics.technicalName: 'ICAPACONS'
define view entity I_CapacitiesConsiderationText
as select from dd07t
association to parent I_CapacitiesConsideration as _CapacitiesConsideration on $projection.CapacitiesConsideration = _CapacitiesConsideration.CapacitiesConsideration
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_CapacitiesConsideration'
@ObjectModel.text.element: ['CapacitiesConsiderationDesc']
key substring(domvalue_l,1,1) as CapacitiesConsideration,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
@UI.hidden: true
key ddlanguage as Language,
@Search.defaultSearchElement: true
@Semantics.text:true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@EndUserText.label: 'Capacities Consideration Description'
ddtext as CapacitiesConsiderationDesc,
_CapacitiesConsideration,
_Language
}
where
dd07t.domname = '/SCMTMS/VSR_CAPA_CONSIDER_OPT'
and dd07t.as4local = 'A'
and dd07t.as4vers = '0000'
and dd07t.ddlanguage = $session.system_language
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