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.
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Fetch multipleMaterialCoverageentities.Deprecated.Fetch multipleMRPMaterialentities.Deprecated.Fetch multipleSupplyDemandItementities.getMaterialCoverageByKey(String material, String materialShortageProfile, String materialShortageProfileCount, String mRPArea, String mRPPlanningSegmentNumber, String mRPPlanningSegmentType, String mRPPlant) Deprecated.Fetch a singleMaterialCoverageentity using key fields.getMRPMaterialByKey(String material, String mRPPlant, String mRPArea) Deprecated.Fetch a singleMRPMaterialentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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
Deprecated.Fetch multipleMaterialCoverageentities.- Returns:
- A fluent helper to fetch multiple
MaterialCoverageentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod 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 singleMaterialCoverageentity using key fields.- Parameters:
mRPArea-material-mRPPlanningSegmentType-mRPPlant-materialShortageProfile-materialShortageProfileCount-mRPPlanningSegmentNumber-- Returns:
- A fluent helper to fetch a single
MaterialCoverageentity 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 theexecutemethod on the fluent helper object.
-
getAllSupplyDemandItem
Deprecated.Fetch multipleSupplyDemandItementities.- Returns:
- A fluent helper to fetch multiple
SupplyDemandItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMRPMaterial
Deprecated.Fetch multipleMRPMaterialentities.- Returns:
- A fluent helper to fetch multiple
MRPMaterialentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMRPMaterialByKey
@Nonnull MRPMaterialByKeyFluentHelper getMRPMaterialByKey(String material, String mRPPlant, String mRPArea) Deprecated.Fetch a singleMRPMaterialentity using key fields.- Parameters:
mRPArea- MRP AreaConstraints: Not nullable, Maximum length: 10
material- Material NumberConstraints: Not nullable, Maximum length: 40
mRPPlant- PlantConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
MRPMaterialentity 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 theexecutemethod on the fluent helper object.
-