E_SDMassChgCkptSlsDocHdrChgBsc

DDL: E_SDMASSCHGCKPTSLSDOCHDRCHGBSC SQL: ESDMCCCHGHDRB Type: view EXTENSION

Extn View for Mass Chg of Sls Doc Hdr

E_SDMassChgCkptSlsDocHdrChgBsc is a Extension CDS View that provides data about "Extn View for Mass Chg of Sls Doc Hdr" in SAP S/4HANA. It reads from 1 data source (sdmcc_chghdr) and exposes 1 field with key field SlsDocMassChangeRequestUUID.

Data Sources (1)

SourceAliasJoin Type
sdmcc_chghdr Persistence from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName ESDMCCCHGHDRB view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #P view
EndUserText.label Extn View for Mass Chg of Sls Doc Hdr view
VDM.viewType #EXTENSION view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SlsDocMassChangeRequestUUID sdmcc_chghdr slsdocmasschangerequestuuid Job ID

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_SDMassChgCkptSlsDocHdrChgBsc.
-- 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: ESDMCCCHGHDRB

CREATE VIEW E_SDMassChgCkptSlsDocHdrChgBsc AS
SELECT
  Persistence.slsdocmasschangerequestuuid AS SlsDocMassChangeRequestUUID
FROM sdmcc_chghdr AS Persistence
;