public interface BankDetailService
This service can be consumed by external applications in order to integrate with bank master data in SAP S/4HANA Cloud. It enables you to read bank data from SAP S/4HANA Cloud.
Reference: SAP API Business Hub
OData Service: | API_BANKDETAIL_SRV |
API Version: | 1 |
Communication Scenario: | Finance - Bank Integration (SAP_COM_0127) |
Scope Items: | Advanced Bank Account Management (J77) |
Authentication Methods: | Basic, x509 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
BankDetailFluentHelper |
getAllBankDetail()
Fetch multiple
BankDetail
entities. |
BankDetailByKeyFluentHelper |
getBankDetailByKey(String bankCountry,
String bankInternalID)
Fetch a single
BankDetail
entity using key fields. |
BankDetailService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull BankDetailService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BankDetailFluentHelper getAllBankDetail()
BankDetail
entities.BankDetail
entities.
This fluent helper allows methods which modify the underlying query to be called before executing the
query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BankDetailByKeyFluentHelper getBankDetailByKey(String bankCountry, String bankInternalID)
BankDetail
entity using key fields.bankInternalID
- In this field, you specify the bank key under which bank data from the respective country is stored.
Constraints: Not nullable, Maximum length: 15
bankCountry
- Identifies the country in which the bank is located.
Constraints: Not nullable, Maximum length: 3
BankDetail
entity using
key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2019 SAP SE. All rights reserved.