FNDEI_ADCP_BlockingInfo

DDL: FNDEI_ADCP_BLOCKINGINFO SQL: FNDEIBADCP Type: view

Blocking Info View for table ADCP

FNDEI_ADCP_BlockingInfo is a CDS View that provides data about "Blocking Info View for table ADCP" in SAP S/4HANA. It reads from 1 data source (adcp) and exposes 5 fields with key fields client, addrnumber, persnumber, date_from, nation.

Data Sources (1)

SourceAliasJoin Type
adcp adcp from

Annotations (8)

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

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY client client Workflow definition: Client
KEY addrnumber addrnumber Address Number
KEY persnumber persnumber Person Number
KEY date_from date_from Validity Start Date
KEY nation nation Country/Region

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_ADCP_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: FNDEIBADCP

CREATE VIEW FNDEI_ADCP_BlockingInfo AS
SELECT
  client,
  addrnumber,
  persnumber,
  date_from,
  nation
FROM adcp
;