Interface PlannedIndependentRequirementService

All Superinterfaces:
BatchService<PlannedIndependentRequirementServiceBatch>
All Known Implementing Classes:
DefaultPlannedIndependentRequirementService

@Deprecated public interface PlannedIndependentRequirementService extends BatchService<PlannedIndependentRequirementServiceBatch>
Deprecated.
The service and all its related classes are deprecated as of release 2002 (Feb 2020). Please use the odata generator to generate the VDM.

This API has been deprecated and won't be available as of SAP S/4HANA Cloud 2102. We recommend that you use the following API: https://api.sap.com/shell/discover/contentpackage/SAPS4HANACloud/api/API_PLND_INDEP_RQMT_SRV .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_FORECAST_DEMAND_SRV
API Version: 1.0.0
Minimum ERP Version: 2208
Communication Scenario: Production Planning Integration(SAP_COM_0104)
Scope Items: Make-to-Stock Production - Discrete Manufacturing(BJ5), Make-to-Stock - Process Manufacturing Based on Process Order(BJ8), Material Requirements Planning(J44), Material Requirements Planning(O44)
Business Object: Planned Independent Requirement
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull PlannedIndependentRequirementService 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.
    • getAllMaintainYearsPeriod

      @Nonnull MaintainYearsPeriodFluentHelper getAllMaintainYearsPeriod()
      Deprecated.
      Fetch multiple MaintainYearsPeriod entities.
      Returns:
      A fluent helper to fetch multiple MaintainYearsPeriod 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.
    • getMaintainYearsPeriodByKey

      @Nonnull MaintainYearsPeriodByKeyFluentHelper getMaintainYearsPeriodByKey(String material, String plant, String mRPArea, String requirementsType, String forecastDemandVersion, LocalDateTime forecastPeriodStartDate)
      Deprecated.
      Fetch a single MaintainYearsPeriod entity using key fields.
      Parameters:
      mRPArea - MRP Area

      Constraints: Not nullable, Maximum length: 10

      material - Material

      Constraints: Not nullable, Maximum length: 40

      forecastDemandVersion - Forecast Demand Version

      Constraints: Not nullable, Maximum length: 2

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      requirementsType - Requirements Type

      Constraints: Not nullable, Maximum length: 4

      forecastPeriodStartDate - Forecast Period Start Date

      Constraints: Not nullable, Precision: 7

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

      @Nonnull MaintainYearsPeriodUpdateFluentHelper updateMaintainYearsPeriod(@Nonnull MaintainYearsPeriod maintainYearsPeriod)
      Deprecated.
      Update an existing MaintainYearsPeriod entity and save it to the S/4HANA system.
      Parameters:
      maintainYearsPeriod - MaintainYearsPeriod entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaintainYearsPeriod entity. To perform execution, call the execute method on the fluent helper object.