public interface SupplierEvaluationScoreService extends BatchService<SupplierEvaluationScoreServiceBatch>
This service enables external consumers to read operational supplier evaluation scores from the SAP S/4HANA system. These scores are calculated in the SAP S/4HANA 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: | API_SUPPLIEROPLSCORESAV_CDS |
API Version: | 1 |
Communication Scenario: | Procurement - Operational Supplier Evaluation Score Integration (SAP_COM_0324) |
Scope Items: | Supplier Evaluation and Performance Monitoring (SL4) |
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 |
---|---|
SupplierOplScoresAVResultFluentHelper |
getAllSupplierOplScoresAVResult()
Fetch multiple
SupplierOplScoresAVResult entities. |
SupplierOplScoresAVParametersByKeyFluentHelper |
getSupplierOplScoresAVParametersByKey(String p_DisplayCurrency,
String p_DateFunction)
Fetch a single
SupplierOplScoresAVParameters entity using key fields. |
SupplierOplScoresAVResultByKeyFluentHelper |
getSupplierOplScoresAVResultByKey(String iD)
Fetch a single
SupplierOplScoresAVResult 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 SupplierOplScoresAVResultFluentHelper getAllSupplierOplScoresAVResult()
SupplierOplScoresAVResult
entities.SupplierOplScoresAVResult
entities. 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.@Nonnull SupplierOplScoresAVResultByKeyFluentHelper getSupplierOplScoresAVResultByKey(String iD)
SupplierOplScoresAVResult
entity using key fields.iD
- SupplierOplScoresAVResult
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.@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 © 2019 SAP SE. All rights reserved.