C_IntradayRecnclnDetailObjPg

DDL: C_INTRADAYRECNCLNDETAILOBJPG SQL: CINTRRSLTDTLOBJ Type: view CONSUMPTION Package: FCLM_CASHRECONCILIATION

Detail Page of Intraday Reconciliation

C_IntradayRecnclnDetailObjPg is a Consumption CDS View that provides data about "Detail Page of Intraday Reconciliation" in SAP S/4HANA. It reads from 1 data source (I_IntradayRecnclnDetailObjPg) and exposes 19 fields with key fields CshRecnclnID, BankAccountInternalID, CashFlowID. It is exposed through 1 OData service (ASQL_F3418). Part of development package FCLM_CASHRECONCILIATION.

Data Sources (1)

SourceAliasJoin Type
I_IntradayRecnclnDetailObjPg I_IntradayRecnclnDetailObjPg from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CINTRRSLTDTLOBJ view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Detail Page of Intraday Reconciliation view
VDM.viewType #CONSUMPTION view
VDM.private false view
Search.searchable false view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #L view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
UI.headerInfo.typeName Item view
UI.headerInfo.typeNamePlural Items view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F3418 ASQL_F3418 C2 NOT_RELEASED

Fields (19)

KeyFieldSource TableSource FieldDescription
KEY CshRecnclnID CshRecnclnID
KEY BankAccountInternalID BankAccountInternalID Technical ID
KEY CashFlowID CashFlowID
ValidFrom ValidFrom Vers.Valid From
CompanyCode CompanyCode Receiver Company Code
BankAccountNumber BankAccountNumber Bank Account
CertaintyLevel CertaintyLevel
OriginDocument OriginDocument
ValueDate ValueDate Value Date
DocumentItemText DocumentItemText Text
MemoRecord MemoRecord Memo Record
AmountInTransactionCurrency AmountInTransactionCurrency Pt Crcy Amt
TransactionCurrency TransactionCurrency Transaction Currency
PlanningLevel PlanningLevel Planning Level
LiquidityItem LiquidityItem Liquidity Item
ReconciledCashFlowIsChanged ReconciledCashFlowIsChanged
_LiquidityItemText _LiquidityItemText
_PlanningLevelText _PlanningLevelText
_CertaintyLevelText _CertaintyLevelText

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_IntradayRecnclnDetailObjPg.
-- 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: CINTRRSLTDTLOBJ

CREATE VIEW C_IntradayRecnclnDetailObjPg AS
SELECT
  CshRecnclnID,
  BankAccountInternalID,
  CashFlowID,
  ValidFrom,
  CompanyCode,
  BankAccountNumber,
  CertaintyLevel,
  OriginDocument,
  ValueDate,
  DocumentItemText,
  MemoRecord,
  AmountInTransactionCurrency,
  TransactionCurrency,
  PlanningLevel,
  LiquidityItem,
  ReconciledCashFlowIsChanged
FROM I_IntradayRecnclnDetailObjPg
;