public static class ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductionSupplyAreaText |
build() |
ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder |
productionSupplyArea(String productionSupplyArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder |
productionSupplyAreaName(String productionSupplyAreaName)
Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder productionSupplyArea(@Nullable String productionSupplyArea)
Original property name from the Odata EDM: ProductionSupplyArea
The PSA is used in Kanban and JIT Outbound processing and in Extended Warehouse Management.
make material directly available for production purposes.this
.@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder productionSupplyAreaName(@Nullable String productionSupplyAreaName)
Original property name from the Odata EDM: ProductionSupplyAreaName
this
.@Nonnull public ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.@Nonnull public ProductionSupplyAreaText build()
Copyright © 2020 SAP SE. All rights reserved.