NSDM_E_MDOC_EKKN

DDL: NSDM_DDL_MDOC_EKKN SQL: NSDM_V_MDOC_EKKN Type: view

Projection of MATDOC as EKKN

NSDM_E_MDOC_EKKN is a CDS View that provides data about "Projection of MATDOC as EKKN" in SAP S/4HANA. It reads from 1 data source (matdoc) and exposes 47 fields with key fields mblnr, mjahr, zeile, xauto.

Data Sources (1)

SourceAliasJoin Type
matdoc m from

Annotations (10)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName NSDM_V_MDOC_EKKN view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Projection of MATDOC as EKKN view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #AUTOMATED view
AccessControl.authorizationCheck #NOT_ALLOWED view
AbapCatalog.viewEnhancementCategory #PROJECTION_LIST view

Fields (47)

KeyFieldSource TableSource FieldDescription
KEY mblnr mblnr Material Doc.
KEY mjahr mjahr Mat. Doc. Year
KEY zeile zeile Mat. Doc.Item
KEY xauto xauto Auto. Item Keys
ebeln ebeln Source PurchDoc
ebelp ebelp Item pur. doc.
lfgja lfbja Fisc.yr.ref.doc
lfbnr lfbnr Reference Doc.
lfpos lfpos Ref. Doc. Item
aufnr aufnr SettlementOrder
anln1 anln1 Asset
anln2 anln2 Sub-number
belnr belnr SD Document
buzei buzei Posting View Item
belum belum Document Number
buzum buzum Item
gsber pargb Trdg Part.BA
3665407kokrs
pargb gsber Business Area
3665407parbu
aufps aufps Order item no.
pprctr prctr Profit Centers
3665407kostl
imkey imkey Real Estate Key
kstrg kstrg Cost Objects
paobjnr paobjnr Profit. segment
prctr pprctr Partner PC
nplnr nplnr Network
aufpl aufpl TaskList No.Ops
aplzl aplzl Plan No.f.Oper.
vptnr vptnr Partner
fipos fipos Commitment item
sakto sakto G/L Account
zekkn zekkn Account Assgmt No.
geber geber Fund
fistl fistl Funds Center
fkber fkber Functional Area
kblnr kblnr Earmarked funds
kblpos kblpos Document Item
grant_nbr grant_nbr Receiver Grant
vbeln kdauf SD Document
vbelp kdpos Sales Ord. Item
pernr pernr Personnel no.
knttp knttp_gr Acct Assgmt Cat
work_item_id work_item_id Work Item ID
fbuda fbuda Services Rendered Date
xmacc xmacc Multi Acct Assgt

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view NSDM_E_MDOC_EKKN.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: NSDM_V_MDOC_EKKN

CREATE VIEW NSDM_E_MDOC_EKKN AS
SELECT
  mblnr,
  mjahr,
  zeile,
  xauto,
  ebeln,
  ebelp,
  lfbja AS lfgja,
  lfbnr,
  lfpos,
  aufnr,
  anln1,
  anln2,
  belnr,
  buzei,
  belum,
  buzum,
  pargb AS gsber,
  gsber AS pargb,
  aufps,
  prctr AS pprctr,
  imkey,
  kstrg,
  paobjnr,
  pprctr AS prctr,
  nplnr,
  aufpl,
  aplzl,
  vptnr,
  fipos,
  sakto,
  zekkn,
  geber,
  fistl,
  fkber,
  kblnr,
  kblpos,
  grant_nbr,
  kdauf AS vbeln,
  kdpos AS vbelp,
  pernr,
  knttp_gr AS knttp,
  work_item_id,
  fbuda,
  xmacc
FROM matdoc AS m
;