@Named public class DefaultReadSalesInquiriesService extends Object implements ReadSalesInquiriesService
This service enables external applications to integrate with read methods for processing sales inquiries in SAP S/4HANA Cloud. It enables you to retrieve sales inquiries in an API call.
Reference: SAP API Business Hub
OData Service: | API_SALES_INQUIRY_SRV |
API Version: | 1 |
Communication Scenario: | Sales Inquiry Integration (SAP_COM_0117) |
Scope Items: | Sales Inquiry (1IQ) |
Business Object: | SalesInquiry |
Constructor and Description |
---|
DefaultReadSalesInquiriesService() |
public SalesInquiryFluentHelper getAllSalesInquiry()
ReadSalesInquiriesService
SalesInquiry
entities.getAllSalesInquiry
in interface ReadSalesInquiriesService
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.public SalesInquiryByKeyFluentHelper getSalesInquiryByKey(String salesInquiry)
ReadSalesInquiriesService
SalesInquiry
entity using key fields.getSalesInquiryByKey
in interface ReadSalesInquiriesService
salesInquiry
- Sales InquiryConstraints: 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.public SalesInquiryItemFluentHelper getAllSalesInquiryItem()
ReadSalesInquiriesService
SalesInquiryItem
entities.getAllSalesInquiryItem
in interface ReadSalesInquiriesService
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.public SalesInquiryItemByKeyFluentHelper getSalesInquiryItemByKey(String salesInquiry, String salesInquiryItem)
ReadSalesInquiriesService
SalesInquiryItem
entity using key fields.getSalesInquiryItemByKey
in interface ReadSalesInquiriesService
salesInquiry
- Sales InquiryConstraints: Not nullable, Maximum length: 10
salesInquiryItem
- Sales Inquiry ItemConstraints: 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.public SalesInquiryItemPartnerFluentHelper getAllSalesInquiryItemPartner()
ReadSalesInquiriesService
SalesInquiryItemPartner
entities.getAllSalesInquiryItemPartner
in interface ReadSalesInquiriesService
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.public SalesInquiryItemPartnerByKeyFluentHelper getSalesInquiryItemPartnerByKey(String salesInquiry, String salesInquiryItem, String partnerFunction)
ReadSalesInquiriesService
SalesInquiryItemPartner
entity using key fields.getSalesInquiryItemPartnerByKey
in interface ReadSalesInquiriesService
salesInquiry
- The number that uniquely identifies the sales, delivery, or billing document.Constraints: Not nullable, Maximum length: 10
salesInquiryItem
- The number that uniquely identifies the item in the sales, shipping, or billing document.Constraints: Not nullable, Maximum length: 6
partnerFunction
- The abbreviated form of the name that identifies the partner function.Constraints: Not nullable, Maximum length: 2
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.public SalesInquiryItemPrcgElmntFluentHelper getAllSalesInquiryItemPrcgElmnt()
ReadSalesInquiriesService
SalesInquiryItemPrcgElmnt
entities.getAllSalesInquiryItemPrcgElmnt
in interface ReadSalesInquiriesService
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.public SalesInquiryItemPrcgElmntByKeyFluentHelper getSalesInquiryItemPrcgElmntByKey(String salesInquiry, String salesInquiryItem, String pricingProcedureStep, String pricingProcedureCounter)
ReadSalesInquiriesService
SalesInquiryItemPrcgElmnt
entity using key fields.getSalesInquiryItemPrcgElmntByKey
in interface ReadSalesInquiriesService
salesInquiry
- The number that uniquely identifies the sales document.Constraints: Not nullable, Maximum length: 10
salesInquiryItem
- The number that uniquely identifies the condition item.Constraints: Not nullable, Maximum length: 6
pricingProcedureStep
- Number that determines the sequence of the condition within a procedure.Constraints: Not nullable, Maximum length: 3
pricingProcedureCounter
- Access number of the conditions within a step in the pricing procedure.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.public SalesInquiryPartnerFluentHelper getAllSalesInquiryPartner()
ReadSalesInquiriesService
SalesInquiryPartner
entities.getAllSalesInquiryPartner
in interface ReadSalesInquiriesService
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.public SalesInquiryPartnerByKeyFluentHelper getSalesInquiryPartnerByKey(String salesInquiry, String partnerFunction)
ReadSalesInquiriesService
SalesInquiryPartner
entity using key fields.getSalesInquiryPartnerByKey
in interface ReadSalesInquiriesService
salesInquiry
- The number that uniquely identifies the sales, delivery, or billing document.Constraints: Not nullable, Maximum length: 10
partnerFunction
- The abbreviated form of the name that identifies the partner function.Constraints: Not nullable, Maximum length: 2
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.public SalesInquiryPrcgElmntFluentHelper getAllSalesInquiryPrcgElmnt()
ReadSalesInquiriesService
SalesInquiryPrcgElmnt
entities.getAllSalesInquiryPrcgElmnt
in interface ReadSalesInquiriesService
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.public SalesInquiryPrcgElmntByKeyFluentHelper getSalesInquiryPrcgElmntByKey(String salesInquiry, String pricingProcedureStep, String pricingProcedureCounter)
ReadSalesInquiriesService
SalesInquiryPrcgElmnt
entity using key fields.getSalesInquiryPrcgElmntByKey
in interface ReadSalesInquiriesService
salesInquiry
- The number that uniquely identifies the sales document.Constraints: Not nullable, Maximum length: 10
pricingProcedureStep
- Number that determines the sequence of the condition within a procedure.Constraints: Not nullable, Maximum length: 3
pricingProcedureCounter
- Access number of the conditions within a step in the pricing procedure.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 © 2017 SAP SE. All rights reserved.