Class DefaultSupplierQuotationService
- All Implemented Interfaces:
BatchService<SupplierQuotationServiceBatch>,SupplierQuotationService
This service enables you to read, update and create supplier quotations with reference to an RFQ from or in the SAP S/4HANA Cloud system. The service contains header, item, and bidder nodes. The information is sent in the request as a payload. Once the supplier quotation has been successfully created, the supplier quotation number is sent in the response with the data included in the supplier quotation. If any issues arise when the supplier quotation is created, the system displays error messages in the response. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_QTN_PROCESS_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Distributed Manufacturing Integration(SAP_COM_0077), Purchase Request for Quotation Integration(SAP_COM_0113) |
| Scope Items: | Collaborative Manufacturing with SAP Digital Manufacturing Cloud(1NX), Consumable Purchasing(BNX), Consumable Purchasing(ONX), Sourcing with SAP Ariba Sourcing(1A0), Supplier Quote Automation with SAP Ariba Commerce Automation(1L2), Request for Price(1XF), Sourcing with SAP Ariba Sourcing(OA0), Request for Price(OXF) |
| Authentication Methods: | x509 |
| Business Object: | Supplier Quotation |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.SupplierQuotationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSupplierQuotationService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Creates a fluent helper for the Cancel OData function import.Deprecated.Creates a fluent helper for the Complete OData function import.createFromRFQ(LocalDateTime quotationSubmissionDate, String supplier, String requestForQuotation) Deprecated.Creates a fluent helper for the CreateFromRFQ OData function import.createSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.Create a newSupplierQuotationentity and save it to the S/4HANA system.deleteSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.Deletes an existingSupplierQuotationentity in the S/4HANA system.Deprecated.Fetch multipleSupplierQuotationentities.Deprecated.Fetch multipleSupplierQuotationItementities.getSupplierQuotationByKey(String supplierQuotation) Deprecated.Fetch a singleSupplierQuotationentity using key fields.getSupplierQuotationItemByKey(String supplierQuotation, String supplierQuotationItem) Deprecated.Fetch a singleSupplierQuotationItementity using key fields.Deprecated.Creates a fluent helper for the Submit OData function import.submitForApproval(String supplierQuotation) Deprecated.Creates a fluent helper for the SubmitForApproval OData function import.updateSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.Update an existingSupplierQuotationentity and save it to the S/4HANA system.updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem) Deprecated.Update an existingSupplierQuotationItementity 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.
-
Constructor Details
-
DefaultSupplierQuotationService
public DefaultSupplierQuotationService()Deprecated.Creates a service usingSupplierQuotationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:SupplierQuotationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSupplierQuotationService- 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<SupplierQuotationServiceBatch>
-
getAllSupplierQuotation
Deprecated.Description copied from interface:SupplierQuotationServiceFetch multipleSupplierQuotationentities.- Specified by:
getAllSupplierQuotationin interfaceSupplierQuotationService- Returns:
- A fluent helper to fetch multiple
SupplierQuotationentities. 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.
-
getSupplierQuotationByKey
@Nonnull public SupplierQuotationByKeyFluentHelper getSupplierQuotationByKey(String supplierQuotation) Deprecated.Description copied from interface:SupplierQuotationServiceFetch a singleSupplierQuotationentity using key fields.- Specified by:
getSupplierQuotationByKeyin interfaceSupplierQuotationService- Parameters:
supplierQuotation- Supplier Quotation NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SupplierQuotationentity 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.
-
createSupplierQuotation
@Nonnull public SupplierQuotationCreateFluentHelper createSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation) Deprecated.Description copied from interface:SupplierQuotationServiceCreate a newSupplierQuotationentity and save it to the S/4HANA system.- Specified by:
createSupplierQuotationin interfaceSupplierQuotationService- Parameters:
supplierQuotation-SupplierQuotationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SupplierQuotationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSupplierQuotation
@Nonnull public SupplierQuotationUpdateFluentHelper updateSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation) Deprecated.Description copied from interface:SupplierQuotationServiceUpdate an existingSupplierQuotationentity and save it to the S/4HANA system.- Specified by:
updateSupplierQuotationin interfaceSupplierQuotationService- Parameters:
supplierQuotation-SupplierQuotationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SupplierQuotationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSupplierQuotation
@Nonnull public SupplierQuotationDeleteFluentHelper deleteSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation) Deprecated.Description copied from interface:SupplierQuotationServiceDeletes an existingSupplierQuotationentity in the S/4HANA system.- Specified by:
deleteSupplierQuotationin interfaceSupplierQuotationService- Parameters:
supplierQuotation-SupplierQuotationentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SupplierQuotationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSupplierQuotationItem
Deprecated.Description copied from interface:SupplierQuotationServiceFetch multipleSupplierQuotationItementities.- Specified by:
getAllSupplierQuotationItemin interfaceSupplierQuotationService- Returns:
- A fluent helper to fetch multiple
SupplierQuotationItementities. 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.
-
getSupplierQuotationItemByKey
@Nonnull public SupplierQuotationItemByKeyFluentHelper getSupplierQuotationItemByKey(String supplierQuotation, String supplierQuotationItem) Deprecated.Description copied from interface:SupplierQuotationServiceFetch a singleSupplierQuotationItementity using key fields.- Specified by:
getSupplierQuotationItemByKeyin interfaceSupplierQuotationService- Parameters:
supplierQuotation- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
supplierQuotationItem- Item Number of Supplier QuotationConstraints: Not nullable, Maximum length: 5
- Returns:
- A fluent helper to fetch a single
SupplierQuotationItementity 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.
-
updateSupplierQuotationItem
@Nonnull public SupplierQuotationItemUpdateFluentHelper updateSupplierQuotationItem(@Nonnull SupplierQuotationItem supplierQuotationItem) Deprecated.Description copied from interface:SupplierQuotationServiceUpdate an existingSupplierQuotationItementity and save it to the S/4HANA system.- Specified by:
updateSupplierQuotationItemin interfaceSupplierQuotationService- Parameters:
supplierQuotationItem-SupplierQuotationItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SupplierQuotationItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
submit
Deprecated.Description copied from interface:SupplierQuotationServiceCreates a fluent helper for the Submit OData function import.
- Specified by:
submitin interfaceSupplierQuotationService- Parameters:
supplierQuotation- Supplier QuotationConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: SupplierQuotation
- Returns:
- A fluent helper object that will execute the Submit OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
complete
Deprecated.Description copied from interface:SupplierQuotationServiceCreates a fluent helper for the Complete OData function import.
- Specified by:
completein interfaceSupplierQuotationService- Parameters:
supplierQuotation- Supplier QuotationConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: SupplierQuotation
- Returns:
- A fluent helper object that will execute the Complete OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
cancel
Deprecated.Description copied from interface:SupplierQuotationServiceCreates a fluent helper for the Cancel OData function import.
- Specified by:
cancelin interfaceSupplierQuotationService- Parameters:
supplierQuotation- Supplier QuotationConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: SupplierQuotation
- Returns:
- A fluent helper object that will execute the Cancel OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
submitForApproval
Deprecated.Description copied from interface:SupplierQuotationServiceCreates a fluent helper for the SubmitForApproval OData function import.
- Specified by:
submitForApprovalin interfaceSupplierQuotationService- Parameters:
supplierQuotation- Supplier QuotationConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: SupplierQuotation
- Returns:
- A fluent helper object that will execute the SubmitForApproval OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
createFromRFQ
@Nonnull public CreateFromRFQFluentHelper createFromRFQ(@Nonnull LocalDateTime quotationSubmissionDate, @Nonnull String supplier, @Nonnull String requestForQuotation) Deprecated.Description copied from interface:SupplierQuotationServiceCreates a fluent helper for the CreateFromRFQ OData function import.
- Specified by:
createFromRFQin interfaceSupplierQuotationService- Parameters:
quotationSubmissionDate- Quotation Submission DateConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: QuotationSubmissionDate
supplier- SupplierConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: Supplier
requestForQuotation- Request for QuotationConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: RequestForQuotation
- Returns:
- A fluent helper object that will execute the CreateFromRFQ OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-