public static final class ProductCharc.ProductCharcBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductCharc |
build() |
ProductCharc.ProductCharcBuilder |
changeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
ProductCharc.ProductCharcBuilder |
charcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ProductCharc.ProductCharcBuilder |
classType(String classType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
ProductCharc.ProductCharcBuilder |
keyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
ProductCharc.ProductCharcBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
String |
toString() |
ProductCharc.ProductCharcBuilder |
valuation(ProductCharcValue... value)
Navigation property to_Valuation for ProductCharc to multiple ProductCharcValue.
|
@Nonnull public ProductCharc.ProductCharcBuilder valuation(ProductCharcValue... value)
value
- The ProductCharcValues to build this ProductCharc with.@Nonnull public ProductCharc.ProductCharcBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductCharc.ProductCharcBuilder charcInternalID(@Nullable String charcInternalID)
Original property name from the Odata EDM: CharcInternalID
this
.@Nonnull public ProductCharc.ProductCharcBuilder classType(@Nullable String classType)
Original property name from the Odata EDM: ClassType
this
.@Nonnull public ProductCharc.ProductCharcBuilder keyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
this
.@Nonnull public ProductCharc.ProductCharcBuilder 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 ProductCharc build()
Copyright © 2021 SAP SE. All rights reserved.