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. It is exposed through 1 OData service (UI_SLSDOCMASSCHANGEREQUEST). It is used in 2 Fiori applications: Mass Change of Sales Documents, Monitor Mass Changes of Sales Documents.

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

OData Services (1)

ServiceBindingVersionContractRelease
UI_SLSDOCMASSCHANGEREQUEST UI_SLSDOCMASSCHANGEREQUEST V2 C1 NOT_RELEASED

Fiori Apps (2)

App IDApp NameTypeDescription
F5091 Mass Change of Sales Documents Transactional Mass Change of Sales Documents Change Cockpit
F5210 Monitor Mass Changes of Sales Documents Transactional Monitor Mass Changes of Sales Documents

Mass Change of Sales Documents

Business Role: Internal Sales Representative

Profit center is now available as a filter attribute on the item-level for all sales document categories. You can also change the profit center on the item-level.Two new sales document categories, sales quotations and sales orders without charge, have been added to the Mass Change of Sales Documents app.

Monitor Mass Changes of Sales Documents

Business Role: Internal Sales Representative

Profit center is now available as a filter attribute on the item-level for all sales document categories. You can also change the profit center on the item-level.Two new sales document categories, sales quotations and sales orders without charge, have been added to the Mass Change of Sales Documents app.

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
;