Class DefaultMaterialPlanningDataService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultMaterialPlanningDataService
- All Implemented Interfaces:
BatchService<MaterialPlanningDataServiceBatch>,MaterialPlanningDataService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultMaterialPlanningDataService")
@Deprecated
public class DefaultMaterialPlanningDataService
extends Object
implements MaterialPlanningDataService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.MaterialPlanningDataService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingMaterialPlanningDataService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.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.
-
Constructor Details
-
DefaultMaterialPlanningDataService
public DefaultMaterialPlanningDataService()Deprecated.Creates a service usingMaterialPlanningDataService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:MaterialPlanningDataServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceMaterialPlanningDataService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<MaterialPlanningDataServiceBatch>
-
getAllMaterialCoverage
Deprecated.Description copied from interface:MaterialPlanningDataServiceFetch multipleMaterialCoverageentities.- Specified by:
getAllMaterialCoveragein interfaceMaterialPlanningDataService- 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 public MaterialCoverageByKeyFluentHelper getMaterialCoverageByKey(String material, String materialShortageProfile, String materialShortageProfileCount, String mRPArea, String mRPPlanningSegmentNumber, String mRPPlanningSegmentType, String mRPPlant) Deprecated.Description copied from interface:MaterialPlanningDataServiceFetch a singleMaterialCoverageentity using key fields.- Specified by:
getMaterialCoverageByKeyin interfaceMaterialPlanningDataService- 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.Description copied from interface:MaterialPlanningDataServiceFetch multipleSupplyDemandItementities.- Specified by:
getAllSupplyDemandItemin interfaceMaterialPlanningDataService- 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.Description copied from interface:MaterialPlanningDataServiceFetch multipleMRPMaterialentities.- Specified by:
getAllMRPMaterialin interfaceMaterialPlanningDataService- 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 public MRPMaterialByKeyFluentHelper getMRPMaterialByKey(String material, String mRPPlant, String mRPArea) Deprecated.Description copied from interface:MaterialPlanningDataServiceFetch a singleMRPMaterialentity using key fields.- Specified by:
getMRPMaterialByKeyin interfaceMaterialPlanningDataService- Parameters:
material- Material NumberConstraints: Not nullable, Maximum length: 40
mRPPlant- PlantConstraints: Not nullable, Maximum length: 4
mRPArea- MRP AreaConstraints: Not nullable, Maximum length: 10
- 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.
-