Interface WarehouseResourceService

All Superinterfaces:
BatchService<WarehouseResourceServiceBatch>
All Known Implementing Classes:
DefaultWarehouseResourceService

@Deprecated public interface WarehouseResourceService extends BatchService<WarehouseResourceServiceBatch>
Deprecated.
The service and all its related classes are deprecated as of release 2108 (Aug 2021). 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)..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_WAREHOUSE_RESOURCE
API Version: 1.0.0
Minimum ERP Version: 2208
Communication Scenario: Warehousing - Process Warehouse Task Integration(SAP_COM_0353)
Scope Items: Resource Management in Warehousing(3W0)
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.
    • getAllWarehouseResource

      @Nonnull WarehouseResourceFluentHelper getAllWarehouseResource()
      Deprecated.
      Fetch multiple WarehouseResource entities.
      Returns:
      A fluent helper to fetch multiple WarehouseResource 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.
    • getWarehouseResourceByKey

      @Nonnull WarehouseResourceByKeyFluentHelper getWarehouseResourceByKey(String warehouse, String warehouseResource)
      Deprecated.
      Fetch a single WarehouseResource entity using key fields.
      Parameters:
      warehouseResource - Resource (Means of Transportation or User)

      Constraints: Not nullable, Maximum length: 18

      warehouse - Warehouse Number/Warehouse Complex

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull WarehouseResourceCreateFluentHelper 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 fluent helper to create a new WarehouseResource entity. To perform execution, call the execute method on the fluent helper object.
    • deleteWarehouseResource

      @Nonnull WarehouseResourceDeleteFluentHelper 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 fluent helper to delete an existing WarehouseResource entity. To perform execution, call the execute method on the fluent helper object.
    • logoffFromWarehouseResource

      @Nonnull LogoffFromWarehouseResourceFluentHelper logoffFromWarehouseResource(@Nonnull String warehouse, @Nonnull String warehouseResource)
      Deprecated.

      Creates a fluent helper for the LogoffFromWarehouseResource OData function import.

      Parameters:
      warehouseResource - Resource

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: WarehouseResource

      warehouse - Warehouse Number

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: Warehouse

      Returns:
      A fluent helper object that will execute the LogoffFromWarehouseResource OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • logonToWarehouseResource

      @Nonnull LogonToWarehouseResourceFluentHelper logonToWarehouseResource(@Nonnull String warehouse, @Nonnull String warehouseResource)
      Deprecated.

      Creates a fluent helper for the LogonToWarehouseResource OData function import.

      Parameters:
      warehouseResource - Resource

      Constraints: Not nullable, Maximum length: 18

      Original parameter name from the Odata EDM: WarehouseResource

      warehouse - Warehouse Number

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: Warehouse

      Returns:
      A fluent helper object that will execute the LogonToWarehouseResource OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.