Interface BankV2Service

All Known Implementing Classes:
DefaultBankV2Service

@Deprecated public interface BankV2Service
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

You can use this inbound synchronous service to create, read, update, and mark bank master data for deletion. Use a standard archiving tool for the actual deletion of bank master data. The service is based on the OData protocol and can be consumed in SAP Fiori apps and other user interfaces..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: BANK_0002
API Version: 2.0.1
Minimum ERP Version: 2302
Communication Scenario: Bank - Bank Integration(SAP_COM_0379)
Scope Items: Basic Bank Account Management(BFA), Basic Bank Account Management(OFA)
Authentication Methods: x509
Service Group Name: API_BANK
Business Object: Bank
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull BankV2Service withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllBank

      @Nonnull GetAllRequestBuilder<Bank> getAllBank()
      Deprecated.
      Fetch multiple Bank entities.
      Returns:
      A request builder to fetch multiple Bank entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countBank

      @Nonnull CountRequestBuilder<Bank> countBank()
      Deprecated.
      Fetch the number of entries from the Bank entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Bank entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getBankByKey

      @Nonnull GetByKeyRequestBuilder<Bank> getBankByKey(String bankCountry, String bankInternalID)
      Deprecated.
      Fetch a single Bank entity using key fields.
      Parameters:
      bankInternalID - Bank Keys

      Constraints: Not nullable, Maximum length: 15

      bankCountry - Country/Region Key of Bank

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A request builder to fetch a single Bank entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createBank

      @Nonnull CreateRequestBuilder<Bank> createBank(@Nonnull Bank bank)
      Deprecated.
      Create a new Bank entity and save it to the S/4HANA system.
      Parameters:
      bank - Bank entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Bank entity. To perform execution, call the execute method on the request builder object.
    • updateBank

      @Nonnull UpdateRequestBuilder<Bank> updateBank(@Nonnull Bank bank)
      Deprecated.
      Update an existing Bank entity and save it to the S/4HANA system.
      Parameters:
      bank - Bank entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Bank entity. To perform execution, call the execute method on the request builder object.
    • getAllBankAddress

      @Nonnull GetAllRequestBuilder<BankAddress> getAllBankAddress()
      Deprecated.
      Fetch multiple BankAddress entities.
      Returns:
      A request builder to fetch multiple BankAddress entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countBankAddress

      @Nonnull CountRequestBuilder<BankAddress> countBankAddress()
      Deprecated.
      Fetch the number of entries from the BankAddress entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of BankAddress entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getBankAddressByKey

      @Nonnull GetByKeyRequestBuilder<BankAddress> getBankAddressByKey(String bankCountry, String bankInternalID, String addressRepresentationCode)
      Deprecated.
      Fetch a single BankAddress entity using key fields.
      Parameters:
      addressRepresentationCode - Version ID for International Addresses

      Constraints: Not nullable, Maximum length: 1

      bankInternalID - Bank Keys

      Constraints: Not nullable, Maximum length: 15

      bankCountry - Country/Region Key of Bank

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A request builder to fetch a single BankAddress entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • updateBankAddress

      @Nonnull UpdateRequestBuilder<BankAddress> updateBankAddress(@Nonnull BankAddress bankAddress)
      Deprecated.
      Update an existing BankAddress entity and save it to the S/4HANA system.
      Parameters:
      bankAddress - BankAddress entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing BankAddress entity. To perform execution, call the execute method on the request builder object.
    • deleteBankAddress

      @Nonnull DeleteRequestBuilder<BankAddress> deleteBankAddress(@Nonnull BankAddress bankAddress)
      Deprecated.
      Deletes an existing BankAddress entity in the S/4HANA system.
      Parameters:
      bankAddress - BankAddress entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing BankAddress entity. To perform execution, call the execute method on the request builder object.