I_PMRPProcedureText
PMRP Procurement Type Text
I_PMRPProcedureText is a Basic CDS View that provides data about "PMRP Procurement Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field ProcurementType. Part of development package PMRP_UI_SERVICES.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | PMRP Procurement Type Text | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProcurementType | domvalue_l | ||
| ProcurementTypeDescription | dd07t | ddtext |
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType: {serviceQuality: #X, sizeCategory: #M, dataClass: #TRANSACTIONAL}
@VDM.viewType: #BASIC
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'PMRP Procurement Type Text'
define view entity I_PMRPProcedureText as select from dd07t
{
key domvalue_l as ProcurementType,
dd07t.ddtext as ProcurementTypeDescription
}
where
dd07t.domname = 'BESKZ'
and dd07t.ddlanguage = $session.system_language
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