public class MaintainYearsPeriodByKeyFluentHelper extends FluentHelperByKey<MaintainYearsPeriodByKeyFluentHelper,MaintainYearsPeriod,MaintainYearsPeriodSelectable>
MaintainYearsPeriod
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.Constructor and Description |
---|
MaintainYearsPeriodByKeyFluentHelper(String material,
String plant,
String mRPArea,
String requirementsType,
String forecastDemandVersion,
Calendar forecastPeriodStartDate)
Creates a fluent helper object that will fetch a single
MaintainYearsPeriod entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public MaintainYearsPeriodByKeyFluentHelper(String material, String plant, String mRPArea, String requirementsType, String forecastDemandVersion, Calendar forecastPeriodStartDate)
MaintainYearsPeriod
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.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
Copyright © 2018 SAP SE. All rights reserved.