Interface IncotermService

All Superinterfaces:
BatchService<IncotermServiceBatch>
All Known Implementing Classes:
DefaultIncotermService

@Deprecated public interface IncotermService extends BatchService<IncotermServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

The OData service enables external systems and other consumers to retrieve Incoterms data in your system. Retrievable details include Incoterms and Incoterms versions.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_SD_INCOTERMS_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Sales Master Data Integration(SAP_COM_0746), Procurement - Supplier Quotation Management Integration(SAP_COM_0760)
Scope Items: Sell from Stock(BD9), Sell from Stock(OD9), Direct Material Sourcing(4RD)
Authentication Methods: x509
Business Object: Incoterms Classification
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull IncotermService 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.
    • getAllIncotermsClassification

      @Nonnull IncotermsClassificationFluentHelper getAllIncotermsClassification()
      Deprecated.
      Fetch multiple IncotermsClassification entities.
      Returns:
      A fluent helper to fetch multiple IncotermsClassification 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.
    • getIncotermsClassificationByKey

      @Nonnull IncotermsClassificationByKeyFluentHelper getIncotermsClassificationByKey(String incotermsClassification)
      Deprecated.
      Fetch a single IncotermsClassification entity using key fields.
      Parameters:
      incotermsClassification - Incoterms (Part 1)

      Constraints: Not nullable, Maximum length: 3

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

      @Nonnull IncotermsClassificationTextFluentHelper getAllIncotermsClassificationText()
      Deprecated.
      Fetch multiple IncotermsClassificationText entities.
      Returns:
      A fluent helper to fetch multiple IncotermsClassificationText 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.
    • getIncotermsClassificationTextByKey

      @Nonnull IncotermsClassificationTextByKeyFluentHelper getIncotermsClassificationTextByKey(String incotermsClassification, String language)
      Deprecated.
      Fetch a single IncotermsClassificationText entity using key fields.
      Parameters:
      incotermsClassification - Incoterms (Part 1)

      Constraints: Not nullable, Maximum length: 3

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

      @Nonnull IncotermsVersionFluentHelper getAllIncotermsVersion()
      Deprecated.
      Fetch multiple IncotermsVersion entities.
      Returns:
      A fluent helper to fetch multiple IncotermsVersion 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.
    • getIncotermsVersionByKey

      @Nonnull IncotermsVersionByKeyFluentHelper getIncotermsVersionByKey(String incotermsVersion)
      Deprecated.
      Fetch a single IncotermsVersion entity using key fields.
      Parameters:
      incotermsVersion - Incoterms Version

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull IncotermsVersionTextFluentHelper getAllIncotermsVersionText()
      Deprecated.
      Fetch multiple IncotermsVersionText entities.
      Returns:
      A fluent helper to fetch multiple IncotermsVersionText 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.
    • getIncotermsVersionTextByKey

      @Nonnull IncotermsVersionTextByKeyFluentHelper getIncotermsVersionTextByKey(String incotermsVersion, String language)
      Deprecated.
      Fetch a single IncotermsVersionText entity using key fields.
      Parameters:
      incotermsVersion - Incoterms Version

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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