R_BkStmntSequenceStatusTP

DDL: R_BKSTMNTSEQUENCESTATUSTP Type: view_entity TRANSACTIONAL Package: ODATA_BANKSTATEMENT_MONITOR

Bk Stmnt Serial Number Sts Critlty - TP

R_BkStmntSequenceStatusTP is a Transactional CDS View that provides data about "Bk Stmnt Serial Number Sts Critlty - TP" in SAP S/4HANA. It reads from 1 data source (I_BkStmntSequenceStatus) and exposes 8 fields with key field RelatedBankStatementUUID. Part of development package ODATA_BANKSTATEMENT_MONITOR.

Data Sources (1)

SourceAliasJoin Type
I_BkStmntSequenceStatus I_BkStmntSequenceStatus from

Annotations (9)

NameValueLevelField
AbapCatalog.dataMaintenance #RESTRICTED view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Bk Stmnt Serial Number Sts Critlty - TP view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view

Fields (8)

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

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 R_BkStmntSequenceStatusTP.
-- 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 R_BkStmntSequenceStatusTP AS
SELECT
  RelatedBankStatementUUID,
  BkStmntMonitorUUID,
  BankStatementShortID,
  BankStatementDate,
  BankStatement,
  BankStatementPageNumber,
  ClosingBalanceIsInterim
FROM I_BkStmntSequenceStatus
;