ScmPrd_Matid_Map
Redirect for /SCMB/MATID_MAP
ScmPrd_Matid_Map is a CDS View that provides data about "Redirect for /SCMB/MATID_MAP" in SAP S/4HANA. It reads from 1 data source (mara) and exposes 2 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mara | mara | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ScmPrdMatidMap | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Redirect for /SCMB/MATID_MAP | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #AUTOMATED | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| matid_c22 | ||||
| matid_x16 |
@AbapCatalog.sqlViewName: 'ScmPrdMatidMap'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Redirect for /SCMB/MATID_MAP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #L
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #AUTOMATED
define view ScmPrd_Matid_Map
as select from mara
{
// mara.mandt,
cast( mara.scm_matid_guid22 as /scmb/mdl_matid_22 ) as matid_c22,
cast( mara.scm_matid_guid16 as /scmb/mdl_matid ) as matid_x16
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MARA"
],
"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