public interface MaterialPlanningDataService extends BatchService<MaterialPlanningDataServiceBatch>
Reading planning data includes material master data as well as supply and demand information for a certain period of time and information about the coverage of materials.
Reference: SAP API Business Hub
OData Service: | API_MRP_MATERIALS_SRV_01 |
API Version: | 1 |
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) |
Authentication Methods: | Basic, x509 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
MaterialCoverageFluentHelper |
getAllMaterialCoverage()
Fetch multiple
MaterialCoverage entities. |
MRPMaterialFluentHelper |
getAllMRPMaterial()
Fetch multiple
MRPMaterial entities. |
SupplyDemandItemFluentHelper |
getAllSupplyDemandItem()
Fetch multiple
SupplyDemandItem entities. |
MaterialCoverageByKeyFluentHelper |
getMaterialCoverageByKey(String material,
String materialShortageProfile,
String materialShortageProfileCount,
String mRPArea,
String mRPPlanningSegmentNumber,
String mRPPlanningSegmentType,
String mRPPlant)
Fetch a single
MaterialCoverage entity using key fields. |
MRPMaterialByKeyFluentHelper |
getMRPMaterialByKey(String material,
String mRPPlant,
String mRPArea)
Fetch a single
MRPMaterial entity using key fields. |
MaterialPlanningDataService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull MaterialPlanningDataService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull MaterialCoverageFluentHelper getAllMaterialCoverage()
MaterialCoverage
entities.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.@Nonnull MaterialCoverageByKeyFluentHelper getMaterialCoverageByKey(String material, String materialShortageProfile, String materialShortageProfileCount, String mRPArea, String mRPPlanningSegmentNumber, String mRPPlanningSegmentType, String mRPPlant)
MaterialCoverage
entity using key fields.mRPArea
- material
- mRPPlanningSegmentType
- mRPPlant
- materialShortageProfile
- materialShortageProfileCount
- mRPPlanningSegmentNumber
- 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.@Nonnull SupplyDemandItemFluentHelper getAllSupplyDemandItem()
SupplyDemandItem
entities.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.@Nonnull MRPMaterialFluentHelper getAllMRPMaterial()
MRPMaterial
entities.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.@Nonnull MRPMaterialByKeyFluentHelper getMRPMaterialByKey(String material, String mRPPlant, String mRPArea)
MRPMaterial
entity using key fields.mRPArea
- Number of the MRP area for which material requirements planning should be carried out separately.
Constraints: Not nullable, Maximum length: 10
material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
mRPPlant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
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.Copyright © 2020 SAP SE. All rights reserved.