Interface ProductAvailabilityInfoService

All Known Implementing Classes:
DefaultProductAvailabilityInfoService

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

The service provides fast access to the product availability information including supply protection. Characteristics can be provided to match supply protection groups. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_API_PRODUCT_AVAILY_INFO_0001
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Product Availability Information Integration(SAP_COM_0115)
Scope Items: Advanced Available-to-Promise Processing(1JW), Basic Available-to-Promise Processing(2LN)
Authentication Methods: x509
Service Group Name: API_PRODUCT_AVAILY_INFO
Business Object: Available To Promise
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ProductAvailabilityInfoService 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.
    • getAllProductMRPArea

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

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

      @Nonnull GetByKeyRequestBuilder<ATPRlvtProductMRPArea> getProductMRPAreaByKey(String product, String mRPArea)
      Deprecated.
      Fetch a single ATPRlvtProductMRPArea entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 18

      mRPArea - MRP Area

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<ATPRlvtProductMRPAreaBatch> getProductMRPAreaBatchByKey(String product, String mRPArea, String batch)
      Deprecated.
      Fetch a single ATPRlvtProductMRPAreaBatch entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 18

      mRPArea - MRP Area

      Constraints: Not nullable, Maximum length: 10

      batch - Batch Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<ATPRlvtProductStorLoc> getProductStorageLocationByKey(String product, String storageLocation, String mRPArea)
      Deprecated.
      Fetch a single ATPRlvtProductStorLoc entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 18

      mRPArea - MRP Area

      Constraints: Not nullable, Maximum length: 10

      storageLocation - MRP Area Location

      Constraints: Not nullable, Maximum length: 4

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

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