/APE/E_TransHeader_TP

DDL: /APE/E_TRANSHEADER_TP SQL: /APE/R_TRHDR Type: view EXTENSION

Transfer Header - TP

/APE/E_TransHeader_TP is a Extension CDS View that provides data about "Transfer Header - TP" in SAP S/4HANA. It reads from 1 data source (/ape/trhdr) and exposes 1 field with key field db_key.

Data Sources (1)

SourceAliasJoin Type
/ape/trhdr Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName /APE/R_TRHDR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Transfer Header - TP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #EXTENSION view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY db_key db_key UUID

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/E_TransHeader_TP.
-- 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/R_TRHDR

CREATE VIEW /APE/E_TransHeader_TP AS
SELECT
  db_key
FROM /ape/trhdr AS Persistence
;