Class DefaultRequestForQuotationService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,RequestForQuotationService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.RequestForQuotationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingRequestForQuotationService.DEFAULT_SERVICE_PATHto send the requests. -
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.Deprecated.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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultRequestForQuotationService
public DefaultRequestForQuotationService()Deprecated.Creates a service usingRequestForQuotationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:RequestForQuotationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceRequestForQuotationService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:RequestForQuotationServiceCreates a batch request builder object.- Specified by:
batchin interfaceRequestForQuotationService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllRequestForQuotation
Deprecated.Description copied from interface:RequestForQuotationServiceFetch multipleRequestForQuotationentities.- Specified by:
getAllRequestForQuotationin interfaceRequestForQuotationService- 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.Description copied from interface:RequestForQuotationServiceFetch the number of entries from theRequestForQuotationentity collection matching the filter and search expressions.- Specified by:
countRequestForQuotationin interfaceRequestForQuotationService- 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 public GetByKeyRequestBuilder<RequestForQuotation> getRequestForQuotationByKey(String requestForQuotation) Deprecated.Description copied from interface:RequestForQuotationServiceFetch a singleRequestForQuotationentity using key fields.- Specified by:
getRequestForQuotationByKeyin interfaceRequestForQuotationService- 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 public CreateRequestBuilder<RequestForQuotation> createRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deprecated.Description copied from interface:RequestForQuotationServiceCreate a newRequestForQuotationentity and save it to the S/4HANA system.- Specified by:
createRequestForQuotationin interfaceRequestForQuotationService- 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 public UpdateRequestBuilder<RequestForQuotation> updateRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deprecated.Description copied from interface:RequestForQuotationServiceUpdate an existingRequestForQuotationentity and save it to the S/4HANA system.- Specified by:
updateRequestForQuotationin interfaceRequestForQuotationService- 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 public DeleteRequestBuilder<RequestForQuotation> deleteRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deprecated.Description copied from interface:RequestForQuotationServiceDeletes an existingRequestForQuotationentity in the S/4HANA system.- Specified by:
deleteRequestForQuotationin interfaceRequestForQuotationService- 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.Description copied from interface:RequestForQuotationServiceFetch multipleRequestForQuotationBidderentities.- Specified by:
getAllRequestForQuotationBidderin interfaceRequestForQuotationService- 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.Description copied from interface:RequestForQuotationServiceFetch the number of entries from theRequestForQuotationBidderentity collection matching the filter and search expressions.- Specified by:
countRequestForQuotationBidderin interfaceRequestForQuotationService- 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 public GetByKeyRequestBuilder<RequestForQuotationBidder> getRequestForQuotationBidderByKey(String requestForQuotation, String partnerCounter, String partnerFunction) Deprecated.Description copied from interface:RequestForQuotationServiceFetch a singleRequestForQuotationBidderentity using key fields.- Specified by:
getRequestForQuotationBidderByKeyin interfaceRequestForQuotationService- Parameters:
requestForQuotation- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
partnerCounter- Partner counterConstraints: Not nullable, Maximum length: 3
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
- 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 public UpdateRequestBuilder<RequestForQuotationBidder> updateRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Deprecated.Description copied from interface:RequestForQuotationServiceUpdate an existingRequestForQuotationBidderentity and save it to the S/4HANA system.- Specified by:
updateRequestForQuotationBidderin interfaceRequestForQuotationService- 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 public DeleteRequestBuilder<RequestForQuotationBidder> deleteRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Deprecated.Description copied from interface:RequestForQuotationServiceDeletes an existingRequestForQuotationBidderentity in the S/4HANA system.- Specified by:
deleteRequestForQuotationBidderin interfaceRequestForQuotationService- 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.Description copied from interface:RequestForQuotationServiceFetch multipleRequestForQuotationItementities.- Specified by:
getAllRequestForQuotationItemin interfaceRequestForQuotationService- 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.Description copied from interface:RequestForQuotationServiceFetch the number of entries from theRequestForQuotationItementity collection matching the filter and search expressions.- Specified by:
countRequestForQuotationItemin interfaceRequestForQuotationService- 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 public GetByKeyRequestBuilder<RequestForQuotationItem> getRequestForQuotationItemByKey(String requestForQuotation, String requestForQuotationItem) Deprecated.Description copied from interface:RequestForQuotationServiceFetch a singleRequestForQuotationItementity using key fields.- Specified by:
getRequestForQuotationItemByKeyin interfaceRequestForQuotationService- Parameters:
requestForQuotation- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
requestForQuotationItem- Item Number of Request For QuotationConstraints: Not nullable, Maximum length: 5
- 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 public UpdateRequestBuilder<RequestForQuotationItem> updateRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Deprecated.Description copied from interface:RequestForQuotationServiceUpdate an existingRequestForQuotationItementity and save it to the S/4HANA system.- Specified by:
updateRequestForQuotationItemin interfaceRequestForQuotationService- 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 public DeleteRequestBuilder<RequestForQuotationItem> deleteRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Deprecated.Description copied from interface:RequestForQuotationServiceDeletes an existingRequestForQuotationItementity in the S/4HANA system.- Specified by:
deleteRequestForQuotationItemin interfaceRequestForQuotationService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-