Interface IntelligentProductProposalService
- All Superinterfaces:
BatchService<IntelligentProductProposalServiceBatch>
- All Known Implementing Classes:
DefaultIntelligentProductProposalService
@Deprecated
public interface IntelligentProductProposalService
extends BatchService<IntelligentProductProposalServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
In this API, you can retrieve product and quantity proposals. Apply any of the filters provided or retrieve all existing data..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_INTELLIGENTPRODUCTPROPOSAL_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Intelligent Product Proposal Integration(SAP_COM_0718) |
| Scope Items: | Sell from Stock(BD9), Sell from Stock(OD9) |
| Authentication Methods: | x509 |
| Business Object: | Sales Order |
-
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.Fetch multipleSalesDocumentProposalItementities.getSalesDocumentProposalItemByKey(String salesOrganization, String distributionChannel, String organizationDivision, String salesGroup, String salesOffice, String soldToParty, String salesDocumentType) Deprecated.Fetch a singleSalesDocumentProposalItementity using key fields.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.
-
getAllSalesDocumentProposalItem
Deprecated.Fetch multipleSalesDocumentProposalItementities.- Returns:
- A fluent helper to fetch multiple
SalesDocumentProposalItementities. 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.
-
getSalesDocumentProposalItemByKey
@Nonnull SalesDocumentProposalItemByKeyFluentHelper getSalesDocumentProposalItemByKey(String salesOrganization, String distributionChannel, String organizationDivision, String salesGroup, String salesOffice, String soldToParty, String salesDocumentType) Deprecated.Fetch a singleSalesDocumentProposalItementity using key fields.- Parameters:
organizationDivision- DivisionConstraints: Not nullable, Maximum length: 2
soldToParty- Customer NumberConstraints: Not nullable, Maximum length: 10
salesOffice- Sales OfficeConstraints: Not nullable, Maximum length: 4
salesGroup- Sales GroupConstraints: Not nullable, Maximum length: 3
distributionChannel- Distribution ChannelConstraints: Not nullable, Maximum length: 2
salesDocumentType- Sales Document TypeConstraints: Not nullable, Maximum length: 4
salesOrganization- Sales OrganizationConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
SalesDocumentProposalItementity 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.
-