E_CADocumentBPRepetitionItem

DDL: E_CADOCUMENTBPREPETITIONITEM SQL: ECADOCBPREPITEM Type: view EXTENSION

GP Wiederholungsposition Erweiterung

E_CADocumentBPRepetitionItem is a Extension CDS View that provides data about "GP Wiederholungsposition Erweiterung" in SAP S/4HANA. It reads from 1 data source (dfkkopw) and exposes 3 fields with key fields CADocumentNumber, CARepetitionGroup, CARepetitionItemNumber.

Data Sources (1)

SourceAliasJoin Type
dfkkopw Persistence from

Annotations (5)

NameValueLevelField
EndUserText.label GP Wiederholungsposition Erweiterung view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #P view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AbapCatalog.sqlViewName ECADOCBPREPITEM view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CADocumentNumber dfkkopw opbel Reopen
KEY CARepetitionGroup dfkkopw whgrp Repetition grp
KEY CARepetitionItemNumber dfkkopw opupw Repetition Item

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_CADocumentBPRepetitionItem.
-- 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: ECADOCBPREPITEM

CREATE VIEW E_CADocumentBPRepetitionItem AS
SELECT
  Persistence.opbel AS CADocumentNumber,
  Persistence.whgrp AS CARepetitionGroup,
  Persistence.opupw AS CARepetitionItemNumber
FROM dfkkopw AS Persistence
;