C_SDMassChgCkptChgSlsDoc

DDL: C_SDMASSCHGCKPTCHGSLSDOC Type: view CONSUMPTION Package: SD_CHANGE_COCKPIT_ODATA

Mass Change of Sales Documents

C_SDMassChgCkptChgSlsDoc is a Consumption CDS View that provides data about "Mass Change of Sales Documents" in SAP S/4HANA. It reads from 1 data source (I_SDMassChgCkptChgSlsDoc) and exposes 7 fields with key fields SlsDocMassChangeRequestUUID, SalesDocument, SalesDocumentItem, ScheduleLine. Part of development package SD_CHANGE_COCKPIT_ODATA.

Data Sources (1)

SourceAliasJoin Type
I_SDMassChgCkptChgSlsDoc I_SDMassChgCkptChgSlsDoc from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CSDMCCCHGKEY view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Mass Change of Sales Documents view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SlsDocMassChangeRequestUUID SlsDocMassChangeRequestUUID Job ID
KEY SalesDocument SalesDocument SD Document
KEY SalesDocumentItem SalesDocumentItem Sales Document Item
KEY ScheduleLine ScheduleLine Schedule Line
SalesDocumentIsDeleted SalesDocumentIsDeleted Deleted
SDDocumentCategory SDDocumentCategory Document Cat.
_ChangeRequest _ChangeRequest

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 C_SDMassChgCkptChgSlsDoc.
-- 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 C_SDMassChgCkptChgSlsDoc AS
SELECT
  SlsDocMassChangeRequestUUID,
  SalesDocument,
  SalesDocumentItem,
  ScheduleLine,
  SalesDocumentIsDeleted,
  SDDocumentCategory
FROM I_SDMassChgCkptChgSlsDoc
;