Interface PaymentMethodValidationService
- All Superinterfaces:
BatchService<PaymentMethodValidationServiceBatch>
- All Known Implementing Classes:
DefaultPaymentMethodValidationService
This service makes the following checks: First, whether the payment method used in SAP SuccessFactors Employee Central has been mapped with that used in SAP S/4HANA Cloud. The mapping is defined in the configuration step Map Payment Methods Used in SAP SuccessFactors Employee Central under Finance -> Accounts Payable -> Automatic Payments in Configure Your Solution, which is part of the Manage Your Solution app. Second, whether values for the following fields exist when requested: IBAN, SWIFT code, Bank account number, Bank key. Whether any of these fields are requested is defined in the configuration step Set Up Payment Methods per Country for Payment Transactions under Finance -> Accounts Payable -> Automatic Payments in Configure Your Solution. Third, whether the country for the employee or the country for the bank of the employee in SAP SuccessFactors Employee Central can be foreign. This setting is defined in the configuration step Set Up Payment Methods per Company Code for Payment Transactions under Finance -> Accounts Payable -> Automatic Payments in Configure Your Solution. If there are any issues during the validation, the system displays warning messages in the response..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PAYMENT_METHOD_VALIDATION_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | SuccessFactors Payment Options Check Integration(SAP_COM_0700) |
| Scope Items: | Accounts Payable(J60), Accounts Payable(O60), Financial Master Data for SAP SuccessFactors Employee Central(4AJ) |
| Authentication Methods: | x509 |
| Business Object: | Payment Medium |
-
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 TypeMethodDescriptionwithServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
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.
-