C_PurchasingDocSimlnLog

DDL: C_PURCHASINGDOCSIMLNLOG SQL: CPURGDOCSIMLOG Type: view CONSUMPTION

Purchasing Document Simulation Log

C_PurchasingDocSimlnLog is a Consumption CDS View that provides data about "Purchasing Document Simulation Log" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocSimulationLog) and exposes 10 fields with key fields SimulationJobUUID, PurchasingDocument, PurchasingDocumentItem, SystemMessageNumber, SystemMessageIdentification.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocSimulationLog I_PurchasingDocSimulationLog from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CPURGDOCSIMLOG view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
EndUserText.label Purchasing Document Simulation Log view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor CDOCSIMMSGS view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY SimulationJobUUID SimulationJobUUID
KEY PurchasingDocument PurchasingDocument
KEY PurchasingDocumentItem PurchasingDocumentItem
KEY SystemMessageNumber SystemMessageNumber
KEY SystemMessageIdentification SystemMessageIdentification
SystemMessageType SystemMessageType
SystemMessageVariable1 SystemMessageVariable1
SystemMessageVariable2 SystemMessageVariable2
SystemMessageVariable3 SystemMessageVariable3
SystemMessageVariable4 SystemMessageVariable4
@AbapCatalog.sqlViewName: 'CPURGDOCSIMLOG'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {dataClass: #TRANSACTIONAL, serviceQuality: #A, sizeCategory: #L}
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Purchasing Document Simulation Log'
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'CDOCSIMMSGS'

define view C_PurchasingDocSimlnLog
  as select from I_PurchasingDocSimulationLog
{
  key SimulationJobUUID,
  key PurchasingDocument,
  key PurchasingDocumentItem,
  key SystemMessageNumber,
  key SystemMessageIdentification,

      SystemMessageType,
      SystemMessageVariable1,
      SystemMessageVariable2,
      SystemMessageVariable3,
      SystemMessageVariable4
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCHASINGDOCSIMULATIONLOG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/