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

FNDEI_PA0000_BLOCKINGINFO

DDL: FNDEI_PA0000_BLOCKINGINFO SQL: FNDEIBPA0000 Type: view

Filter View for table PA0000

FNDEI_PA0000_BLOCKINGINFO is a CDS View that provides data about "Filter View for table PA0000" in SAP S/4HANA. It reads from 1 data source (pa0000) and exposes 8 fields with key fields mandt, pernr, subty, objps, sprps.

Data Sources (1)

SourceAliasJoin Type
pa0000 pa0000 from

Annotations (9)

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

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt Editing Client
KEY pernr pernr Personnel no.
KEY subty subty Subtype
KEY objps objps Object ID
KEY sprps sprps Single-Character Flag
KEY endda endda Valid To
KEY begda begda Valid From
KEY seqnr seqnr Tank ID

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_PA0000_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: FNDEIBPA0000

CREATE VIEW FNDEI_PA0000_BLOCKINGINFO AS
SELECT
  mandt,
  pernr,
  subty,
  objps,
  sprps,
  endda,
  begda,
  seqnr
FROM pa0000
;