Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

FNDEI_EINE_BLOCKINGINFO

DDL: FNDEI_EINE_BLOCKINGINFO SQL: FNDEIBEINE Type: view

Filter View for table EINE

FNDEI_EINE_BLOCKINGINFO is a CDS View that provides data about "Filter View for table EINE" in SAP S/4HANA. It reads from 1 data source (eine) and exposes 5 fields with key fields mandt, infnr, ekorg, esokz, werks.

Data Sources (1)

SourceAliasJoin Type
eine eine from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName FNDEIBEINE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #AUTOMATED view
EndUserText.label Filter View for table EINE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
VDM.lifecycle.status #DEPRECATED view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt Editing Client
KEY infnr infnr Info Record
KEY ekorg ekorg Purchasing Org.
KEY esokz esokz Infotype
KEY werks werks Receiving Plant

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 FNDEI_EINE_BLOCKINGINFO.
-- 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: FNDEIBEINE

CREATE VIEW FNDEI_EINE_BLOCKINGINFO AS
SELECT
  mandt,
  infnr,
  ekorg,
  esokz,
  werks
FROM eine
;