C_BankPowerOfAttorneyTP_2

DDL: C_BANKPOWEROFATTORNEYTP_2 Type: view_entity CONSUMPTION Package: FCLM_POA

Power of Attorney for Bank Transactions

C_BankPowerOfAttorneyTP_2 is a Consumption CDS View that provides data about "Power of Attorney for Bank Transactions" in SAP S/4HANA. It reads from 1 data source (R_BankPowerOfAttorneyTP) and exposes 24 fields with key field BankPowerOfAttorneyUUID. It is exposed through 2 OData services (ASQL_F5742, UI_BANKPOWEROFATTORNEY_MNG_2). Part of development package FCLM_POA.

Data Sources (1)

SourceAliasJoin Type
R_BankPowerOfAttorneyTP R_BankPowerOfAttorneyTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
EndUserText.label Power of Attorney for Bank Transactions view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F5742 ASQL_F5742 C2 NOT_RELEASED
UI_BANKPOWEROFATTORNEY_MNG_2 UI_BANKPOWEROFATTORNEY_MNG_2 V4 C1 NOT_TO_BE_RELEASED_STABLE

Fields (24)

KeyFieldSource TableSource FieldDescription
KEY BankPowerOfAttorneyUUID BankPowerOfAttorneyUUID UUID
BankPowerOfAttorney BankPowerOfAttorney Power of Attorney ID
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
BkPOABankAccountAssignmentType BkPOABankAccountAssignmentType BA Assignment Type
BankPowerOfAttorneyName BankPowerOfAttorneyName POA Description
BankPowerOfAttorneyStatus BankPowerOfAttorneyStatus Status
BkPOAAuthorizationGroup BkPOAAuthorizationGroup Authorization Group
PaymentApprovalRule PaymentApprovalRule Rule ID
LastChangeDateTime LastChangeDateTime Timestamp
CreatedByUser CreatedByUser User Name
CreationDateTime CreationDateTime Timestamp
LastChangedByUser LastChangedByUser User Name
LocalLastChangeDateTime LocalLastChangeDateTime Time Stamp
BkPOARtntnPeriodStartDateTime BkPOARtntnPeriodStartDateTime Ret. Period Start
BankPowerOfAttorneyIsBlocked BankPowerOfAttorneyIsBlocked POA Is Blocked
BankPowerOfAttorneyType BankPowerOfAttorneyType
BkPOAAttachmentIsChanged BkPOAAttachmentIsChanged Checkbox
_AuthRepValidity _AuthRepValidity
_BkPOAAuthorizationGroupTxt _BkPOAAuthorizationGroupTxt
_BkPOABkAcctAssignmentTypeTxt _BkPOABkAcctAssignmentTypeTxt
_BkPOAStatusText _BkPOAStatusText
_BkPOASuccessor _BkPOASuccessor
_BkPOAType _BkPOAType

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 C_BankPowerOfAttorneyTP_2.
-- 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 C_BankPowerOfAttorneyTP_2 AS
SELECT
  BankPowerOfAttorneyUUID,
  BankPowerOfAttorney,
  ValidityStartDate,
  ValidityEndDate,
  BkPOABankAccountAssignmentType,
  BankPowerOfAttorneyName,
  BankPowerOfAttorneyStatus,
  BkPOAAuthorizationGroup,
  PaymentApprovalRule,
  LastChangeDateTime,
  CreatedByUser,
  CreationDateTime,
  LastChangedByUser,
  LocalLastChangeDateTime,
  BkPOARtntnPeriodStartDateTime,
  BankPowerOfAttorneyIsBlocked,
  BankPowerOfAttorneyType,
  BkPOAAttachmentIsChanged
FROM R_BankPowerOfAttorneyTP
;