C_CADocumentLinkedObject
Linked Object
C_CADocumentLinkedObject is a Consumption CDS View that provides data about "Linked Object" in SAP S/4HANA. It reads from 1 data source (P_CADocumentLinkedObject) and exposes 4 fields with key fields CADocumentLinkedObject, CADocumentNumber. It is exposed through 2 OData services (UI_CAACCOUNTBALANCE_DISPLAY, UI_CADOCUMENT_MNG). Part of development package ODATA_O2C_FICA_DOCUMENT_MANAGE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_CADocumentLinkedObject | P_CADocumentLinkedObject | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Linked Object | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CAACCOUNTBALANCE_DISPLAY | UI_CAACCOUNTBALANCE_DISPLAY | V4 | C1 | NOT_RELEASED |
| UI_CADOCUMENT_MNG | UI_CADOCUMENT_MNG | V4 | C1 | NOT_RELEASED |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CADocumentLinkedObject | CADocumentLinkedObject | ||
| KEY | CADocumentNumber | CADocumentNumber | ||
| CADocumentLinkedObjectType | CADocumentLinkedObjectType | |||
| _LinkdObjType | _LinkdObjType |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Linked Object'
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@VDM.viewType: #CONSUMPTION
@Metadata.allowExtensions: true
define view entity C_CADocumentLinkedObject
as select from P_CADocumentLinkedObject
{
key CADocumentLinkedObject,
key CADocumentNumber,
@ObjectModel.foreignKey.association: '_LinkdObjType'
CADocumentLinkedObjectType,
_LinkdObjType
}
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