@Named public class DefaultProcessSupplierQuotationService extends Object implements ProcessSupplierQuotationService
This service enables you to create Supplier Quotation data through an API call from a source system outside SAP S/4HANA Cloud or SAP S/4HANA on- Premise. Furthermore, the service enables you to read existing Supplier Quotation data from the SAP S/4HANA Cloud or SAP S/4HANA on-Premise system.
Reference: SAP API Business Hub
OData Service: | API_QTN_PROCESS_SRV |
API Version: | 1 |
Communication Scenario: | Purchase Request for Quotation Integration (SAP_COM_0113) |
Scope Items: | Procurement of Direct Materials (J45) |
Constructor and Description |
---|
DefaultProcessSupplierQuotationService() |
Modifier and Type | Method and Description |
---|---|
SupplierQuotationCreateFluentHelper |
createSupplierQuotation(SupplierQuotation supplierQuotation)
Create a new
SupplierQuotation entity and save it to the S/4HANA system. |
SupplierQuotationItemCreateFluentHelper |
createSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem)
Create a new
SupplierQuotationItem entity and save it to the S/4HANA system. |
SupplierQuotationFluentHelper |
getAllSupplierQuotation()
Fetch multiple
SupplierQuotation entities. |
SupplierQuotationItemFluentHelper |
getAllSupplierQuotationItem()
Fetch multiple
SupplierQuotationItem entities. |
SupplierQuotationByKeyFluentHelper |
getSupplierQuotationByKey(String supplierQuotation)
Fetch a single
SupplierQuotation entity using key fields. |
SupplierQuotationItemByKeyFluentHelper |
getSupplierQuotationItemByKey(String supplierQuotation,
String supplierQuotationItem)
Fetch a single
SupplierQuotationItem entity using key fields. |
public DefaultProcessSupplierQuotationService()
public SupplierQuotationFluentHelper getAllSupplierQuotation()
ProcessSupplierQuotationService
SupplierQuotation
entities.getAllSupplierQuotation
in interface ProcessSupplierQuotationService
SupplierQuotation
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.public SupplierQuotationByKeyFluentHelper getSupplierQuotationByKey(String supplierQuotation)
ProcessSupplierQuotationService
SupplierQuotation
entity using key fields.getSupplierQuotationByKey
in interface ProcessSupplierQuotationService
supplierQuotation
- Supplier Quotation NumberConstraints: Not nullable, Maximum length: 10
SupplierQuotation
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.public SupplierQuotationCreateFluentHelper createSupplierQuotation(SupplierQuotation supplierQuotation)
ProcessSupplierQuotationService
SupplierQuotation
entity and save it to the S/4HANA system.createSupplierQuotation
in interface ProcessSupplierQuotationService
supplierQuotation
- SupplierQuotation
entity object that will be created in the S/4HANA system.SupplierQuotation
entity. To perform execution, call the execute
method on the fluent helper object.public SupplierQuotationItemFluentHelper getAllSupplierQuotationItem()
ProcessSupplierQuotationService
SupplierQuotationItem
entities.getAllSupplierQuotationItem
in interface ProcessSupplierQuotationService
SupplierQuotationItem
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.public SupplierQuotationItemByKeyFluentHelper getSupplierQuotationItemByKey(String supplierQuotation, String supplierQuotationItem)
ProcessSupplierQuotationService
SupplierQuotationItem
entity using key fields.getSupplierQuotationItemByKey
in interface ProcessSupplierQuotationService
supplierQuotation
- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
supplierQuotationItem
- Item Number of Supplier QuotationConstraints: Not nullable, Maximum length: 5
SupplierQuotationItem
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.public SupplierQuotationItemCreateFluentHelper createSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem)
ProcessSupplierQuotationService
SupplierQuotationItem
entity and save it to the S/4HANA system.createSupplierQuotationItem
in interface ProcessSupplierQuotationService
supplierQuotationItem
- SupplierQuotationItem
entity object that will be created in the S/4HANA system.SupplierQuotationItem
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.