C_SlsDocMassChgReqErrorLogTP

DDL: C_SLSDOCMASSCHGREQERRORLOGTP Type: view_entity CONSUMPTION

Mass Change Sales Document Req Error Log

C_SlsDocMassChgReqErrorLogTP is a Consumption CDS View that provides data about "Mass Change Sales Document Req Error Log" in SAP S/4HANA. It reads from 1 data source (R_SlsDocMassChgReqErrorLogTP) and exposes 16 fields with key fields SlsDocMassChangeRequestUUID, SalesDocument, SalesDocumentItem, ScheduleLine, SlsDocMassChgReqLogMsgNumber.

Data Sources (1)

SourceAliasJoin Type
R_SlsDocMassChgReqErrorLogTP R_SlsDocMassChgReqErrorLogTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Mass Change Sales Document Req Error Log view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
OData.entitySet.name SlsDocMassChangeReqErrorLog view

Fields (16)

KeyFieldSource TableSource FieldDescription
KEY SlsDocMassChangeRequestUUID SlsDocMassChangeRequestUUID Job ID
KEY SalesDocument SalesDocument SD Document
KEY SalesDocumentItem SalesDocumentItem Sales Document Item
KEY ScheduleLine ScheduleLine Schedule Line
KEY SlsDocMassChgReqLogMsgNumber SlsDocMassChgReqLogMsgNumber Message Number
KEY SlsDocMassChgReqLogMsgClass SlsDocMassChgReqLogMsgClass Message Class
SDDocumentCategory _SalesDocument SDDocumentCategory Document Cat.
virtualSystemMessageTextbapi_msg
SlsDocMassChgReqLogMsgType SlsDocMassChgReqLogMsgType Message Type
SlsDocMassChgReqLgMsgVarbl1Txt SlsDocMassChgReqLgMsgVarbl1Txt Message Variable
SlsDocMassChgReqLgMsgVarbl2Txt SlsDocMassChgReqLgMsgVarbl2Txt Message Variable
SlsDocMassChgReqLgMsgVarbl3Txt SlsDocMassChgReqLgMsgVarbl3Txt Message Variable
SlsDocMassChgReqLgMsgVarbl4Txt SlsDocMassChgReqLgMsgVarbl4Txt Message Variable
SlsDocMassChangeReqItmStatus SlsDocMassChangeReqItmStatus Job Item Status
SlsDocMassChgReqLgIsMnllyCmplt SlsDocMassChgReqLgIsMnllyCmplt Mnlly Cmplt
_SalesDocument _SalesDocument

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_SlsDocMassChgReqErrorLogTP.
-- 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_SlsDocMassChgReqErrorLogTP AS
SELECT
  SlsDocMassChangeRequestUUID,
  SalesDocument,
  SalesDocumentItem,
  ScheduleLine,
  SlsDocMassChgReqLogMsgNumber,
  SlsDocMassChgReqLogMsgClass,
  _SalesDocument.SDDocumentCategory AS SDDocumentCategory,
  virtual SystemMessageText : bapi_msg AS virtualSystemMessageTextbapi_msg,
  SlsDocMassChgReqLogMsgType,
  SlsDocMassChgReqLgMsgVarbl1Txt,
  SlsDocMassChgReqLgMsgVarbl2Txt,
  SlsDocMassChgReqLgMsgVarbl3Txt,
  SlsDocMassChgReqLgMsgVarbl4Txt,
  SlsDocMassChangeReqItmStatus,
  SlsDocMassChgReqLgIsMnllyCmplt
FROM R_SlsDocMassChgReqErrorLogTP
;