Interface ProductStructureService

All Superinterfaces:
BatchService<ProductStructureServiceBatch>
All Known Implementing Classes:
DefaultProductStructureService

@Deprecated public interface ProductStructureService extends BatchService<ProductStructureServiceBatch>
Deprecated.
The service and all its related classes are deprecated as of release 2008 (Aug 2020). Please use the odata generator to generate the VDM.

The service enables you to read the product structure information including the product structure nodes and product structure variants. The service contains two filters, one for node and one for variant..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_PRODUCT_STRUCTURE_SRV
API Version: 1.0.0
Minimum ERP Version: 2208
Communication Scenario: (Deprecated) Product Lifecycle Management - Product Structure Integration(SAP_COM_0346)
Scope Items: Product Structure Management(3ND)
Business Object: Product Structure
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ProductStructureService 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.
    • getAllProductStructureNode

      @Nonnull ProductStructureNodeFluentHelper getAllProductStructureNode()
      Deprecated.
      Fetch multiple ProductStructureNode entities.
      Returns:
      A fluent helper to fetch multiple ProductStructureNode 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.
    • getProductStructureNodeByKey

      @Nonnull ProductStructureNodeByKeyFluentHelper getProductStructureNodeByKey(UUID productStructureNodeUUID)
      Deprecated.
      Fetch a single ProductStructureNode entity using key fields.
      Parameters:
      productStructureNodeUUID - Internal Number of iPPE Node

      Constraints: Not nullable

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

      @Nonnull ProductStructureVariantFluentHelper getAllProductStructureVariant()
      Deprecated.
      Fetch multiple ProductStructureVariant entities.
      Returns:
      A fluent helper to fetch multiple ProductStructureVariant 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.
    • getProductStructureVariantByKey

      @Nonnull ProductStructureVariantByKeyFluentHelper getProductStructureVariantByKey(UUID productStructureVariantUUID, String prodStrucVariantChgStateIntID)
      Deprecated.
      Fetch a single ProductStructureVariant entity using key fields.
      Parameters:
      productStructureVariantUUID - Internal Number of the PVS Variant

      Constraints: Not nullable

      prodStrucVariantChgStateIntID - Internal Counter for iPPE Objects

      Constraints: Not nullable, Maximum length: 8

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