public interface RequestsForQuotationService extends BatchService<RequestsForQuotationServiceBatch>
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 API Business Hub
OData Service: | API_RFQ_PROCESS_SRV |
API Version: | 1 |
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), Sourcing with SAP Ariba Sourcing (1A0), Supplier Quote Automation with SAP Ariba Commerce Automation (1L2), Request for Price (1XF), Consumable Purchasing (BNX) |
Authentication Methods: | Basic, x509 |
Business Object: | RequestForQuotation |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull RequestsForQuotationService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull RequestForQuotationFluentHelper getAllRequestForQuotation()
RequestForQuotation
entities.RequestForQuotation
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationByKeyFluentHelper getRequestForQuotationByKey(String requestForQuotation)
RequestForQuotation
entity using key fields.requestForQuotation
- Request for Quotation
Constraints: Not nullable, Maximum length: 10
RequestForQuotation
entity 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 the
execute
method on the fluent helper object.@Nonnull RequestForQuotationCreateFluentHelper createRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation)
RequestForQuotation
entity and save it to the S/4HANA system.requestForQuotation
- RequestForQuotation
entity object that will be created in the S/4HANA system.RequestForQuotation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationUpdateFluentHelper updateRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation)
RequestForQuotation
entity and save it to the S/4HANA system.requestForQuotation
- RequestForQuotation
entity object that will be updated in the S/4HANA system.RequestForQuotation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationDeleteFluentHelper deleteRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation)
RequestForQuotation
entity in the S/4HANA system.requestForQuotation
- RequestForQuotation
entity object that will be deleted in the S/4HANA system.RequestForQuotation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationBidderFluentHelper getAllRequestForQuotationBidder()
RequestForQuotationBidder
entities.RequestForQuotationBidder
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationBidderByKeyFluentHelper getRequestForQuotationBidderByKey(String requestForQuotation, String partnerCounter)
RequestForQuotationBidder
entity using key fields.partnerCounter
- The sequential number that the system applies when there is more than one partner for a particular
partner function.
Constraints: Not nullable, Maximum length: 3
requestForQuotation
- Alphanumeric key uniquely identifying the document.
Constraints: Not nullable, Maximum length: 10
RequestForQuotationBidder
entity 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 the
execute
method on the fluent helper object.@Nonnull RequestForQuotationBidderCreateFluentHelper createRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder)
RequestForQuotationBidder
entity and save it to the S/4HANA system.requestForQuotationBidder
- RequestForQuotationBidder
entity object that will be created in the S/4HANA system.RequestForQuotationBidder
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationBidderUpdateFluentHelper updateRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder)
RequestForQuotationBidder
entity and save it to the S/4HANA system.requestForQuotationBidder
- RequestForQuotationBidder
entity object that will be updated in the S/4HANA system.RequestForQuotationBidder
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationBidderDeleteFluentHelper deleteRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder)
RequestForQuotationBidder
entity in the S/4HANA system.requestForQuotationBidder
- RequestForQuotationBidder
entity object that will be deleted in the S/4HANA system.RequestForQuotationBidder
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationItemFluentHelper getAllRequestForQuotationItem()
RequestForQuotationItem
entities.RequestForQuotationItem
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationItemByKeyFluentHelper getRequestForQuotationItemByKey(String requestForQuotationItem, String requestForQuotation)
RequestForQuotationItem
entity using key fields.requestForQuotationItem
- Item Number of Request For Quotation
Constraints: Not nullable, Maximum length: 5
requestForQuotation
- Alphanumeric key uniquely identifying the document.
Constraints: Not nullable, Maximum length: 10
RequestForQuotationItem
entity 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 the
execute
method on the fluent helper object.@Nonnull RequestForQuotationItemCreateFluentHelper createRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem)
RequestForQuotationItem
entity and save it to the S/4HANA system.requestForQuotationItem
- RequestForQuotationItem
entity object that will be created in the S/4HANA system.RequestForQuotationItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationItemUpdateFluentHelper updateRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem)
RequestForQuotationItem
entity and save it to the S/4HANA system.requestForQuotationItem
- RequestForQuotationItem
entity object that will be updated in the S/4HANA system.RequestForQuotationItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RequestForQuotationItemDeleteFluentHelper deleteRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem)
RequestForQuotationItem
entity in the S/4HANA system.requestForQuotationItem
- RequestForQuotationItem
entity object that will be deleted in the S/4HANA system.RequestForQuotationItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CompleteFluentHelper complete(@Nonnull String requestForQuotation)
Creates a fluent helper for the Complete OData function import.
requestForQuotation
- Request for Quotation
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: RequestForQuotation
execute
method on the fluent helper object.@Nonnull CancelFluentHelper cancel(@Nonnull String requestForQuotation)
Creates a fluent helper for the Cancel OData function import.
requestForQuotation
- Request for Quotation
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: RequestForQuotation
execute
method on the fluent helper object.@Nonnull SubmitForApprovalFluentHelper submitForApproval(@Nonnull String requestForQuotation)
Creates a fluent helper for the SubmitForApproval OData function import.
requestForQuotation
- Request for Quotation
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: RequestForQuotation
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.