Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.link |
Modifier and Type | Field and Description |
---|---|
static PurchaseContractItemLink<PurCtrAccount> |
PurchaseContractItem.TO_PUR_CTR_ACCOUNT
Use with available fluent helpers to apply the to_PurCtrAccount navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PurCtrAccount |
PurCtrAccount.PurCtrAccountBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PurCtrAccount> |
PurchaseContractItem.fetchPurCtrAccount()
Fetches the PurCtrAccount entities (one to many) associated with this entity.
|
protected Class<PurCtrAccount> |
PurCtrAccountFluentHelper.getEntityClass() |
protected Class<PurCtrAccount> |
PurCtrAccountByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PurCtrAccount>> |
PurchaseContractItem.getPurCtrAccountIfPresent()
Retrieval of associated PurCtrAccount entities (one to many).
|
List<PurCtrAccount> |
PurchaseContractItem.getPurCtrAccountOrFetch()
Retrieval of associated PurCtrAccount entities (one to many).
|
Class<PurCtrAccount> |
PurCtrAccount.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContractItem.addPurCtrAccount(PurCtrAccount... entity)
Adds elements to the list of associated PurCtrAccount entities.
|
PurchaseContractItem.PurchaseContractItemBuilder |
PurchaseContractItem.PurchaseContractItemBuilder.purCtrAccount(PurCtrAccount... value)
Navigation property to_PurCtrAccount for PurchaseContractItem to multiple PurCtrAccount.
|
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContractItem.setPurCtrAccount(List<PurCtrAccount> value)
Overwrites the list of associated PurCtrAccount entities for the loaded navigation property
to_PurCtrAccount.
|
Constructor and Description |
---|
PurchaseContractItem(String purchaseContract,
String purchaseContractItem,
String purchasingContractDeletionCode,
String purchaseContractItemText,
String companyCode,
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 taxCountry,
LocalDateTime taxDeterminationDate,
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 |
---|---|
ExpressionFluentHelper<PurCtrAccount> |
PurCtrAccountOneToOneLink.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 PurCtrAccountLink<ObjectT> |
PurCtrAccountLink.translateLinkType(EntityLink<PurCtrAccountLink<ObjectT>,PurCtrAccount,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.