E_PersSettlmtDocItemDraft

DDL: E_PERSSETTLMTDOCITEMDRAFT Type: view_entity EXTENSION Package: WLF_BO_TP_PSDOC

Pers Settlmt Doc Item - Draft Extension

E_PersSettlmtDocItemDraft is a Extension CDS View that provides data about "Pers Settlmt Doc Item - Draft Extension" in SAP S/4HANA. It reads from 1 data source (wlf_d_psdocitm_d) and exposes 3 fields with key fields PersonnelSettlementDocument, PersSettlmtDocItem, DraftUUID. Part of development package WLF_BO_TP_PSDOC.

Data Sources (1)

SourceAliasJoin Type
wlf_d_psdocitm_d Persistence from

Annotations (12)

NameValueLevelField
EndUserText.label Pers Settlmt Doc Item - Draft Extension view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #EXTENSION view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix SMI view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 170 view
AbapCatalog.extensibility.quota.maximumBytes 3400 view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PersonnelSettlementDocument wlf_d_psdocitm_d personnelsettlementdocument Personnel Settlement Document
KEY PersSettlmtDocItem wlf_d_psdocitm_d perssettlmtdocitem Item
KEY DraftUUID wlf_d_psdocitm_d draftuuid 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 E_PersSettlmtDocItemDraft.
-- 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.

CREATE VIEW E_PersSettlmtDocItemDraft AS
SELECT
  Persistence.personnelsettlementdocument AS PersonnelSettlementDocument,
  Persistence.perssettlmtdocitem AS PersSettlmtDocItem,
  Persistence.draftuuid AS DraftUUID
FROM wlf_d_psdocitm_d AS Persistence
;