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..

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull IntelligentProductProposalService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull SalesDocumentProposalItemFluentHelper getAllSalesDocumentProposalItem()
      Deprecated.
      Fetch multiple SalesDocumentProposalItem entities.
      Returns:
      A fluent helper to fetch multiple SalesDocumentProposalItem 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.
    • getSalesDocumentProposalItemByKey

      @Nonnull SalesDocumentProposalItemByKeyFluentHelper getSalesDocumentProposalItemByKey(String salesOrganization, String distributionChannel, String organizationDivision, String salesGroup, String salesOffice, String soldToParty, String salesDocumentType)
      Deprecated.
      Fetch a single SalesDocumentProposalItem entity using key fields.
      Parameters:
      organizationDivision - Division

      Constraints: Not nullable, Maximum length: 2

      soldToParty - Customer Number

      Constraints: Not nullable, Maximum length: 10

      salesOffice - Sales Office

      Constraints: Not nullable, Maximum length: 4

      salesGroup - Sales Group

      Constraints: Not nullable, Maximum length: 3

      distributionChannel - Distribution Channel

      Constraints: Not nullable, Maximum length: 2

      salesDocumentType - Sales Document Type

      Constraints: Not nullable, Maximum length: 4

      salesOrganization - Sales Organization

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single SalesDocumentProposalItem 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.