public interface SupplierEvaluationScoreService extends BatchService<SupplierEvaluationScoreServiceBatch>
This service enables consumers to read operational supplier evaluation scores from the SAP S/4HANA Cloud system. These scores are calculated in the SAP S/4HANA Cloud system by time, by quantity, by price, and by quality. This service is based on the OData protocol, and can be consumed by apps and other interfaces. .
Reference: SAP API Business Hub
OData Service: | A_SUPPLIEROPLSCORESAV_CDS |
API Version: | 1 |
Communication Scenario: | Procurement - Operational Supplier Evaluation Score Integration (SAP_COM_0324) |
Scope Items: | Supplier Evaluation and Performance Monitoring (SL4) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | SupplierEvaluationScorecard |
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 |
---|---|
SupplierOplScoresAVParametersByKeyFluentHelper |
getSupplierOplScoresAVParametersByKey(String p_DisplayCurrency,
String p_DateFunction)
Fetch a single
SupplierOplScoresAVParameters entity using key fields. |
SupplierEvaluationScoreService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull SupplierEvaluationScoreService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull SupplierOplScoresAVParametersByKeyFluentHelper getSupplierOplScoresAVParametersByKey(String p_DisplayCurrency, String p_DateFunction)
SupplierOplScoresAVParameters
entity using key fields.p_DisplayCurrency
- Display Currency
Constraints: Not nullable, Default value: EUR, Maximum length: 5
p_DateFunction
- Relative Date Function ID
Constraints: Not nullable, Default value: YEARTODATE, Maximum length: 32
SupplierOplScoresAVParameters
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 © 2021 SAP SE. All rights reserved.