public static final class BatchCharcValue.BatchCharcValueBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BatchCharcValue.BatchCharcValueBuilder |
batch(String batch)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BatchCharcValue.BatchCharcValueBuilder |
batchCharc(BatchCharc value)
Navigation property to_BatchCharc for BatchCharcValue to single BatchCharc.
|
BatchCharcValue.BatchCharcValueBuilder |
batchIdentifyingPlant(String batchIdentifyingPlant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BatchCharcValue |
build() |
BatchCharcValue.BatchCharcValueBuilder |
characteristicAuthor(String characteristicAuthor)
Constraints: Not nullable, Maximum length: 1
|
BatchCharcValue.BatchCharcValueBuilder |
charcFromAmount(BigDecimal charcFromAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
BatchCharcValue.BatchCharcValueBuilder |
charcFromDate(LocalDateTime charcFromDate)
Constraints: Not nullable, Precision: 0
|
BatchCharcValue.BatchCharcValueBuilder |
charcFromDecimalValue(BigDecimal charcFromDecimalValue)
Constraints: Not nullable, Precision: 31, Scale: 14
|
BatchCharcValue.BatchCharcValueBuilder |
charcFromNumericValue(Double charcFromNumericValue)
Constraints: none
|
BatchCharcValue.BatchCharcValueBuilder |
charcFromNumericValueUnit(String charcFromNumericValueUnit)
Constraints: Not nullable, Maximum length: 3
|
BatchCharcValue.BatchCharcValueBuilder |
charcFromTime(LocalTime charcFromTime)
Constraints: Not nullable, Precision: 0
|
BatchCharcValue.BatchCharcValueBuilder |
charcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BatchCharcValue.BatchCharcValueBuilder |
charcToAmount(BigDecimal charcToAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
BatchCharcValue.BatchCharcValueBuilder |
charcToDate(LocalDateTime charcToDate)
Constraints: Not nullable, Precision: 0
|
BatchCharcValue.BatchCharcValueBuilder |
charcToDecimalValue(BigDecimal charcToDecimalValue)
Constraints: Not nullable, Precision: 31, Scale: 14
|
BatchCharcValue.BatchCharcValueBuilder |
charcToNumericValue(Double charcToNumericValue)
Constraints: none
|
BatchCharcValue.BatchCharcValueBuilder |
charcToNumericValueUnit(String charcToNumericValueUnit)
Constraints: Not nullable, Maximum length: 3
|
BatchCharcValue.BatchCharcValueBuilder |
charcToTime(LocalTime charcToTime)
Constraints: Not nullable, Precision: 0
|
BatchCharcValue.BatchCharcValueBuilder |
charcValue(String charcValue)
Constraints: Not nullable, Maximum length: 70
|
BatchCharcValue.BatchCharcValueBuilder |
charcValueDependency(String charcValueDependency)
Constraints: Not nullable, Maximum length: 1
|
BatchCharcValue.BatchCharcValueBuilder |
charcValuePositionNumber(String charcValuePositionNumber)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
BatchCharcValue.BatchCharcValueBuilder |
currency(String currency)
Constraints: Not nullable, Maximum length: 5
|
BatchCharcValue.BatchCharcValueBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
BatchCharcValue.BatchCharcValueBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 16
|
String |
toString() |
@Nonnull public BatchCharcValue.BatchCharcValueBuilder batchCharc(BatchCharc value)
value
- The BatchCharc to build this BatchCharcValue with.@Nonnull public BatchCharcValue.BatchCharcValueBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder batchIdentifyingPlant(@Nullable String batchIdentifyingPlant)
Original property name from the Odata EDM: BatchIdentifyingPlant
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder batch(@Nullable String batch)
Original property name from the Odata EDM: Batch
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcInternalID(@Nullable String charcInternalID)
Original property name from the Odata EDM: CharcInternalID
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcValuePositionNumber(@Nullable String charcValuePositionNumber)
Original property name from the Odata EDM: CharcValuePositionNumber
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcValueDependency(@Nullable String charcValueDependency)
Original property name from the Odata EDM: CharcValueDependency
Example: 1.54>-<2.088The coding of the individual possible entries is described below.Code Operator Value1 Operator Value21 EQ2 GE LT3 GE LE4 GT LT5 GT LE6 LT7 LE8 GT9 GE
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcValue(@Nullable String charcValue)
Original property name from the Odata EDM: CharcValue
If the characteristic has character format (CHAR), this field contains a single character string.Values in time
format (TIME) must have the format HH:MM:SS. The separators are set automatically. Example: 112855 -->
11:28:55The values in date format (DATE) must have the format DD.MM.YYYY. The separators are set automatically.
Example: 110100 --> 11.01.2000NoteIf you valuate validity parameters, you cannot specify intervals. You can only
specify individual values.The following description does not apply to the valuation of validity parameters:If the
characteristic format is numeric (NUM), time (TIME), or date (DATE), you can enter a number or (if allowed) an
interval.Intervals are written in the following format:Value1 - Value2 (from Value1 to Value2)>Value1 (greater
than Value1)>=Value1 (greater than or equal to Value1)
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromNumericValue(@Nullable Double charcFromNumericValue)
Original property name from the Odata EDM: CharcFromNumericValue
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromNumericValueUnit(@Nullable String charcFromNumericValueUnit)
Original property name from the Odata EDM: CharcFromNumericValueUnit
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToNumericValue(@Nullable Double charcToNumericValue)
Original property name from the Odata EDM: CharcToNumericValue
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToNumericValueUnit(@Nullable String charcToNumericValueUnit)
Original property name from the Odata EDM: CharcToNumericValueUnit
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromDecimalValue(@Nullable BigDecimal charcFromDecimalValue)
Original property name from the Odata EDM: CharcFromDecimalValue
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToDecimalValue(@Nullable BigDecimal charcToDecimalValue)
Original property name from the Odata EDM: CharcToDecimalValue
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromAmount(@Nullable BigDecimal charcFromAmount)
Original property name from the Odata EDM: CharcFromAmount
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToAmount(@Nullable BigDecimal charcToAmount)
Original property name from the Odata EDM: CharcToAmount
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder currency(@Nullable String currency)
Original property name from the Odata EDM: Currency
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromDate(@Nullable LocalDateTime charcFromDate)
Original property name from the Odata EDM: CharcFromDate
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToDate(@Nullable LocalDateTime charcToDate)
Original property name from the Odata EDM: CharcToDate
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcFromTime(@Nullable LocalTime charcFromTime)
Original property name from the Odata EDM: CharcFromTime
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder charcToTime(@Nullable LocalTime charcToTime)
Original property name from the Odata EDM: CharcToTime
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder characteristicAuthor(@Nullable String characteristicAuthor)
Original property name from the Odata EDM: CharacteristicAuthor
this
.@Nonnull public BatchCharcValue.BatchCharcValueBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.@Nonnull public BatchCharcValue build()
Copyright © 2020 SAP SE. All rights reserved.