Modifier and Type | Field and Description |
---|---|
static PurchaseContractItemLink<PurContrItemCondition> |
PurchaseContractItem.TO_PUR_CONTR_ITEM_CONDITION
Use with available fluent helpers to apply the to_PurContrItemCondition navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PurContrItemCondition |
PurContrItemCondition.PurContrItemConditionBuilder.build() |
protected PurContrItemCondition |
PurContrItemConditionCreateFluentHelper.getEntity() |
protected PurContrItemCondition |
PurContrItemConditionUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PurContrItemCondition> |
PurchaseContractItem.fetchPurContrItemCondition()
Fetches the PurContrItemCondition entities (one to many) associated with this entity.
|
protected Class<PurContrItemCondition> |
PurContrItemConditionFluentHelper.getEntityClass() |
protected Class<PurContrItemCondition> |
PurContrItemConditionByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PurContrItemCondition>> |
PurchaseContractItem.getPurContrItemConditionIfPresent()
Retrieval of associated PurContrItemCondition entities (one to many).
|
List<PurContrItemCondition> |
PurchaseContractItem.getPurContrItemConditionOrFetch()
Retrieval of associated PurContrItemCondition entities (one to many).
|
Class<PurContrItemCondition> |
PurContrItemCondition.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContractItem.addPurContrItemCondition(PurContrItemCondition... entity)
Adds elements to the list of associated PurContrItemCondition entities.
|
PurchaseContractItem.PurchaseContractItemBuilder |
PurchaseContractItem.PurchaseContractItemBuilder.purContrItemCondition(PurContrItemCondition... value)
Navigation property to_PurContrItemCondition for PurchaseContractItem to multiple
PurContrItemCondition.
|
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContractItem.setPurContrItemCondition(List<PurContrItemCondition> value)
Overwrites the list of associated PurContrItemCondition entities for the loaded navigation property
to_PurContrItemCondition.
|
Constructor and Description |
---|
PurContrItemConditionCreateFluentHelper(String servicePath,
PurContrItemCondition entity)
Creates a fluent helper object that will create a
PurContrItemCondition entity on the OData endpoint. |
PurContrItemConditionUpdateFluentHelper(String servicePath,
PurContrItemCondition entity)
Creates a fluent helper object that will update a
PurContrItemCondition entity on the OData endpoint. |
Constructor and Description |
---|
PurchaseContractItem(String purchaseContract,
String purchaseContractItem,
String purchasingContractDeletionCode,
String purchaseContractItemText,
String plant,
String storageLocation,
String requirementTracking,
String materialGroup,
String supplierMaterialNumber,
String orderQuantityUnit,
BigDecimal targetQuantity,
BigDecimal purgDocReleaseOrderQuantity,
String orderPriceUnit,
BigDecimal orderPriceUnitToOrderUnitNmrtr,
BigDecimal ordPriceUnitToOrderUnitDnmntr,
BigDecimal contractNetPriceAmount,
String documentCurrency,
BigDecimal netPriceQuantity,
String taxCode,
String stockType,
String isInfoRecordUpdated,
Boolean priceIsToBePrinted,
Boolean purgDocEstimatedPrice,
BigDecimal noDaysReminder1,
BigDecimal noDaysReminder2,
BigDecimal noDaysReminder3,
BigDecimal overdelivTolrtdLmtRatioInPct,
Boolean unlimitedOverdeliveryIsAllowed,
BigDecimal underdelivTolrtdLmtRatioInPct,
String purchasingDocumentItemCategory,
String accountAssignmentCategory,
String multipleAcctAssgmtDistribution,
Boolean goodsReceiptIsExpected,
Boolean goodsReceiptIsNonValuated,
Boolean invoiceIsExpected,
Boolean invoiceIsGoodsReceiptBased,
Boolean isOrderAcknRqd,
String purgDocOrderAcknNumber,
String shippingInstruction,
String manualDeliveryAddressID,
String volumeUnit,
String subcontractor,
Boolean evaldRcptSettlmtIsAllowed,
String material,
String servicePerformer,
String productType,
String materialType,
String formattedPurchaseContractItem,
PurchaseContract toPurchaseContract,
List<PurContrItemCondition> toPurContrItemCondition,
List<PurCtrAccount> toPurCtrAccount,
List<PurCtrAddress> toPurCtrAddress) |
Modifier and Type | Method and Description |
---|---|
PurchaseContractServiceBatchChangeSet |
PurchaseContractServiceBatchChangeSet.createPurContrItemCondition(PurContrItemCondition purContrItemCondition)
Create a new
PurContrItemCondition entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
DefaultPurchaseContractServiceBatchChangeSet.createPurContrItemCondition(PurContrItemCondition purContrItemCondition)
Create a new
PurContrItemCondition entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
PurchaseContractServiceBatchChangeSet.updatePurContrItemCondition(PurContrItemCondition purContrItemCondition)
Update an existing
PurContrItemCondition entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
DefaultPurchaseContractServiceBatchChangeSet.updatePurContrItemCondition(PurContrItemCondition purContrItemCondition)
Update an existing
PurContrItemCondition entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PurContrItemCondition> |
PurContrItemConditionOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected PurContrItemConditionLink<ObjectT> |
PurContrItemConditionLink.translateLinkType(EntityLink<PurContrItemConditionLink<ObjectT>,PurContrItemCondition,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
PurContrItemConditionCreateFluentHelper |
PurchaseContractService.createPurContrItemCondition(PurContrItemCondition purContrItemCondition)
Create a new
PurContrItemCondition entity and save it to the S/4HANA system. |
PurContrItemConditionCreateFluentHelper |
DefaultPurchaseContractService.createPurContrItemCondition(PurContrItemCondition purContrItemCondition) |
PurContrItemConditionUpdateFluentHelper |
PurchaseContractService.updatePurContrItemCondition(PurContrItemCondition purContrItemCondition)
Update an existing
PurContrItemCondition entity and save it to the S/4HANA system. |
PurContrItemConditionUpdateFluentHelper |
DefaultPurchaseContractService.updatePurContrItemCondition(PurContrItemCondition purContrItemCondition) |
Copyright © 2019 SAP SE. All rights reserved.