Modifier and Type | Method and Description |
---|---|
Value |
build() |
Value.ValueBuilder |
changeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
Value.ValueBuilder |
characteristic(Characteristic value)
Navigation property to_Characteristic for Value to single Characteristic.
|
Value.ValueBuilder |
characteristic(String value)
Constraints: Not nullable, Maximum length: 30
|
Value.ValueBuilder |
charcDataType(String charcDataType)
Constraints: Not nullable, Maximum length: 4
|
Value.ValueBuilder |
charcFromAmount(BigDecimal charcFromAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
Value.ValueBuilder |
charcFromDate(LocalDateTime charcFromDate)
Constraints: Not nullable, Precision: 0
|
Value.ValueBuilder |
charcFromDecimalValue(BigDecimal charcFromDecimalValue)
Constraints: Not nullable, Precision: 31, Scale: 14
|
Value.ValueBuilder |
charcFromNumericValue(Double charcFromNumericValue)
Constraints: none
|
Value.ValueBuilder |
charcFromNumericValueUnit(String charcFromNumericValueUnit)
Constraints: Not nullable, Maximum length: 3
|
Value.ValueBuilder |
charcFromTime(LocalTime charcFromTime)
Constraints: Not nullable, Precision: 0
|
Value.ValueBuilder |
charcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
Value.ValueBuilder |
charcToAmount(BigDecimal charcToAmount)
Constraints: Not nullable, Precision: 24, Scale: 3
|
Value.ValueBuilder |
charcToDate(LocalDateTime charcToDate)
Constraints: Not nullable, Precision: 0
|
Value.ValueBuilder |
charcToDecimalValue(BigDecimal charcToDecimalValue)
Constraints: Not nullable, Precision: 31, Scale: 14
|
Value.ValueBuilder |
charcToNumericValue(Double charcToNumericValue)
Constraints: none
|
Value.ValueBuilder |
charcToNumericValueUnit(String charcToNumericValueUnit)
Constraints: Not nullable, Maximum length: 3
|
Value.ValueBuilder |
charcToTime(LocalTime charcToTime)
Constraints: Not nullable, Precision: 0
|
Value.ValueBuilder |
charcValue(String charcValue)
Constraints: Not nullable, Maximum length: 70
|
Value.ValueBuilder |
charcValueDependency(String charcValueDependency)
Constraints: Not nullable, Maximum length: 1
|
Value.ValueBuilder |
charcValuePositionNumber(String charcValuePositionNumber)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
Value.ValueBuilder |
classInternalID(String classInternalID)
Constraints: Not nullable, Maximum length: 10
|
Value.ValueBuilder |
classType(String classType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
Value.ValueBuilder |
currency(String currency)
Constraints: Not nullable, Maximum length: 5
|
Value.ValueBuilder |
functionalLocation(String functionalLocation)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
Value.ValueBuilder |
functionalLocationLabelName(String functionalLocationLabelName)
Constraints: Not nullable, Maximum length: 40
|
Value.ValueBuilder |
keyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
@Nonnull public Value.ValueBuilder characteristic(Characteristic value)
value
- The Characteristic to build this Value with.@Nonnull public Value.ValueBuilder characteristic(String value)
Original property name from the Odata EDM: Characteristic
value
- The characteristic to build this Value with.@Nonnull public Value.ValueBuilder functionalLocation(@Nullable String functionalLocation)
Original property name from the Odata EDM: FunctionalLocation
this
.@Nonnull public Value.ValueBuilder classType(@Nullable String classType)
Original property name from the Odata EDM: ClassType
this
.@Nonnull public Value.ValueBuilder charcValuePositionNumber(@Nullable String charcValuePositionNumber)
Original property name from the Odata EDM: CharcValuePositionNumber
this
.@Nonnull public Value.ValueBuilder charcInternalID(@Nullable String charcInternalID)
Original property name from the Odata EDM: CharcInternalID
this
.@Nonnull public Value.ValueBuilder functionalLocationLabelName(@Nullable String functionalLocationLabelName)
Original property name from the Odata EDM: FunctionalLocationLabelName
The functional location label can be changed where necessary. The system then automatically creates a labeling history and prevents historical labels from being reused without this first being checked. The labeling history also enables the interpretation of historical location labels in non-changeable documents outside the SAP System.You can assign one primary and several alternative labels to a functional location.
this
.@Nonnull public Value.ValueBuilder charcDataType(@Nullable String charcDataType)
Original property name from the Odata EDM: CharcDataType
The data type defines whether a characteristic value is a character string, a number, a date, or a time.
this
.@Nonnull public Value.ValueBuilder classInternalID(@Nullable String classInternalID)
Original property name from the Odata EDM: ClassInternalID
this
.@Nonnull public Value.ValueBuilder keyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
this
.@Nonnull public Value.ValueBuilder changeNumber(@Nullable String changeNumber)
Original property name from the Odata EDM: ChangeNumber
If you make a change with reference to a change number, or create an object with a change number, the following functions are at your disposal:The system determines the validity conditionsThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date validity (valid-from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation of the changesAssignment of a revision level to a change state of a material or documentRelease of changes for the different areas in the company
this
.@Nonnull public Value.ValueBuilder 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 Value.ValueBuilder 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 Value.ValueBuilder charcFromNumericValue(@Nullable Double charcFromNumericValue)
Original property name from the Odata EDM: CharcFromNumericValue
this
.@Nonnull public Value.ValueBuilder 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 Value.ValueBuilder charcToNumericValue(@Nullable Double charcToNumericValue)
Original property name from the Odata EDM: CharcToNumericValue
this
.@Nonnull public Value.ValueBuilder 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 Value.ValueBuilder charcFromDecimalValue(@Nullable BigDecimal charcFromDecimalValue)
Original property name from the Odata EDM: CharcFromDecimalValue
this
.@Nonnull public Value.ValueBuilder charcToDecimalValue(@Nullable BigDecimal charcToDecimalValue)
Original property name from the Odata EDM: CharcToDecimalValue
this
.@Nonnull public Value.ValueBuilder charcFromAmount(@Nullable BigDecimal charcFromAmount)
Original property name from the Odata EDM: CharcFromAmount
this
.@Nonnull public Value.ValueBuilder charcToAmount(@Nullable BigDecimal charcToAmount)
Original property name from the Odata EDM: CharcToAmount
this
.@Nonnull public Value.ValueBuilder currency(@Nullable String currency)
Original property name from the Odata EDM: Currency
this
.@Nonnull public Value.ValueBuilder charcFromDate(@Nullable LocalDateTime charcFromDate)
Original property name from the Odata EDM: CharcFromDate
this
.@Nonnull public Value.ValueBuilder charcToDate(@Nullable LocalDateTime charcToDate)
Original property name from the Odata EDM: CharcToDate
this
.@Nonnull public Value.ValueBuilder charcFromTime(@Nullable LocalTime charcFromTime)
Original property name from the Odata EDM: CharcFromTime
this
.@Nonnull public Value.ValueBuilder charcToTime(@Nullable LocalTime charcToTime)
Original property name from the Odata EDM: CharcToTime
this
.Copyright © 2020 SAP SE. All rights reserved.