I_PURCHASINGDOCSIMULATIONLOG

CDS View

Purchasing Document Simulation Log

I_PURCHASINGDOCSIMULATIONLOG is a CDS View in S/4HANA. Purchasing Document Simulation Log. It contains 10 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
C_PurchasingDocSimlnLog view from CONSUMPTION Purchasing Document Simulation Log
C_PurgMassUpdtErrWrngMsgs view from CONSUMPTION Document Details object page
P_PHRPRqItmSimlnLog view_entity from CONSUMPTION Log for procurement hub PR
P_PurgDocsSimlnLogItemCnt view from CONSUMPTION Document Item Count
P_SIMLNLOGOTHERMSGCNT view from CONSUMPTION Other Message Count
P_SIMLNLOGOTHERMSGCNT view union_all CONSUMPTION Other Message Count
P_SimlnLogSingleSuccess view from CONSUMPTION Single Success Log Message
P_UniqueErrWrngMsgs view from CONSUMPTION Distinct err and wrng msgs in app. log

Fields (10)

KeyField CDS FieldsUsed in Views
KEY SimulationJobUUID SimulationJobUUID 2
PurchasingDocument PurchasingDocument 2
PurchasingDocumentItem PurchasingDocumentItem 2
SystemMessageIdentification SystemMessageIdentification 1
SystemMessageNumber SystemMessageNumber 1
SystemMessageType SystemMessageType 1
SystemMessageVariable1 SystemMessageVariable1 1
SystemMessageVariable2 SystemMessageVariable2 1
SystemMessageVariable3 SystemMessageVariable3 1
SystemMessageVariable4 SystemMessageVariable4 1
@AbapCatalog.sqlViewName: 'IPURGDOCSIMLOG'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {dataClass: #TRANSACTIONAL, serviceQuality: #A, sizeCategory: #L}
@VDM.viewType: #BASIC
@EndUserText.label: 'Purchasing Document Simulation Log'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

define view I_PurchasingDocSimulationLog
  as select from mmpur_massapplog
{
  key id                         as SimulationJobUUID,
  key object                     as PurchasingDocument,
  key objectitemnum              as PurchasingDocumentItem,
  key cast(msgno as msgnr)       as SystemMessageNumber,
  key msgid                      as SystemMessageIdentification,

      msgty                      as SystemMessageType,

      msgv1                      as SystemMessageVariable1,

      msgv2                      as SystemMessageVariable2,

      msgv3                      as SystemMessageVariable3,

      msgv4                      as SystemMessageVariable4,

      objectype                  as PurchasingDocumentCategory
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MMPUR_MASSAPPLOG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/