Interface RequestForQuotationService
- All Known Implementing Classes:
DefaultRequestForQuotationService
This service enables you to read, update, delete and create a request for quotation from an external system in the SAP S/4HANA Cloud system. The service contains header, item and bidder. 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..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_REQUESTFORQUOTATION_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Purchase Request for Quotation Integration(SAP_COM_0113) |
| Scope Items: | 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 |
| Service Group Name: | API_REQUESTFORQUOTATION_2 |
| Business Object: | Request For Quotation |
-
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 TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theRequestForQuotationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theRequestForQuotationBidderentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theRequestForQuotationItementity collection matching the filter and search expressions.createRequestForQuotation(RequestForQuotation requestForQuotation) Deprecated.Create a newRequestForQuotationentity 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, String partnerFunction) Deprecated.Fetch a singleRequestForQuotationBidderentity using key fields.getRequestForQuotationByKey(String requestForQuotation) Deprecated.Fetch a singleRequestForQuotationentity using key fields.getRequestForQuotationItemByKey(String requestForQuotation, String requestForQuotationItem) Deprecated.Fetch a singleRequestForQuotationItementity using key fields.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.
-
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.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllRequestForQuotation
Deprecated.Fetch multipleRequestForQuotationentities.- Returns:
- A request builder to fetch multiple
RequestForQuotationentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countRequestForQuotation
Deprecated.Fetch the number of entries from theRequestForQuotationentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
RequestForQuotationentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getRequestForQuotationByKey
@Nonnull GetByKeyRequestBuilder<RequestForQuotation> getRequestForQuotationByKey(String requestForQuotation) Deprecated.Fetch a singleRequestForQuotationentity using key fields.- Parameters:
requestForQuotation- Request for QuotationConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
RequestForQuotationentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createRequestForQuotation
@Nonnull CreateRequestBuilder<RequestForQuotation> createRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deprecated.Create a newRequestForQuotationentity and save it to the S/4HANA system.- Parameters:
requestForQuotation-RequestForQuotationentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
RequestForQuotationentity. To perform execution, call theexecutemethod on the request builder object.
-
updateRequestForQuotation
@Nonnull UpdateRequestBuilder<RequestForQuotation> updateRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deprecated.Update an existingRequestForQuotationentity and save it to the S/4HANA system.- Parameters:
requestForQuotation-RequestForQuotationentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
RequestForQuotationentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteRequestForQuotation
@Nonnull DeleteRequestBuilder<RequestForQuotation> deleteRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deprecated.Deletes an existingRequestForQuotationentity in the S/4HANA system.- Parameters:
requestForQuotation-RequestForQuotationentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
RequestForQuotationentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllRequestForQuotationBidder
Deprecated.Fetch multipleRequestForQuotationBidderentities.- Returns:
- A request builder to fetch multiple
RequestForQuotationBidderentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countRequestForQuotationBidder
Deprecated.Fetch the number of entries from theRequestForQuotationBidderentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
RequestForQuotationBidderentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getRequestForQuotationBidderByKey
@Nonnull GetByKeyRequestBuilder<RequestForQuotationBidder> getRequestForQuotationBidderByKey(String requestForQuotation, String partnerCounter, String partnerFunction) Deprecated.Fetch a singleRequestForQuotationBidderentity using key fields.- Parameters:
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
partnerCounter- Partner counterConstraints: Not nullable, Maximum length: 3
requestForQuotation- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
RequestForQuotationBidderentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateRequestForQuotationBidder
@Nonnull UpdateRequestBuilder<RequestForQuotationBidder> updateRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Deprecated.Update an existingRequestForQuotationBidderentity and save it to the S/4HANA system.- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
RequestForQuotationBidderentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteRequestForQuotationBidder
@Nonnull DeleteRequestBuilder<RequestForQuotationBidder> deleteRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Deprecated.Deletes an existingRequestForQuotationBidderentity in the S/4HANA system.- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
RequestForQuotationBidderentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllRequestForQuotationItem
Deprecated.Fetch multipleRequestForQuotationItementities.- Returns:
- A request builder to fetch multiple
RequestForQuotationItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countRequestForQuotationItem
Deprecated.Fetch the number of entries from theRequestForQuotationItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
RequestForQuotationItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getRequestForQuotationItemByKey
@Nonnull GetByKeyRequestBuilder<RequestForQuotationItem> getRequestForQuotationItemByKey(String requestForQuotation, String requestForQuotationItem) Deprecated.Fetch a singleRequestForQuotationItementity using key fields.- Parameters:
requestForQuotationItem- Item Number of Request For QuotationConstraints: Not nullable, Maximum length: 5
requestForQuotation- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
RequestForQuotationItementity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateRequestForQuotationItem
@Nonnull UpdateRequestBuilder<RequestForQuotationItem> updateRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Deprecated.Update an existingRequestForQuotationItementity and save it to the S/4HANA system.- Parameters:
requestForQuotationItem-RequestForQuotationItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
RequestForQuotationItementity. To perform execution, call theexecutemethod on the request builder object.
-
deleteRequestForQuotationItem
@Nonnull DeleteRequestBuilder<RequestForQuotationItem> deleteRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Deprecated.Deletes an existingRequestForQuotationItementity in the S/4HANA system.- Parameters:
requestForQuotationItem-RequestForQuotationItementity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
RequestForQuotationItementity. To perform execution, call theexecutemethod on the request builder object.
-