Interface SupplierEvaluationScoreService
- All Superinterfaces:
BatchService<SupplierEvaluationScoreServiceBatch>
- All Known Implementing Classes:
DefaultSupplierEvaluationScoreService
@Deprecated
public interface SupplierEvaluationScoreService
extends BatchService<SupplierEvaluationScoreServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
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 Business Accelerator Hub
Details:
| OData Service: | A_SUPPLIEROPLSCORESAV_CDS |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Procurement - Operational Supplier Evaluation Score Integration(SAP_COM_0324) |
| Scope Items: | Supplier Evaluation and Performance Monitoring(SL4) |
| Authentication Methods: | x509 |
| Business Object: | Supplier Evaluation Score |
-
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 TypeMethodDescriptioncreateSAP__Currency(SAP__Currency sAP__Currency) Deprecated.Create a newSAP__Currencyentity and save it to the S/4HANA system.createSAP__DocumentDescription(SAP__DocumentDescription sAP__DocumentDescription) Deprecated.Create a newSAP__DocumentDescriptionentity and save it to the S/4HANA system.createSAP__UnitOfMeasure(SAP__UnitOfMeasure sAP__UnitOfMeasure) Deprecated.Create a newSAP__UnitOfMeasureentity and save it to the S/4HANA system.createSAP__ValueHelp(SAP__ValueHelp sAP__ValueHelp) Deprecated.Create a newSAP__ValueHelpentity and save it to the S/4HANA system.deleteSAP__Currency(SAP__Currency sAP__Currency) Deprecated.Deletes an existingSAP__Currencyentity in the S/4HANA system.deleteSAP__DocumentDescription(SAP__DocumentDescription sAP__DocumentDescription) Deprecated.Deletes an existingSAP__DocumentDescriptionentity in the S/4HANA system.deleteSAP__UnitOfMeasure(SAP__UnitOfMeasure sAP__UnitOfMeasure) Deprecated.Deletes an existingSAP__UnitOfMeasureentity in the S/4HANA system.deleteSAP__ValueHelp(SAP__ValueHelp sAP__ValueHelp) Deprecated.Deletes an existingSAP__ValueHelpentity in the S/4HANA system.Deprecated.Fetch multipleSAP__Currencyentities.Deprecated.Fetch multipleSAP__DocumentDescriptionentities.Deprecated.Fetch multipleSAP__UnitOfMeasureentities.Deprecated.Fetch multipleSAP__ValueHelpentities.getSAP__CurrencyByKey(String currencyCode) Deprecated.Fetch a singleSAP__Currencyentity using key fields.Deprecated.Fetch a singleSAP__DocumentDescriptionentity using key fields.getSAP__UnitOfMeasureByKey(String unitCode) Deprecated.Fetch a singleSAP__UnitOfMeasureentity using key fields.getSAP__ValueHelpByKey(String vALUEHELP) Deprecated.Fetch a singleSAP__ValueHelpentity using key fields.getSupplierOplScoresAVParametersByKey(String p_DisplayCurrency, String p_DateFunction) Deprecated.Fetch a singleSupplierOplScoresAVParametersentity using key fields.updateSAP__Currency(SAP__Currency sAP__Currency) Deprecated.Update an existingSAP__Currencyentity and save it to the S/4HANA system.updateSAP__DocumentDescription(SAP__DocumentDescription sAP__DocumentDescription) Deprecated.Update an existingSAP__DocumentDescriptionentity and save it to the S/4HANA system.updateSAP__UnitOfMeasure(SAP__UnitOfMeasure sAP__UnitOfMeasure) Deprecated.Update an existingSAP__UnitOfMeasureentity and save it to the S/4HANA system.updateSAP__ValueHelp(SAP__ValueHelp sAP__ValueHelp) Deprecated.Update an existingSAP__ValueHelpentity and save it to the S/4HANA system.withServicePath(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.
-
getAllSAP__Currency
Deprecated.Fetch multipleSAP__Currencyentities.- Returns:
- A fluent helper to fetch multiple
SAP__Currencyentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSAP__CurrencyByKey
Deprecated.Fetch a singleSAP__Currencyentity using key fields.- Parameters:
currencyCode- CurrencyConstraints: Not nullable, Maximum length: 5
- Returns:
- A fluent helper to fetch a single
SAP__Currencyentity 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 theexecutemethod on the fluent helper object.
-
createSAP__Currency
Deprecated.Create a newSAP__Currencyentity and save it to the S/4HANA system.- Parameters:
sAP__Currency-SAP__Currencyentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SAP__Currencyentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSAP__Currency
Deprecated.Update an existingSAP__Currencyentity and save it to the S/4HANA system.- Parameters:
sAP__Currency-SAP__Currencyentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SAP__Currencyentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSAP__Currency
Deprecated.Deletes an existingSAP__Currencyentity in the S/4HANA system.- Parameters:
sAP__Currency-SAP__Currencyentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SAP__Currencyentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSAP__UnitOfMeasure
Deprecated.Fetch multipleSAP__UnitOfMeasureentities.- Returns:
- A fluent helper to fetch multiple
SAP__UnitOfMeasureentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSAP__UnitOfMeasureByKey
Deprecated.Fetch a singleSAP__UnitOfMeasureentity using key fields.- Parameters:
unitCode- Internal UoMConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
SAP__UnitOfMeasureentity 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 theexecutemethod on the fluent helper object.
-
createSAP__UnitOfMeasure
@Nonnull SAP__UnitOfMeasureCreateFluentHelper createSAP__UnitOfMeasure(@Nonnull SAP__UnitOfMeasure sAP__UnitOfMeasure) Deprecated.Create a newSAP__UnitOfMeasureentity and save it to the S/4HANA system.- Parameters:
sAP__UnitOfMeasure-SAP__UnitOfMeasureentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SAP__UnitOfMeasureentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSAP__UnitOfMeasure
@Nonnull SAP__UnitOfMeasureUpdateFluentHelper updateSAP__UnitOfMeasure(@Nonnull SAP__UnitOfMeasure sAP__UnitOfMeasure) Deprecated.Update an existingSAP__UnitOfMeasureentity and save it to the S/4HANA system.- Parameters:
sAP__UnitOfMeasure-SAP__UnitOfMeasureentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SAP__UnitOfMeasureentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSAP__UnitOfMeasure
@Nonnull SAP__UnitOfMeasureDeleteFluentHelper deleteSAP__UnitOfMeasure(@Nonnull SAP__UnitOfMeasure sAP__UnitOfMeasure) Deprecated.Deletes an existingSAP__UnitOfMeasureentity in the S/4HANA system.- Parameters:
sAP__UnitOfMeasure-SAP__UnitOfMeasureentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SAP__UnitOfMeasureentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSAP__DocumentDescription
Deprecated.Fetch multipleSAP__DocumentDescriptionentities.- Returns:
- A fluent helper to fetch multiple
SAP__DocumentDescriptionentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSAP__DocumentDescriptionByKey
Deprecated.Fetch a singleSAP__DocumentDescriptionentity using key fields.- Parameters:
id- UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SAP__DocumentDescriptionentity 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 theexecutemethod on the fluent helper object.
-
createSAP__DocumentDescription
@Nonnull SAP__DocumentDescriptionCreateFluentHelper createSAP__DocumentDescription(@Nonnull SAP__DocumentDescription sAP__DocumentDescription) Deprecated.Create a newSAP__DocumentDescriptionentity and save it to the S/4HANA system.- Parameters:
sAP__DocumentDescription-SAP__DocumentDescriptionentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SAP__DocumentDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSAP__DocumentDescription
@Nonnull SAP__DocumentDescriptionUpdateFluentHelper updateSAP__DocumentDescription(@Nonnull SAP__DocumentDescription sAP__DocumentDescription) Deprecated.Update an existingSAP__DocumentDescriptionentity and save it to the S/4HANA system.- Parameters:
sAP__DocumentDescription-SAP__DocumentDescriptionentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SAP__DocumentDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSAP__DocumentDescription
@Nonnull SAP__DocumentDescriptionDeleteFluentHelper deleteSAP__DocumentDescription(@Nonnull SAP__DocumentDescription sAP__DocumentDescription) Deprecated.Deletes an existingSAP__DocumentDescriptionentity in the S/4HANA system.- Parameters:
sAP__DocumentDescription-SAP__DocumentDescriptionentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SAP__DocumentDescriptionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSAP__ValueHelp
Deprecated.Fetch multipleSAP__ValueHelpentities.- Returns:
- A fluent helper to fetch multiple
SAP__ValueHelpentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSAP__ValueHelpByKey
Deprecated.Fetch a singleSAP__ValueHelpentity using key fields.- Parameters:
vALUEHELP-- Returns:
- A fluent helper to fetch a single
SAP__ValueHelpentity 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 theexecutemethod on the fluent helper object.
-
createSAP__ValueHelp
@Nonnull SAP__ValueHelpCreateFluentHelper createSAP__ValueHelp(@Nonnull SAP__ValueHelp sAP__ValueHelp) Deprecated.Create a newSAP__ValueHelpentity and save it to the S/4HANA system.- Parameters:
sAP__ValueHelp-SAP__ValueHelpentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SAP__ValueHelpentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSAP__ValueHelp
@Nonnull SAP__ValueHelpUpdateFluentHelper updateSAP__ValueHelp(@Nonnull SAP__ValueHelp sAP__ValueHelp) Deprecated.Update an existingSAP__ValueHelpentity and save it to the S/4HANA system.- Parameters:
sAP__ValueHelp-SAP__ValueHelpentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SAP__ValueHelpentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSAP__ValueHelp
@Nonnull SAP__ValueHelpDeleteFluentHelper deleteSAP__ValueHelp(@Nonnull SAP__ValueHelp sAP__ValueHelp) Deprecated.Deletes an existingSAP__ValueHelpentity in the S/4HANA system.- Parameters:
sAP__ValueHelp-SAP__ValueHelpentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SAP__ValueHelpentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getSupplierOplScoresAVParametersByKey
@Nonnull SupplierOplScoresAVParametersByKeyFluentHelper getSupplierOplScoresAVParametersByKey(String p_DisplayCurrency, String p_DateFunction) Deprecated.Fetch a singleSupplierOplScoresAVParametersentity using key fields.- Parameters:
p_DisplayCurrency- Display CurrencyConstraints: Not nullable, Default value: EUR, Maximum length: 5
p_DateFunction- Relative Date FunctionConstraints: Not nullable, Default value: YEARTODATE, Maximum length: 32
- Returns:
- A fluent helper to fetch a single
SupplierOplScoresAVParametersentity 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 theexecutemethod on the fluent helper object.
-