Class DefaultPaymentMethodValidationService
- All Implemented Interfaces:
BatchService<PaymentMethodValidationServiceBatch>,PaymentMethodValidationService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.PaymentMethodValidationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingPaymentMethodValidationService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultPaymentMethodValidationService
public DefaultPaymentMethodValidationService()Deprecated.Creates a service usingPaymentMethodValidationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:PaymentMethodValidationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfacePaymentMethodValidationService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<PaymentMethodValidationServiceBatch>
-