Interface TimeDependentStockLevelService

All Known Implementing Classes:
DefaultTimeDependentStockLevelService

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

You can create, read and update the time dependent stock levels such as max stock, reorder point and safety stock. You can also split and merge the stock validity intervals..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: PRODTIMEDPDNTSTCK_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Buffer Sizing Integration(SAP_COM_0359)
Scope Items: Demand-Driven Buffer Level Management(1Y2)
Authentication Methods: x509
Service Group Name: API_PROD_TIMEDPDNTSTCK_SRV
Business Object: Product Time Dependent Stock Level
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull TimeDependentStockLevelService 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.
    • getAllProdTimeDepdntStockLvl

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

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

      @Nonnull GetByKeyRequestBuilder<ProdTimeDepdntStockLvl> getProdTimeDepdntStockLvlByKey(String product, String plant, String mRPArea, LocalDate stockLevelValidityStartDate)
      Deprecated.
      Fetch a single ProdTimeDepdntStockLvl entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 18

      mRPArea - MRP Area

      Constraints: Not nullable, Maximum length: 10

      stockLevelValidityStartDate - Valid-From Date

      Constraints: Not nullable

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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