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 .
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 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 multipleMaintainYearsPeriodentities.getMaintainYearsPeriodByKey(String material, String plant, String mRPArea, String requirementsType, String forecastDemandVersion, LocalDateTime forecastPeriodStartDate) Deprecated.Fetch a singleMaintainYearsPeriodentity using key fields.updateMaintainYearsPeriod(MaintainYearsPeriod maintainYearsPeriod) Deprecated.Update an existingMaintainYearsPeriodentity and save it to the S/4HANA system.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.
-
getAllMaintainYearsPeriod
Deprecated.Fetch multipleMaintainYearsPeriodentities.- Returns:
- A fluent helper to fetch multiple
MaintainYearsPeriodentities. 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.
-
getMaintainYearsPeriodByKey
@Nonnull MaintainYearsPeriodByKeyFluentHelper getMaintainYearsPeriodByKey(String material, String plant, String mRPArea, String requirementsType, String forecastDemandVersion, LocalDateTime forecastPeriodStartDate) Deprecated.Fetch a singleMaintainYearsPeriodentity using key fields.- Parameters:
mRPArea- MRP AreaConstraints: Not nullable, Maximum length: 10
material- MaterialConstraints: Not nullable, Maximum length: 40
forecastDemandVersion- Forecast Demand VersionConstraints: Not nullable, Maximum length: 2
plant- PlantConstraints: Not nullable, Maximum length: 4
requirementsType- Requirements TypeConstraints: Not nullable, Maximum length: 4
forecastPeriodStartDate- Forecast Period Start DateConstraints: Not nullable, Precision: 7
- Returns:
- A fluent helper to fetch a single
MaintainYearsPeriodentity 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.
-
updateMaintainYearsPeriod
@Nonnull MaintainYearsPeriodUpdateFluentHelper updateMaintainYearsPeriod(@Nonnull MaintainYearsPeriod maintainYearsPeriod) Deprecated.Update an existingMaintainYearsPeriodentity and save it to the S/4HANA system.- Parameters:
maintainYearsPeriod-MaintainYearsPeriodentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MaintainYearsPeriodentity. To perform execution, call theexecutemethod on the fluent helper object.
-