C_BkStmntProcgStsCritltyTP

DDL: C_BKSTMNTPROCGSTSCRITLTYTP Type: view_entity CONSUMPTION

Bk Statement Processing Sts Critlty

C_BkStmntProcgStsCritltyTP is a Consumption CDS View that provides data about "Bk Statement Processing Sts Critlty" in SAP S/4HANA. It reads from 1 data source (R_BkStmntProcgStsCritltyTP) and exposes 10 fields with key field RelatedBankStatementUUID.

Data Sources (1)

SourceAliasJoin Type
R_BkStmntProcgStsCritltyTP R_BkStmntProcgStsCritltyTP projection

Annotations (7)

NameValueLevelField
EndUserText.label Bk Statement Processing Sts Critlty view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
Metadata.allowExtensions true view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY RelatedBankStatementUUID RelatedBankStatementUUID
BkStmntMonitorUUID BkStmntMonitorUUID GUID 16
BankStatementShortID BankStatementShortID Statement Short Key
StmntProcgStatusCriticality StmntProcgStatusCriticality
BankStatementDate BankStatementDate Statement Date
BankStatement BankStatement Bank Statement No.
BankStatementPageNumber BankStatementPageNumber
ClosingBalanceIsInterim ClosingBalanceIsInterim
BankStatementStatus BankStatementStatus
_BankStatementStatusText _BankStatementStatusText

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_BkStmntProcgStsCritltyTP.
-- 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_BkStmntProcgStsCritltyTP AS
SELECT
  RelatedBankStatementUUID,
  BkStmntMonitorUUID,
  BankStatementShortID,
  StmntProcgStatusCriticality,
  BankStatementDate,
  BankStatement,
  BankStatementPageNumber,
  ClosingBalanceIsInterim,
  BankStatementStatus
FROM R_BkStmntProcgStsCritltyTP
;