FNDEI_KNA1_BLOCKINGINFO

DDL: FNDEI_KNA1_BLOCKINGINFO SQL: FNDEIBKNA1 Type: view

Blocking Info View for table KNA1

FNDEI_KNA1_BLOCKINGINFO is a CDS View that provides data about "Blocking Info View for table KNA1" in SAP S/4HANA. It reads from 1 data source (kna1) and exposes 2 fields with key fields mandt, kunnr.

Data Sources (1)

SourceAliasJoin Type
kna1 kna1 from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName FNDEIBKNA1 view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #AUTOMATED view
EndUserText.label Blocking Info View for table KNA1 view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt Editing Client
KEY kunnr kunnr Stock customer

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_KNA1_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: FNDEIBKNA1

CREATE VIEW FNDEI_KNA1_BLOCKINGINFO AS
SELECT
  mandt,
  kunnr
FROM kna1
;