C_PurchasingDocSimlnLog
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)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingDocSimulationLog | I_PurchasingDocSimulationLog | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA