I_OrderOperationLongText
Order Operation Long Text
I_OrderOperationLongText is a Basic CDS View that provides data about "Order Operation Long Text" in SAP S/4HANA. It reads from 1 data source (afvc_text) and exposes 7 fields with key fields OrderInternalID, OrderOperationInternalID. It has 1 association to related views. Part of development package VDM_PP_SFC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| afvc_text | afvc_text | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_TextObjectPlainLongText | _TextObjectPlainLongText | _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey and _TextObjectPlainLongText.TextObjectCategory = 'AUFK' and _TextObjectPlainLongText.TextObjectType = 'AVOT' |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| Analytics.technicalName | IORDOPLTXT | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Order Operation Long Text | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | OrderOperationInternalID | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrderInternalID | aufpl | ||
| KEY | OrderOperationInternalID | aplzl | ||
| TextObjectKey | tdname | |||
| OrderOperationLongText | _TextObjectPlainLongText | PlainLongText | ||
| Language | _TextObjectPlainLongText | Language | ||
| TextObjectCategory | _TextObjectPlainLongText | TextObjectCategory | ||
| TextObjectType | _TextObjectPlainLongText | TextObjectType |
@Analytics.technicalName: 'IORDOPLTXT'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Order Operation Long Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'OrderOperationInternalID'
define view entity I_OrderOperationLongText as select from afvc_text
association [0..*] to I_TextObjectPlainLongText as _TextObjectPlainLongText on _TextObjectPlainLongText.TextObjectKey = $projection.TextObjectKey
and _TextObjectPlainLongText.TextObjectCategory = 'AUFK'
and _TextObjectPlainLongText.TextObjectType = 'AVOT'
{
key aufpl as OrderInternalID,
key aplzl as OrderOperationInternalID,
tdname as TextObjectKey,
_TextObjectPlainLongText.PlainLongText as OrderOperationLongText,
_TextObjectPlainLongText.Language,
_TextObjectPlainLongText.TextObjectCategory,
_TextObjectPlainLongText.TextObjectType
}
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