public static final class PlannedIndepRqmt.PlannedIndepRqmtBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PlannedIndepRqmt |
build() |
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
mRPArea(String mRPArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
plndIndepRqmtInternalID(String plndIndepRqmtInternalID)
Constraints: Not nullable, Maximum length: 12
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
plndIndepRqmtIsActive(String plndIndepRqmtIsActive)
Constraints: Not nullable, Maximum length: 1
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
plndIndepRqmtItem(PlannedIndepRqmtItem... value)
Navigation property to_PlndIndepRqmtItem for PlannedIndepRqmt to multiple
PlannedIndepRqmtItem.
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
plndIndepRqmtLastChgdDateTime(ZonedDateTime plndIndepRqmtLastChgdDateTime)
Constraints: Not nullable, Precision: 7
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
plndIndepRqmtType(String plndIndepRqmtType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
plndIndepRqmtVersion(String plndIndepRqmtVersion)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
requirementPlan(String requirementPlan)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
requirementPlanIsExternal(Boolean requirementPlanIsExternal)
Constraints: none
|
PlannedIndepRqmt.PlannedIndepRqmtBuilder |
requirementSegment(String requirementSegment)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
@Nonnull public PlannedIndepRqmt.PlannedIndepRqmtBuilder plndIndepRqmtItem(PlannedIndepRqmtItem... value)
value
- The PlannedIndepRqmtItems to build this PlannedIndepRqmt with.public PlannedIndepRqmt.PlannedIndepRqmtBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
public PlannedIndepRqmt.PlannedIndepRqmtBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
public PlannedIndepRqmt.PlannedIndepRqmtBuilder mRPArea(@Nullable String mRPArea)
Original property name from the Odata EDM: MRPArea
public PlannedIndepRqmt.PlannedIndepRqmtBuilder plndIndepRqmtType(@Nullable String plndIndepRqmtType)
Original property name from the Odata EDM: PlndIndepRqmtType
public PlannedIndepRqmt.PlannedIndepRqmtBuilder plndIndepRqmtVersion(@Nullable String plndIndepRqmtVersion)
Original property name from the Odata EDM: PlndIndepRqmtVersion
The version number is used for organizational purposes for the creation and further use of the demand program.Versions can be set to active and inactive. Only active versions are included in the planning run.Using the version compare function, you can compare various versions of a demand program with each other.With the version number various planned independent requirements can be indicated according to their origin. For example, whether the demand program results from SOP or from the material forecast.You can also create versions for long-term planning.
public PlannedIndepRqmt.PlannedIndepRqmtBuilder requirementPlan(@Nullable String requirementPlan)
Original property name from the Odata EDM: RequirementPlan
The requirements plan number is used as a criterion for selection.
public PlannedIndepRqmt.PlannedIndepRqmtBuilder requirementSegment(@Nullable String requirementSegment)
Original property name from the Odata EDM: RequirementSegment
Customer 1 accepts quality 1 and 2 while customer 2 accepts only quality 1. This results in 2 different requirement segments which can be assigned to different stock segments.
segments are satisfied by which stock segments using segmentation strategies in the transaction Segmentation Strategy Maintenance .public PlannedIndepRqmt.PlannedIndepRqmtBuilder requirementPlanIsExternal(@Nullable Boolean requirementPlanIsExternal)
Original property name from the Odata EDM: RequirementPlanIsExternal
public PlannedIndepRqmt.PlannedIndepRqmtBuilder plndIndepRqmtInternalID(@Nullable String plndIndepRqmtInternalID)
Original property name from the Odata EDM: PlndIndepRqmtInternalID
public PlannedIndepRqmt.PlannedIndepRqmtBuilder plndIndepRqmtIsActive(@Nullable String plndIndepRqmtIsActive)
Original property name from the Odata EDM: PlndIndepRqmtIsActive
public PlannedIndepRqmt.PlannedIndepRqmtBuilder plndIndepRqmtLastChgdDateTime(@Nullable ZonedDateTime plndIndepRqmtLastChgdDateTime)
Original property name from the Odata EDM: PlndIndepRqmtLastChgdDateTime
In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.
public PlannedIndepRqmt build()
Copyright © 2019 SAP SE. All rights reserved.