Interface BankService
- All Known Implementing Classes:
DefaultBankService
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..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | BANK_0001 |
| API Version: | 1.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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theBankentity collection matching the filter and search expressions.createBank(Bank bank) Deprecated.Create a newBankentity and save it to the S/4HANA system.Deprecated.Fetch multipleBankentities.getBankByKey(String bankCountry, String bankInternalID) Deprecated.Fetch a singleBankentity using key fields.updateBank(Bank bank) Deprecated.Update an existingBankentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllBank
Deprecated.Fetch multipleBankentities. -
countBank
Deprecated.Fetch the number of entries from theBankentity collection matching the filter and search expressions. -
getBankByKey
Deprecated.Fetch a singleBankentity using key fields.- Parameters:
bankInternalID- Bank KeysConstraints: Not nullable, Maximum length: 15
bankCountry- Country/Region Key of BankConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
Bankentity 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 theexecutemethod on the request builder object.
-
createBank
Deprecated.Create a newBankentity and save it to the S/4HANA system. -
updateBank
Deprecated.Update an existingBankentity and save it to the S/4HANA system.
-