P_Addmatlgrp5
value help for addional matl grp5
P_Addmatlgrp5 is a Basic CDS View that provides data about "value help for addional matl grp5" in SAP S/4HANA. It reads from 1 data source (tvm5) and exposes 2 fields with key field AdditionalMaterialGroup5. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_OBSOLETE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tvm5 | tvm5 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | P_Addmatlgrp5txt | _Text | $projection.AdditionalMaterialGroup5 = _Text.AdditionalMaterialGroup5 |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | padntmtlgrp5 | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | AdditionalMaterialGroup5 | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AdditionalMaterialGroup5 | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'padntmtlgrp5'
@VDM.viewType: #BASIC
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
//@EndUserText.label: 'value help for addional matl grp5'
@ObjectModel.representativeKey: 'AdditionalMaterialGroup5'
define view P_Addmatlgrp5 as select from tvm5
association [0..*] to P_Addmatlgrp5txt as _Text on $projection.AdditionalMaterialGroup5 = _Text.AdditionalMaterialGroup5
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
key cast(mvgr5 as FIFTHSALESSPECPRODUCTGROUP ) as AdditionalMaterialGroup5 ,
_Text
};
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