public static class ProductProcurement.ProductProcurementBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductProcurement |
build() |
ProductProcurement.ProductProcurementBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
ProductProcurement.ProductProcurementBuilder |
purchaseOrderQuantityUnit(String purchaseOrderQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
ProductProcurement.ProductProcurementBuilder |
purchasingAcknProfile(String purchasingAcknProfile)
Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
ProductProcurement.ProductProcurementBuilder |
varblPurOrdUnitStatus(String varblPurOrdUnitStatus)
Constraints: Not nullable, Maximum length: 1
|
@Nonnull public ProductProcurement.ProductProcurementBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public ProductProcurement.ProductProcurementBuilder purchaseOrderQuantityUnit(@Nullable String purchaseOrderQuantityUnit)
Original property name from the Odata EDM: PurchaseOrderQuantityUnit
this
.@Nonnull public ProductProcurement.ProductProcurementBuilder varblPurOrdUnitStatus(@Nullable String varblPurOrdUnitStatus)
Original property name from the Odata EDM: VarblPurOrdUnitStatus
The information from the field in the material master record is adopted in the purchasing info record. In the purchase order and in the source list, you can enter an order unit that differs from the one in the purchasing info record.If you wish to specify a different order unit for a requisition, you must assign a source with a different order unit to the requisition.The field also determines whether you work with conditions for each order unit.
this
.@Nonnull public ProductProcurement.ProductProcurementBuilder purchasingAcknProfile(@Nullable String purchasingAcknProfile)
Original property name from the Odata EDM: PurchasingAcknProfile
acknowledgment requirement of the material for Purchasing.this
.@Nonnull public ProductProcurement build()
Copyright © 2021 SAP SE. All rights reserved.