Interface WarehouseResourceService

All Known Implementing Classes:
DefaultWarehouseResourceService

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

In every API call, you can make use of the following operations: - You can retrieve warehouse resources. Apply any of the filters provided or retrieve all existing data. - You can create and delete warehouse resources. - You can update existing warehouse resources (log on, log off). - You can retrieve the sequence of queues that is assigned to the resource group of a warehouse resource. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: WAREHOUSERESOURCE_0001
API Version: 1.2.0
Minimum ERP Version: 2302
Communication Scenario: Warehousing - Process Warehouse Task Integration(SAP_COM_0353)
Scope Items: Resource Management in Warehousing(3W0)
Authentication Methods: x509
Service Group Name: API_WAREHOUSE_RESOURCE_2
Business Object: Warehouse Resource
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull WarehouseResourceService 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.
    • getAllWarehouseResource

      @Nonnull GetAllRequestBuilder<WarehouseResource> getAllWarehouseResource()
      Deprecated.
      Fetch multiple WarehouseResource entities.
      Returns:
      A request builder to fetch multiple WarehouseResource 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.
    • countWarehouseResource

      @Nonnull CountRequestBuilder<WarehouseResource> countWarehouseResource()
      Deprecated.
      Fetch the number of entries from the WarehouseResource entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of WarehouseResource 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.
    • getWarehouseResourceByKey

      @Nonnull GetByKeyRequestBuilder<WarehouseResource> getWarehouseResourceByKey(String eWMWarehouse, String eWMResource)
      Deprecated.
      Fetch a single WarehouseResource entity using key fields.
      Parameters:
      eWMResource - Resource (Means of Transportation or User)

      Constraints: Not nullable, Maximum length: 18

      eWMWarehouse - Warehouse Number/Warehouse Complex

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single WarehouseResource 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.
    • createWarehouseResource

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

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

      @Nonnull DeleteRequestBuilder<WarehouseResource> deleteWarehouseResource(@Nonnull WarehouseResource warehouseResource)
      Deprecated.
      Deletes an existing WarehouseResource entity in the S/4HANA system.
      Parameters:
      warehouseResource - WarehouseResource entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing WarehouseResource entity. To perform execution, call the execute method on the request builder object.
    • getAllWhseResourceGroupQueueSqnc

      @Nonnull GetAllRequestBuilder<WhseResourceGroupSequence> getAllWhseResourceGroupQueueSqnc()
      Deprecated.
      Fetch multiple WhseResourceGroupSequence entities.
      Returns:
      A request builder to fetch multiple WhseResourceGroupSequence 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.
    • countWhseResourceGroupQueueSqnc

      @Nonnull CountRequestBuilder<WhseResourceGroupSequence> countWhseResourceGroupQueueSqnc()
      Deprecated.
      Fetch the number of entries from the WhseResourceGroupSequence entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of WhseResourceGroupSequence 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.
    • getWhseResourceGroupQueueSqncByKey

      @Nonnull GetByKeyRequestBuilder<WhseResourceGroupSequence> getWhseResourceGroupQueueSqncByKey(String eWMWarehouse, String eWMResourceGroup, String eWMResourceGroupQueueSqncNmbr)
      Deprecated.
      Fetch a single WhseResourceGroupSequence entity using key fields.
      Parameters:
      eWMResourceGroup - Resource Group

      Constraints: Not nullable, Maximum length: 4

      eWMResourceGroupQueueSqncNmbr - Sequence Number

      Constraints: Not nullable, Maximum length: 5

      eWMWarehouse - Warehouse Number/Warehouse Complex

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single WhseResourceGroupSequence 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.
    • createWhseResourceGroupQueueSqnc

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