C_SlsDocMassChgReqSuccessLogTP

DDL: C_SLSDOCMASSCHGREQSUCCESSLOGTP Type: view_entity CONSUMPTION Package: SD_CHANGE_COCKPIT_JOB_ODATA

Mass Chg Sales Document Req Success Log

C_SlsDocMassChgReqSuccessLogTP is a Consumption CDS View that provides data about "Mass Chg Sales Document Req Success Log" in SAP S/4HANA. It reads from 1 data source (R_SlsDocMassChgReqSuccessLogTP) and exposes 16 fields with key fields SlsDocMassChangeRequestUUID, SalesDocument, SalesDocumentItem, ScheduleLine, SlsDocMassChgReqLogMsgNumber. It is exposed through 3 OData services (ASQL_F5091, ASQL_F5210, UI_SLSDOCMASSCHANGEREQUEST). It is used in 2 Fiori applications: Mass Change of Sales Documents, Monitor Mass Changes of Sales Documents. Part of development package SD_CHANGE_COCKPIT_JOB_ODATA.

Data Sources (1)

SourceAliasJoin Type
R_SlsDocMassChgReqSuccessLogTP R_SlsDocMassChgReqSuccessLogTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Mass Chg Sales Document Req Success 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 SlsDocMassChangeReqSuccessLog view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F5091 ASQL_F5091 C2 NOT_RELEASED
ASQL_F5210 ASQL_F5210 C2 NOT_RELEASED
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_SlsDocMassChgReqSuccessLogTP.
-- 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_SlsDocMassChgReqSuccessLogTP 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_SlsDocMassChgReqSuccessLogTP
;