@Deprecated public interface PlannedIndependentRequirementService extends BatchService<PlannedIndependentRequirementServiceBatch>
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 API Business Hub
OData Service: | API_FORECAST_DEMAND_SRV |
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, OAuth2 |
Business Object: | PlannedIndependentRequirement |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
Deprecated.
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 |
---|---|
MaintainYearsPeriodFluentHelper |
getAllMaintainYearsPeriod()
Deprecated.
Fetch multiple
MaintainYearsPeriod entities. |
MaintainYearsPeriodByKeyFluentHelper |
getMaintainYearsPeriodByKey(String material,
String plant,
String mRPArea,
String requirementsType,
String forecastDemandVersion,
LocalDateTime forecastPeriodStartDate)
Deprecated.
Fetch a single
MaintainYearsPeriod entity using key fields. |
MaintainYearsPeriodUpdateFluentHelper |
updateMaintainYearsPeriod(MaintainYearsPeriod maintainYearsPeriod)
Deprecated.
Update an existing
MaintainYearsPeriod entity and save it to the S/4HANA system. |
PlannedIndependentRequirementService |
withServicePath(String servicePath)
Deprecated.
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 PlannedIndependentRequirementService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull MaintainYearsPeriodFluentHelper getAllMaintainYearsPeriod()
MaintainYearsPeriod
entities.MaintainYearsPeriod
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 MaintainYearsPeriodByKeyFluentHelper getMaintainYearsPeriodByKey(String material, String plant, String mRPArea, String requirementsType, String forecastDemandVersion, LocalDateTime forecastPeriodStartDate)
MaintainYearsPeriod
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
forecastDemandVersion
- Alphanumeric description of a demand program, also known as the (demand) version number.
Constraints: Not nullable, Maximum length: 2
plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
requirementsType
- The requirements type determines the planning strategy to be used for a particular requirement.
Constraints: Not nullable, Maximum length: 4
forecastPeriodStartDate
- Period Start Date
Constraints: Not nullable, Precision: 7
MaintainYearsPeriod
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 MaintainYearsPeriodUpdateFluentHelper updateMaintainYearsPeriod(@Nonnull MaintainYearsPeriod maintainYearsPeriod)
MaintainYearsPeriod
entity and save it to the S/4HANA system.maintainYearsPeriod
- MaintainYearsPeriod
entity object that will be updated in the S/4HANA system.MaintainYearsPeriod
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.