Class DefaultIntelligentProductProposalService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultIntelligentProductProposalService
- All Implemented Interfaces:
BatchService<IntelligentProductProposalServiceBatch>,IntelligentProductProposalService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultIntelligentProductProposalService")
@Deprecated
public class DefaultIntelligentProductProposalService
extends Object
implements IntelligentProductProposalService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.IntelligentProductProposalService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingIntelligentProductProposalService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.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.
-
Constructor Details
-
DefaultIntelligentProductProposalService
public DefaultIntelligentProductProposalService()Deprecated.Creates a service usingIntelligentProductProposalService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultIntelligentProductProposalService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:IntelligentProductProposalServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceIntelligentProductProposalService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<IntelligentProductProposalServiceBatch>
-
getAllSalesDocumentProposalItem
Deprecated.Description copied from interface:IntelligentProductProposalServiceFetch multipleSalesDocumentProposalItementities.- Specified by:
getAllSalesDocumentProposalItemin interfaceIntelligentProductProposalService- 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 public SalesDocumentProposalItemByKeyFluentHelper getSalesDocumentProposalItemByKey(String salesOrganization, String distributionChannel, String organizationDivision, String salesGroup, String salesOffice, String soldToParty, String salesDocumentType) Deprecated.Description copied from interface:IntelligentProductProposalServiceFetch a singleSalesDocumentProposalItementity using key fields.- Specified by:
getSalesDocumentProposalItemByKeyin interfaceIntelligentProductProposalService- Parameters:
salesOrganization- Sales OrganizationConstraints: Not nullable, Maximum length: 4
distributionChannel- Distribution ChannelConstraints: Not nullable, Maximum length: 2
organizationDivision- DivisionConstraints: Not nullable, Maximum length: 2
salesGroup- Sales GroupConstraints: Not nullable, Maximum length: 3
salesOffice- Sales OfficeConstraints: Not nullable, Maximum length: 4
soldToParty- Customer NumberConstraints: Not nullable, Maximum length: 10
salesDocumentType- Sales Document TypeConstraints: 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.
-