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

FNDEI_RBKP_BLOCKINGINFO

DDL: FNDEI_RBKP_BLOCKINGINFO SQL: FNDEIBRBRBKP Type: view

Filter View for table RBKP

FNDEI_RBKP_BLOCKINGINFO is a CDS View that provides data about "Filter View for table RBKP" in SAP S/4HANA. It reads from 1 data source (rbkp) and exposes 3 fields with key fields mandt, belnr, gjahr.

Data Sources (1)

SourceAliasJoin Type
rbkp rbkp from

Annotations (9)

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

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt Editing Client
KEY belnr belnr SD Document
KEY gjahr gjahr Settlement Year

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_RBKP_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: FNDEIBRBRBKP

CREATE VIEW FNDEI_RBKP_BLOCKINGINFO AS
SELECT
  mandt,
  belnr,
  gjahr
FROM rbkp
;