public interface SalesInquiryService extends BatchService<SalesInquiryServiceBatch>
The service contains header, header partner, header pricing element, item, item partner, and item pricing element entities. You can retrieve all existing data or apply filters.
Reference: SAP API Business Hub
OData Service: | API_SALES_INQUIRY_SRV |
API Version: | 1.0.0 |
Minimum ERP Version: | 2208 |
Communication Scenario: | Sales Inquiry Integration(SAP_COM_0117) |
Scope Items: | Sales Inquiry(1IQ) |
Business Object: | Sales Inquiry |
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 SalesInquiryService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull SalesInquiryFluentHelper getAllSalesInquiry()
SalesInquiry
entities.SalesInquiry
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 SalesInquiryByKeyFluentHelper getSalesInquiryByKey(String salesInquiry)
SalesInquiry
entity using key fields.salesInquiry
- Sales Inquiry
Constraints: Not nullable, Maximum length: 10
SalesInquiry
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 SalesInquiryItemFluentHelper getAllSalesInquiryItem()
SalesInquiryItem
entities.SalesInquiryItem
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 SalesInquiryItemByKeyFluentHelper getSalesInquiryItemByKey(String salesInquiry, String salesInquiryItem)
SalesInquiryItem
entity using key fields.salesInquiry
- Sales Inquiry
Constraints: Not nullable, Maximum length: 10
salesInquiryItem
- Sales Inquiry Item
Constraints: Not nullable, Maximum length: 6
SalesInquiryItem
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 SalesInquiryItemPartnerFluentHelper getAllSalesInquiryItemPartner()
SalesInquiryItemPartner
entities.SalesInquiryItemPartner
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 SalesInquiryItemPartnerByKeyFluentHelper getSalesInquiryItemPartnerByKey(String salesInquiry, String salesInquiryItem, String partnerFunction)
SalesInquiryItemPartner
entity using key fields.partnerFunction
- Partner Function
Constraints: Not nullable, Maximum length: 2
salesInquiry
- Sales and Distribution Document Number
Constraints: Not nullable, Maximum length: 10
salesInquiryItem
- Item number of the SD document
Constraints: Not nullable, Maximum length: 6
SalesInquiryItemPartner
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 SalesInquiryItemPrcgElmntFluentHelper getAllSalesInquiryItemPrcgElmnt()
SalesInquiryItemPrcgElmnt
entities.SalesInquiryItemPrcgElmnt
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 SalesInquiryItemPrcgElmntByKeyFluentHelper getSalesInquiryItemPrcgElmntByKey(String salesInquiry, String salesInquiryItem, String pricingProcedureStep, String pricingProcedureCounter)
SalesInquiryItemPrcgElmnt
entity using key fields.pricingProcedureCounter
- Condition Counter
Constraints: Not nullable, Maximum length: 3
salesInquiry
- Sales Document
Constraints: Not nullable, Maximum length: 10
salesInquiryItem
- Condition item number
Constraints: Not nullable, Maximum length: 6
pricingProcedureStep
- Step Number
Constraints: Not nullable, Maximum length: 3
SalesInquiryItemPrcgElmnt
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 SalesInquiryPartnerFluentHelper getAllSalesInquiryPartner()
SalesInquiryPartner
entities.SalesInquiryPartner
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 SalesInquiryPartnerByKeyFluentHelper getSalesInquiryPartnerByKey(String salesInquiry, String partnerFunction)
SalesInquiryPartner
entity using key fields.partnerFunction
- Partner Function
Constraints: Not nullable, Maximum length: 2
salesInquiry
- Sales and Distribution Document Number
Constraints: Not nullable, Maximum length: 10
SalesInquiryPartner
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 SalesInquiryPrcgElmntFluentHelper getAllSalesInquiryPrcgElmnt()
SalesInquiryPrcgElmnt
entities.SalesInquiryPrcgElmnt
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 SalesInquiryPrcgElmntByKeyFluentHelper getSalesInquiryPrcgElmntByKey(String salesInquiry, String pricingProcedureStep, String pricingProcedureCounter)
SalesInquiryPrcgElmnt
entity using key fields.pricingProcedureCounter
- Condition Counter
Constraints: Not nullable, Maximum length: 3
salesInquiry
- Sales Document
Constraints: Not nullable, Maximum length: 10
pricingProcedureStep
- Step Number
Constraints: Not nullable, Maximum length: 3
SalesInquiryPrcgElmnt
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.Copyright © 2022 SAP SE. All rights reserved.