nsdm_e_msfdh_agg
MSFDH Compatibility View: AGG
nsdm_e_msfdh_agg is a CDS View that provides data about "MSFDH Compatibility View: AGG" in SAP S/4HANA. It reads from 1 data source (matdoc_extract) and exposes 11 fields with key fields mandt, matnr, werks, charg, sobkz.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| matdoc_extract | matdoc_extract | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | NSDM_V_MSFDH_AGG | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | MSFDH Compatibility View: AGG | view | |
| DataAging.noAgingRestriction | false | view | |
| ObjectModel.usageType.sizeCategory | L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| AbapCatalog.viewEnhancementCategory | #PROJECTION_LIST | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | mandt | mandt | ||
| KEY | matnr | matbf | ||
| KEY | werks | werks | ||
| KEY | charg | charg_sid | ||
| KEY | sobkz | sobkz | ||
| KEY | lifnr | lifnr_sid | ||
| KEY | vbeln | mat_kdauf | ||
| KEY | posnr | mat_kdpos | ||
| KEY | gjper | gjper | ||
| KEY | lbbsa | lbbsa_sid | ||
| stock_qty |
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'NSDM_V_MSFDH_AGG'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'MSFDH Compatibility View: AGG'
@DataAging.noAgingRestriction: 'false'
@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #AUTOMATED
@AccessControl.authorizationCheck: #NOT_ALLOWED
@AbapCatalog.viewEnhancementCategory: #PROJECTION_LIST
define view nsdm_e_msfdh_agg as
select from matdoc_extract
{
key mandt,
key matbf as matnr,
key werks,
key charg_sid as charg,
key sobkz,
key lifnr_sid as lifnr,
key mat_kdauf as vbeln,
key mat_kdpos as posnr,
key gjper,
key lbbsa_sid as lbbsa,
sum(stock_qty_l1) as stock_qty
}
where lifnr_sid <> ''
and mat_kdauf <> ''
and mat_kdpos <> '000000'
and sobkz = 'F'
and (lbbsa_sid = '01'
or lbbsa_sid = '02'
or lbbsa_sid = '08')
group by mandt,
matbf,
werks,
lgort_sid,
charg_sid,
sobkz,
lifnr_sid,
mat_kdauf,
mat_kdpos,
gjper,
lbbsa_sid
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