Class DefaultRequestsForQuotationService
- All Implemented Interfaces:
BatchService<RequestsForQuotationServiceBatch>,RequestsForQuotationService
The service contains header, item, and bidder nodes. The information is sent in the request as a payload. All information is utilized when creating an RFQ with appropriate checks for restricted values and authorizations. Once the RFQ has been successfully created, the RFQ number is sent in the response with the data included in the RFQ. If any issues arise when the RFQ is created, the system displays error messages in the response. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_RFQ_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: | Request For Quotation |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.RequestsForQuotationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingRequestsForQuotationService.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.createRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.Create a newRequestForQuotationentity and save it to the S/4HANA system.createRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Deprecated.Create a newRequestForQuotationBidderentity and save it to the S/4HANA system.createRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Deprecated.Create a newRequestForQuotationItementity and save it to the S/4HANA system.deleteRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.Deletes an existingRequestForQuotationentity in the S/4HANA system.deleteRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Deprecated.Deletes an existingRequestForQuotationBidderentity in the S/4HANA system.deleteRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Deprecated.Deletes an existingRequestForQuotationItementity in the S/4HANA system.Deprecated.Fetch multipleRequestForQuotationentities.Deprecated.Fetch multipleRequestForQuotationBidderentities.Deprecated.Fetch multipleRequestForQuotationItementities.getRequestForQuotationBidderByKey(String requestForQuotation, String partnerCounter) Deprecated.Fetch a singleRequestForQuotationBidderentity using key fields.getRequestForQuotationByKey(String requestForQuotation) Deprecated.Fetch a singleRequestForQuotationentity using key fields.getRequestForQuotationItemByKey(String requestForQuotationItem, String requestForQuotation) Deprecated.Fetch a singleRequestForQuotationItementity using key fields.submitForApproval(String requestForQuotation) Deprecated.Creates a fluent helper for the SubmitForApproval OData function import.updateRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.Update an existingRequestForQuotationentity and save it to the S/4HANA system.updateRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Deprecated.Update an existingRequestForQuotationBidderentity and save it to the S/4HANA system.updateRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Deprecated.Update an existingRequestForQuotationItementity 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
-
DefaultRequestsForQuotationService
public DefaultRequestsForQuotationService()Deprecated.Creates a service usingRequestsForQuotationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:RequestsForQuotationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceRequestsForQuotationService- 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<RequestsForQuotationServiceBatch>
-
getAllRequestForQuotation
Deprecated.Description copied from interface:RequestsForQuotationServiceFetch multipleRequestForQuotationentities.- Specified by:
getAllRequestForQuotationin interfaceRequestsForQuotationService- Returns:
- A fluent helper to fetch multiple
RequestForQuotationentities. 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.
-
getRequestForQuotationByKey
@Nonnull public RequestForQuotationByKeyFluentHelper getRequestForQuotationByKey(String requestForQuotation) Deprecated.Description copied from interface:RequestsForQuotationServiceFetch a singleRequestForQuotationentity using key fields.- Specified by:
getRequestForQuotationByKeyin interfaceRequestsForQuotationService- Parameters:
requestForQuotation- Request for QuotationConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
RequestForQuotationentity 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.
-
createRequestForQuotation
@Nonnull public RequestForQuotationCreateFluentHelper createRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deprecated.Description copied from interface:RequestsForQuotationServiceCreate a newRequestForQuotationentity and save it to the S/4HANA system.- Specified by:
createRequestForQuotationin interfaceRequestsForQuotationService- Parameters:
requestForQuotation-RequestForQuotationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
RequestForQuotationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateRequestForQuotation
@Nonnull public RequestForQuotationUpdateFluentHelper updateRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deprecated.Description copied from interface:RequestsForQuotationServiceUpdate an existingRequestForQuotationentity and save it to the S/4HANA system.- Specified by:
updateRequestForQuotationin interfaceRequestsForQuotationService- Parameters:
requestForQuotation-RequestForQuotationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
RequestForQuotationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteRequestForQuotation
@Nonnull public RequestForQuotationDeleteFluentHelper deleteRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deprecated.Description copied from interface:RequestsForQuotationServiceDeletes an existingRequestForQuotationentity in the S/4HANA system.- Specified by:
deleteRequestForQuotationin interfaceRequestsForQuotationService- Parameters:
requestForQuotation-RequestForQuotationentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
RequestForQuotationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllRequestForQuotationBidder
Deprecated.Description copied from interface:RequestsForQuotationServiceFetch multipleRequestForQuotationBidderentities.- Specified by:
getAllRequestForQuotationBidderin interfaceRequestsForQuotationService- Returns:
- A fluent helper to fetch multiple
RequestForQuotationBidderentities. 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.
-
getRequestForQuotationBidderByKey
@Nonnull public RequestForQuotationBidderByKeyFluentHelper getRequestForQuotationBidderByKey(String requestForQuotation, String partnerCounter) Deprecated.Description copied from interface:RequestsForQuotationServiceFetch a singleRequestForQuotationBidderentity using key fields.- Specified by:
getRequestForQuotationBidderByKeyin interfaceRequestsForQuotationService- Parameters:
requestForQuotation- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
partnerCounter- Partner counterConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
RequestForQuotationBidderentity 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.
-
createRequestForQuotationBidder
@Nonnull public RequestForQuotationBidderCreateFluentHelper createRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Deprecated.Description copied from interface:RequestsForQuotationServiceCreate a newRequestForQuotationBidderentity and save it to the S/4HANA system.- Specified by:
createRequestForQuotationBidderin interfaceRequestsForQuotationService- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
RequestForQuotationBidderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateRequestForQuotationBidder
@Nonnull public RequestForQuotationBidderUpdateFluentHelper updateRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Deprecated.Description copied from interface:RequestsForQuotationServiceUpdate an existingRequestForQuotationBidderentity and save it to the S/4HANA system.- Specified by:
updateRequestForQuotationBidderin interfaceRequestsForQuotationService- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
RequestForQuotationBidderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteRequestForQuotationBidder
@Nonnull public RequestForQuotationBidderDeleteFluentHelper deleteRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Deprecated.Description copied from interface:RequestsForQuotationServiceDeletes an existingRequestForQuotationBidderentity in the S/4HANA system.- Specified by:
deleteRequestForQuotationBidderin interfaceRequestsForQuotationService- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
RequestForQuotationBidderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllRequestForQuotationItem
Deprecated.Description copied from interface:RequestsForQuotationServiceFetch multipleRequestForQuotationItementities.- Specified by:
getAllRequestForQuotationItemin interfaceRequestsForQuotationService- Returns:
- A fluent helper to fetch multiple
RequestForQuotationItementities. 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.
-
getRequestForQuotationItemByKey
@Nonnull public RequestForQuotationItemByKeyFluentHelper getRequestForQuotationItemByKey(String requestForQuotationItem, String requestForQuotation) Deprecated.Description copied from interface:RequestsForQuotationServiceFetch a singleRequestForQuotationItementity using key fields.- Specified by:
getRequestForQuotationItemByKeyin interfaceRequestsForQuotationService- Parameters:
requestForQuotationItem- Item Number of Request For QuotationConstraints: Not nullable, Maximum length: 5
requestForQuotation- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
RequestForQuotationItementity 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.
-
createRequestForQuotationItem
@Nonnull public RequestForQuotationItemCreateFluentHelper createRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Deprecated.Description copied from interface:RequestsForQuotationServiceCreate a newRequestForQuotationItementity and save it to the S/4HANA system.- Specified by:
createRequestForQuotationItemin interfaceRequestsForQuotationService- Parameters:
requestForQuotationItem-RequestForQuotationItementity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
RequestForQuotationItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateRequestForQuotationItem
@Nonnull public RequestForQuotationItemUpdateFluentHelper updateRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Deprecated.Description copied from interface:RequestsForQuotationServiceUpdate an existingRequestForQuotationItementity and save it to the S/4HANA system.- Specified by:
updateRequestForQuotationItemin interfaceRequestsForQuotationService- Parameters:
requestForQuotationItem-RequestForQuotationItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
RequestForQuotationItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteRequestForQuotationItem
@Nonnull public RequestForQuotationItemDeleteFluentHelper deleteRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Deprecated.Description copied from interface:RequestsForQuotationServiceDeletes an existingRequestForQuotationItementity in the S/4HANA system.- Specified by:
deleteRequestForQuotationItemin interfaceRequestsForQuotationService- Parameters:
requestForQuotationItem-RequestForQuotationItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
RequestForQuotationItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
complete
Deprecated.Description copied from interface:RequestsForQuotationServiceCreates a fluent helper for the Complete OData function import.
- Specified by:
completein interfaceRequestsForQuotationService- Parameters:
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 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:RequestsForQuotationServiceCreates a fluent helper for the Cancel OData function import.
- Specified by:
cancelin interfaceRequestsForQuotationService- Parameters:
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 Cancel OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
submitForApproval
@Nonnull public SubmitForApprovalFluentHelper submitForApproval(@Nonnull String requestForQuotation) Deprecated.Description copied from interface:RequestsForQuotationServiceCreates a fluent helper for the SubmitForApproval OData function import.
- Specified by:
submitForApprovalin interfaceRequestsForQuotationService- Parameters:
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 SubmitForApproval OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-