/APE/C_ArchiveLinkedTDoc
Linked Archived TransDocs of PDocs
/APE/C_ArchiveLinkedTDoc is a Consumption CDS View that provides data about "Linked Archived TransDocs of PDocs" in SAP S/4HANA. It reads from 3 data sources (/APE/I_ArchiveDocLink, /APE/I_ArchiveDoc, /APE/I_ArchiveDoc) and exposes 7 fields with key fields ArchivedPDocKey, ArchivedLinkedTDocKey.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| /APE/I_ArchiveDocLink | ArchiveDocLink | inner |
| /APE/I_ArchiveDoc | ArchivePDoc | from |
| /APE/I_ArchiveDoc | ArchiveTDoc | inner |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | /APE/C_ARLKTD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Linked Archived TransDocs of PDocs | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ArchivedPDocKey | /APE/I_ArchiveDoc | doc_uuid | UUID |
| KEY | ArchivedLinkedTDocKey | /APE/I_ArchiveDocLink | linked_doc_uuid | |
| ExternalTransferReference | /APE/I_ArchiveDoc | trans_uuid_ext | ||
| client_uuid | /APE/I_ArchiveDoc | client_uuid | ||
| doc_type | /APE/I_ArchiveDoc | doc_type | VAT Document Type | |
| blocked | /APE/I_ArchiveDoc | blocked | Complaint Locked | |
| auth_grp | /APE/I_ArchiveDoc | auth_grp | AuthorizGroup |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view /APE/C_ArchiveLinkedTDoc.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: /APE/C_ARLKTD
CREATE VIEW /APE/C_ArchiveLinkedTDoc AS
SELECT
ArchivePDoc.doc_uuid AS ArchivedPDocKey,
ArchiveDocLink.linked_doc_uuid AS ArchivedLinkedTDocKey,
ArchiveTDoc.trans_uuid_ext AS ExternalTransferReference,
ArchivePDoc.client_uuid AS client_uuid,
ArchivePDoc.doc_type AS doc_type,
ArchivePDoc.blocked AS blocked,
ArchivePDoc.auth_grp AS auth_grp
FROM /APE/I_ArchiveDoc AS ArchivePDoc
INNER JOIN /APE/I_ArchiveDocLink AS ArchiveDocLink ON /* join condition not captured in parsed metadata */
INNER JOIN /APE/I_ArchiveDoc AS ArchiveTDoc ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA