java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<JournalEntryItemByKeyFluentHelper,JournalEntryItem,JournalEntryItemSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement.JournalEntryItemByKeyFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper to fetch a single JournalEntryItem entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • JournalEntryItemByKeyFluentHelper

      public JournalEntryItemByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String companyCode, String houseBank, String houseBankAccount, LocalDateTime bankReconciliationDate, String fiscalYear, String accountingDocument, String accountingDocumentItem)
      Creates a fluent helper object that will fetch a single JournalEntryItem entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      entityCollection - Entity Collection to be used to fetch a single JournalEntryItem
      houseBankAccount - Account ID

      Constraints: Not nullable, Maximum length: 5

      bankReconciliationDate - Reconciliation Date

      Constraints: Not nullable, Precision: 0

      accountingDocumentItem - Item

      Constraints: Not nullable, Maximum length: 6

      servicePath - Service path to be used to fetch a single JournalEntryItem
      houseBank - House Bank

      Constraints: Not nullable, Maximum length: 5

      accountingDocument - Document Number

      Constraints: Not nullable, Maximum length: 10

      fiscalYear - Fiscal Year

      Constraints: Not nullable, Maximum length: 4

  • Method Details