P_PurgDocSimlnMsgId
P View for Unique message ID
P_PurgDocSimlnMsgId is a Consumption CDS View that provides data about "P View for Unique message ID" in SAP S/4HANA. It reads from 1 data source (P_SimlnLogSingleSuccess) and exposes 3 fields with key field SimulationJobUUID. Part of development package ODATA_MM_COMMONS_MASSUPDT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_SimlnLogSingleSuccess | P_SimlnLogSingleSuccess | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PSIMLNMSGID | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | P View for Unique message ID | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.private | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SimulationJobUUID | SimulationJobUUID | ||
| SystemMessageType | SystemMessageType | |||
| SystemMessageDescription |
@AbapCatalog.sqlViewName: 'PSIMLNMSGID'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'P View for Unique message ID'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
define view P_PurgDocSimlnMsgId
as select from P_SimlnLogSingleSuccess
{
key SimulationJobUUID,
SystemMessageType,
concat(concat(concat(concat(concat(SystemMessageNumber, SystemMessageIdentification), SystemMessageVariable1) , SystemMessageVariable2) , SystemMessageVariable3) , SystemMessageVariable4) as SystemMessageDescription
}
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