I_IL_ReturnableFromBankItem

DDL: I_IL_RETURNABLEFROMBANKITEM Type: view_entity COMPOSITE Package: RAP_GLO_FIN_CASH_IL_CNCLDEPCHQ

IL Cancelebale Deposit Item

I_IL_ReturnableFromBankItem is a Composite CDS View that provides data about "IL Cancelebale Deposit Item" in SAP S/4HANA. It reads from 1 data source (P_IL_ReturnableFromBankItem01) and exposes 39 fields with key fields AccountingDocument, CompanyCode, FiscalYear, IL_IdentifierCashPaymentItem. It has 12 associations to related views. Part of development package RAP_GLO_FIN_CASH_IL_CNCLDEPCHQ.

Data Sources (1)

SourceAliasJoin Type
P_IL_ReturnableFromBankItem01 P_IL_ReturnableFromBankItem01 from

Associations (12)

CardinalityTargetAliasCondition
[0..1] I_IL_CashText _CashRegisterText _CashRegisterText.IL_CashLanguageKey = $session.system_language and _CashRegisterText.IL_CashNumberKey = $projection.IL_CashNumberKey
[0..1] I_IL_PaymentMethodText _IL_PaymentMethodText _IL_PaymentMethodText.Language = $session.system_language and _IL_PaymentMethodText.IL_PaymentMethod = $projection.IL_PaymentMethod
[0..1] I_IL_CancelDepositStatusText _CancelDepositStatusText _CancelDepositStatusText.Language = $session.system_language and _CancelDepositStatusText.IL_CancelDepositStatus = $projection.IL_CancelDepositStatus
[0..1] I_Customer _Customer _Customer.Customer = $projection.Customer
[0..1] I_Supplier _Supplier _Supplier.Supplier = $projection.Supplier
[0..1] I_CompanyCode _CompanyCode _CompanyCode.CompanyCode = $projection.ReferenceCompanyCode
[0..1] I_JournalEntry _JournalEntry _JournalEntry.AccountingDocument = $projection.RefAccountingDocument and _JournalEntry.CompanyCode = $projection.ReferenceCompanyCode and _JournalEntry.FiscalYear = $projection.ReferenceFiscalYear
[0..1] I_OperationalAcctgDocItem _RepresentItem _RepresentItem.AccountingDocument = $projection.RefAccountingDocument and _RepresentItem.CompanyCode = $projection.ReferenceCompanyCode and _RepresentItem.FiscalYear = $projection.ReferenceFiscalYear and _RepresentItem.AccountingDocumentItem = '001'
[0..1] I_HouseBankText _HouseBankText _HouseBankText.Language = $session.system_language and _HouseBankText.CompanyCode = $projection.ReferenceCompanyCode and _HouseBankText.HouseBank = $projection.housebank and _HouseBankText.HouseBankAccount = $projection.housebankaccount
[0..1] I_HouseBankAccountText _HouseBankAccountText _HouseBankAccountText.Language = $session.system_language and _HouseBankAccountText.CompanyCode = $projection.ReferenceCompanyCode and _HouseBankAccountText.HouseBank = $projection.housebank and _HouseBankAccountText.HouseBankAccount = $projection.housebankaccount
[0..1] I_IL_DepositItemTypeText _DepositItemTypeText _DepositItemTypeText.Language = $session.system_language and _DepositItemTypeText.IL_DepositItemType = $projection.IL_DepositItemType
[0..*] I_IL_ReturnableFromBankCheque _DepositCheque

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_INCLUDED view
EndUserText.label IL Cancelebale Deposit Item view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (39)

KeyFieldSource TableSource FieldDescription
KEY AccountingDocument AccountingDocument Journal Entry
KEY CompanyCode CompanyCode Receiver Company Code
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY IL_IdentifierCashPaymentItem IL_IdentifierCashPaymentItem
RefAccountingDocument RefAccountingDocument Document Number
ReferenceCompanyCode ReferenceCompanyCode Receiver Company Code
ReferenceFiscalYear ReferenceFiscalYear Original FY
IL_PaytItmAmountInDocCrcy IL_PaytItmAmountInDocCrcy
TransactionCurrency TransactionCurrency Transaction Currency
IL_PaymentMethod IL_PaymentMethod
PaymentMethod PaymentMethod Pymt Meth.
PaymentMethodDescription PaymentMethodDescription
IL_CashNumberKey IL_CashNumberKey
BankNumber BankNumber Bank Key
BankAccount BankAccount Bank acct
IL_ChequeDueDate IL_ChequeDueDate
IL_ChequeNumber IL_ChequeNumber
Customer Customer Sold-to Party
Supplier Supplier Supplier
IL_PaymentItemIconURL IL_PaymentItemIconURL
IL_DepositItemType IL_DepositItemType
IL_CancelDepositStatus IL_CancelDepositStatus
HouseBank _RepresentItem HouseBank House Bank
HouseBankAccount _RepresentItem HouseBankAccount House Bank Account
IL_ChqInfoFacetIsToBeHidden IL_ChqInfoFacetIsToBeHidden
IL_DocInfoFacetIsToBeHidden IL_DocInfoFacetIsToBeHidden
EntryTimestamp EntryTimestamp
_DepositCheque _DepositCheque
_CashRegisterText _CashRegisterText
_IL_PaymentMethodText _IL_PaymentMethodText
_CancelDepositStatusText _CancelDepositStatusText
_Customer _Customer
_Supplier _Supplier
_CompanyCode _CompanyCode
_JournalEntry _JournalEntry
_RepresentItem _RepresentItem
_HouseBankText _HouseBankText
_HouseBankAccountText _HouseBankAccountText
_DepositItemTypeText _DepositItemTypeText

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 I_IL_ReturnableFromBankItem.
-- 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 I_IL_ReturnableFromBankItem AS
SELECT
  AccountingDocument,
  CompanyCode,
  FiscalYear,
  IL_IdentifierCashPaymentItem,
  RefAccountingDocument,
  ReferenceCompanyCode,
  ReferenceFiscalYear,
  IL_PaytItmAmountInDocCrcy,
  TransactionCurrency,
  IL_PaymentMethod,
  PaymentMethod,
  PaymentMethodDescription,
  IL_CashNumberKey,
  BankNumber,
  BankAccount,
  IL_ChequeDueDate,
  IL_ChequeNumber,
  Customer,
  Supplier,
  IL_PaymentItemIconURL,
  IL_DepositItemType,
  IL_CancelDepositStatus,
  _RepresentItem.HouseBank AS HouseBank,
  _RepresentItem.HouseBankAccount AS HouseBankAccount,
  IL_ChqInfoFacetIsToBeHidden,
  IL_DocInfoFacetIsToBeHidden,
  EntryTimestamp
FROM P_IL_ReturnableFromBankItem01
LEFT OUTER JOIN I_IL_CashText AS _CashRegisterText ON _CashRegisterText.IL_CashLanguageKey = $session.system_language AND _CashRegisterText.IL_CashNumberKey = IL_CashNumberKey  -- association [0..1]
LEFT OUTER JOIN I_IL_PaymentMethodText AS _IL_PaymentMethodText ON _IL_PaymentMethodText.Language = $session.system_language AND _IL_PaymentMethodText.IL_PaymentMethod = IL_PaymentMethod  -- association [0..1]
LEFT OUTER JOIN I_IL_CancelDepositStatusText AS _CancelDepositStatusText ON _CancelDepositStatusText.Language = $session.system_language AND _CancelDepositStatusText.IL_CancelDepositStatus = IL_CancelDepositStatus  -- association [0..1]
LEFT OUTER JOIN I_Customer AS _Customer ON _Customer.Customer = Customer  -- association [0..1]
LEFT OUTER JOIN I_Supplier AS _Supplier ON _Supplier.Supplier = Supplier  -- association [0..1]
LEFT OUTER JOIN I_CompanyCode AS _CompanyCode ON _CompanyCode.CompanyCode = ReferenceCompanyCode  -- association [0..1]
LEFT OUTER JOIN I_JournalEntry AS _JournalEntry ON _JournalEntry.AccountingDocument = RefAccountingDocument AND _JournalEntry.CompanyCode = ReferenceCompanyCode AND _JournalEntry.FiscalYear = ReferenceFiscalYear  -- association [0..1]
LEFT OUTER JOIN I_OperationalAcctgDocItem AS _RepresentItem ON _RepresentItem.AccountingDocument = RefAccountingDocument AND _RepresentItem.CompanyCode = ReferenceCompanyCode AND _RepresentItem.FiscalYear = ReferenceFiscalYear AND _RepresentItem.AccountingDocumentItem = '001'  -- association [0..1]
LEFT OUTER JOIN I_HouseBankText AS _HouseBankText ON _HouseBankText.Language = $session.system_language AND _HouseBankText.CompanyCode = ReferenceCompanyCode AND _HouseBankText.HouseBank = housebank AND _HouseBankText.HouseBankAccount = housebankaccount  -- association [0..1]
LEFT OUTER JOIN I_HouseBankAccountText AS _HouseBankAccountText ON _HouseBankAccountText.Language = $session.system_language AND _HouseBankAccountText.CompanyCode = ReferenceCompanyCode AND _HouseBankAccountText.HouseBank = housebank AND _HouseBankAccountText.HouseBankAccount = housebankaccount  -- association [0..1]
LEFT OUTER JOIN I_IL_DepositItemTypeText AS _DepositItemTypeText ON _DepositItemTypeText.Language = $session.system_language AND _DepositItemTypeText.IL_DepositItemType = IL_DepositItemType  -- association [0..1]
LEFT OUTER JOIN I_IL_ReturnableFromBankCheque AS _DepositCheque ON /* condition not available in parsed metadata */  -- association [0..*]
;