Interface SupplierItemService

All Known Implementing Classes:
DefaultSupplierItemService

@Deprecated public interface SupplierItemService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

You can use this service to create, read and update supplier item. The service is based on the OData protocol and can be consumed by external systems.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: SUPPLIERITEM_0001
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Field Logistics Supplier Item to Fieldglass Integration(SAP_COM_0679), Field Logistics - Manage Supplier Item Integration(SAP_COM_0732)
Scope Items: Field Logistics Planning and Execution – Supplier Items(4AH)
Authentication Methods: x509
Service Group Name: API_SUPPLIERITEM
Business Object: Field Logistics Supplier Item
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull SupplierItemService 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.
    • batch

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllSupplierItem

      @Nonnull GetAllRequestBuilder<SupplierItem> getAllSupplierItem()
      Deprecated.
      Fetch multiple SupplierItem entities.
      Returns:
      A request builder to fetch multiple SupplierItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSupplierItem

      @Nonnull CountRequestBuilder<SupplierItem> countSupplierItem()
      Deprecated.
      Fetch the number of entries from the SupplierItem entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of SupplierItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSupplierItemByKey

      @Nonnull GetByKeyRequestBuilder<SupplierItem> getSupplierItemByKey(UUID fldLogsSuplrItemUUID)
      Deprecated.
      Fetch a single SupplierItem entity using key fields.
      Parameters:
      fldLogsSuplrItemUUID - Supplier Item UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single SupplierItem entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSupplierItem

      @Nonnull CreateRequestBuilder<SupplierItem> createSupplierItem(@Nonnull SupplierItem supplierItem)
      Deprecated.
      Create a new SupplierItem entity and save it to the S/4HANA system.
      Parameters:
      supplierItem - SupplierItem entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new SupplierItem entity. To perform execution, call the execute method on the request builder object.
    • updateSupplierItem

      @Nonnull UpdateRequestBuilder<SupplierItem> updateSupplierItem(@Nonnull SupplierItem supplierItem)
      Deprecated.
      Update an existing SupplierItem entity and save it to the S/4HANA system.
      Parameters:
      supplierItem - SupplierItem entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing SupplierItem entity. To perform execution, call the execute method on the request builder object.
    • getAllSupplierItemAttachment

      @Nonnull GetAllRequestBuilder<SupplierItemAttachment> getAllSupplierItemAttachment()
      Deprecated.
      Fetch multiple SupplierItemAttachment entities.
      Returns:
      A request builder to fetch multiple SupplierItemAttachment entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSupplierItemAttachment

      @Nonnull CountRequestBuilder<SupplierItemAttachment> countSupplierItemAttachment()
      Deprecated.
      Fetch the number of entries from the SupplierItemAttachment entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of SupplierItemAttachment entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSupplierItemAttachmentByKey

      @Nonnull GetByKeyRequestBuilder<SupplierItemAttachment> getSupplierItemAttachmentByKey(UUID fldLogsSuplrItemUUID)
      Deprecated.
      Fetch a single SupplierItemAttachment entity using key fields.
      Parameters:
      fldLogsSuplrItemUUID - Supplier Item UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single SupplierItemAttachment entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.