E_BkPOABankAccountDraft

DDL: E_BKPOABANKACCOUNTDRAFT Type: view_entity EXTENSION Package: FCLM_POA

Bank Accounts of POA - Draft Extension

E_BkPOABankAccountDraft is a Extension CDS View that provides data about "Bank Accounts of POA - Draft Extension" in SAP S/4HANA. It reads from 1 data source (fclmpoa_ba_d) and exposes 2 fields with key fields BankPowerOfAttorneyUUID, BkPOABankAccountUUID. Part of development package FCLM_POA.

Data Sources (1)

SourceAliasJoin Type
fclmpoa_ba_d Persistence from

Annotations (12)

NameValueLevelField
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Bank Accounts of POA - Draft Extension view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix BPT view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 100 view
AbapCatalog.extensibility.quota.maximumBytes 10000 view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BankPowerOfAttorneyUUID bankpowerofattorneyuuid UUID
KEY BkPOABankAccountUUID bkpoabankaccountuuid Bank Account UUID

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 E_BkPOABankAccountDraft.
-- 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.

CREATE VIEW E_BkPOABankAccountDraft AS
SELECT
  BankPowerOfAttorneyUUID,
  BkPOABankAccountUUID
FROM fclmpoa_ba_d AS Persistence
;