@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultSupplierEvaluationScoreService") public class DefaultSupplierEvaluationScoreService extends Object implements SupplierEvaluationScoreService
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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultSupplierEvaluationScoreService()
Creates a service using
SupplierEvaluationScoreService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultSupplierEvaluationScoreServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
SupplierOplScoresAVParametersByKeyFluentHelper |
getSupplierOplScoresAVParametersByKey(String p_DisplayCurrency,
String p_DateFunction)
Fetch a single
SupplierOplScoresAVParameters entity using key fields. |
DefaultSupplierEvaluationScoreService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultSupplierEvaluationScoreService()
SupplierEvaluationScoreService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultSupplierEvaluationScoreService withServicePath(@Nonnull String servicePath)
SupplierEvaluationScoreService
withServicePath
in interface SupplierEvaluationScoreService
servicePath
- Service path that will override the default.@Nonnull public DefaultSupplierEvaluationScoreServiceBatch batch()
batch
in interface BatchService<SupplierEvaluationScoreServiceBatch>
@Nonnull public SupplierOplScoresAVParametersByKeyFluentHelper getSupplierOplScoresAVParametersByKey(String p_DisplayCurrency, String p_DateFunction)
SupplierEvaluationScoreService
SupplierOplScoresAVParameters
entity using key fields.getSupplierOplScoresAVParametersByKey
in interface SupplierEvaluationScoreService
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 © 2020 SAP SE. All rights reserved.