Interface MaterialPlanningDataService

All Superinterfaces:
BatchService<MaterialPlanningDataServiceBatch>
All Known Implementing Classes:
DefaultMaterialPlanningDataService

@Deprecated public interface MaterialPlanningDataService extends BatchService<MaterialPlanningDataServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

The service contains entities for material master data, supply and demand information, and information about the coverage of materials. You can read master data for one or more materials. You can read supply and demand information over a certain time period, or you can aggregate the quantities on category group level. You can read material coverage information.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_MRP_MATERIALS_SRV_01
API Version: 1.0.0
Minimum ERP Version: 2302
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)
Authentication Methods: x509
Business Object: Material Supply And Demand View
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull MaterialPlanningDataService 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.
    • getAllMaterialCoverage

      @Nonnull MaterialCoverageFluentHelper getAllMaterialCoverage()
      Deprecated.
      Fetch multiple MaterialCoverage entities.
      Returns:
      A fluent helper to fetch multiple MaterialCoverage 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.
    • getMaterialCoverageByKey

      @Nonnull MaterialCoverageByKeyFluentHelper getMaterialCoverageByKey(String material, String materialShortageProfile, String materialShortageProfileCount, String mRPArea, String mRPPlanningSegmentNumber, String mRPPlanningSegmentType, String mRPPlant)
      Deprecated.
      Fetch a single MaterialCoverage entity using key fields.
      Parameters:
      mRPArea -
      material -
      mRPPlanningSegmentType -
      mRPPlant -
      materialShortageProfile -
      materialShortageProfileCount -
      mRPPlanningSegmentNumber -
      Returns:
      A fluent helper to fetch a single MaterialCoverage 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.
    • getAllSupplyDemandItem

      @Nonnull SupplyDemandItemFluentHelper getAllSupplyDemandItem()
      Deprecated.
      Fetch multiple SupplyDemandItem entities.
      Returns:
      A fluent helper to fetch multiple SupplyDemandItem 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.
    • getAllMRPMaterial

      @Nonnull MRPMaterialFluentHelper getAllMRPMaterial()
      Deprecated.
      Fetch multiple MRPMaterial entities.
      Returns:
      A fluent helper to fetch multiple MRPMaterial 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.
    • getMRPMaterialByKey

      @Nonnull MRPMaterialByKeyFluentHelper getMRPMaterialByKey(String material, String mRPPlant, String mRPArea)
      Deprecated.
      Fetch a single MRPMaterial entity using key fields.
      Parameters:
      mRPArea - MRP Area

      Constraints: Not nullable, Maximum length: 10

      material - Material Number

      Constraints: Not nullable, Maximum length: 40

      mRPPlant - Plant

      Constraints: Not nullable, Maximum length: 4

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