P_Matlprdetctrltext
materila price determination control
P_Matlprdetctrltext is a Basic CDS View that provides data about "materila price determination control" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields Value, Language. Part of development package VDM_MD_PRODUCT_OBSOLETE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | P_matprdctr_text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
@AbapCatalog.sqlViewName: 'P_matprdctr_text'
@ObjectModel.dataCategory: #TEXT
//@Analytics: { datacategory: #TEXT }
@VDM.viewType: #BASIC
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'materila price determination control'
define view P_Matlprdetctrltext as select from dd07t
{
key cast(dd07t.domvalue_l as PriceDeterminationControl) as Value,
@Semantics.language:true
key dd07t.ddlanguage as Language,
@Semantics.text: true
dd07t.ddtext as Description
}
where domname = 'CK_ML_ABST'
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