Interface RequestsForQuotationService
- All Superinterfaces:
BatchService<RequestsForQuotationServiceBatch>
- All Known Implementing Classes:
DefaultRequestsForQuotationService
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
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 TypeMethodDescriptionDeprecated.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.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.
-
getAllRequestForQuotation
Deprecated.Fetch multipleRequestForQuotationentities.- 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 RequestForQuotationByKeyFluentHelper getRequestForQuotationByKey(String requestForQuotation) Deprecated.Fetch a singleRequestForQuotationentity using key fields.- 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 RequestForQuotationCreateFluentHelper 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 fluent helper to create a new
RequestForQuotationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateRequestForQuotation
@Nonnull RequestForQuotationUpdateFluentHelper 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 fluent helper to update an existing
RequestForQuotationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteRequestForQuotation
@Nonnull RequestForQuotationDeleteFluentHelper 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 fluent helper to delete an existing
RequestForQuotationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllRequestForQuotationBidder
Deprecated.Fetch multipleRequestForQuotationBidderentities.- 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 RequestForQuotationBidderByKeyFluentHelper getRequestForQuotationBidderByKey(String requestForQuotation, String partnerCounter) Deprecated.Fetch a singleRequestForQuotationBidderentity using key fields.- Parameters:
partnerCounter- Partner counterConstraints: Not nullable, Maximum length: 3
requestForQuotation- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
- 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 RequestForQuotationBidderCreateFluentHelper createRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Deprecated.Create a newRequestForQuotationBidderentity and save it to the S/4HANA system.- 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 RequestForQuotationBidderUpdateFluentHelper 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 fluent helper to update an existing
RequestForQuotationBidderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteRequestForQuotationBidder
@Nonnull RequestForQuotationBidderDeleteFluentHelper 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 fluent helper to delete an existing
RequestForQuotationBidderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllRequestForQuotationItem
Deprecated.Fetch multipleRequestForQuotationItementities.- 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 RequestForQuotationItemByKeyFluentHelper getRequestForQuotationItemByKey(String requestForQuotationItem, String requestForQuotation) 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 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 RequestForQuotationItemCreateFluentHelper createRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Deprecated.Create a newRequestForQuotationItementity and save it to the S/4HANA system.- 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 RequestForQuotationItemUpdateFluentHelper 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 fluent helper to update an existing
RequestForQuotationItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteRequestForQuotationItem
@Nonnull RequestForQuotationItemDeleteFluentHelper 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 fluent helper to delete an existing
RequestForQuotationItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
complete
Deprecated.Creates a fluent helper for the Complete OData function import.
- 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.Creates a fluent helper for the Cancel OData function import.
- 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
Deprecated.Creates a fluent helper for the SubmitForApproval OData function import.
- 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.
-