Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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() |
protected PurCtrAccount |
PurCtrAccountDeleteFluentHelper.getEntity() |
protected PurCtrAccount |
PurCtrAccountUpdateFluentHelper.getEntity() |
protected PurCtrAccount |
PurCtrAccountCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PurCtrAccount> |
PurchaseContractItem.fetchPurCtrAccount()
Fetches the PurCtrAccount entities (one to many) associated with this entity.
|
protected Class<PurCtrAccount> |
PurCtrAccountByKeyFluentHelper.getEntityClass() |
protected Class<PurCtrAccount> |
PurCtrAccountFluentHelper.getEntityClass() |
Optional<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) |
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.
|
protected PurCtrAccountLink<ObjectT> |
PurCtrAccountLink.translateLinkType(EntityLink<PurCtrAccountLink<ObjectT>,PurCtrAccount,ObjectT> link) |
Constructor and Description |
---|
PurCtrAccountCreateFluentHelper(String servicePath,
PurCtrAccount entity)
Creates a fluent helper object that will create a
PurCtrAccount entity on the OData endpoint. |
PurCtrAccountDeleteFluentHelper(String servicePath,
PurCtrAccount entity)
Creates a fluent helper object that will delete a
PurCtrAccount entity on the OData endpoint. |
PurCtrAccountUpdateFluentHelper(String servicePath,
PurCtrAccount entity)
Creates a fluent helper object that will update a
PurCtrAccount entity on the OData endpoint. |
Constructor and Description |
---|
PurchaseContractItem(String purchaseContract,
String orderQuantityUnit,
BigDecimal targetQuantity,
BigDecimal purgDocReleaseOrderQuantity,
String orderPriceUnit,
BigDecimal orderPriceUnitToOrderUnitNmrtr,
BigDecimal ordPriceUnitToOrderUnitDnmntr,
BigDecimal contractNetPriceAmount,
String documentCurrency,
BigDecimal netPriceQuantity,
String taxCode,
String purchaseContractItem,
String stockType,
String isInfoRecordUpdated,
Boolean priceIsToBePrinted,
Boolean purgDocEstimatedPrice,
BigDecimal noDaysReminder1,
BigDecimal noDaysReminder2,
BigDecimal noDaysReminder3,
BigDecimal overdelivTolrtdLmtRatioInPct,
Boolean unlimitedOverdeliveryIsAllowed,
BigDecimal underdelivTolrtdLmtRatioInPct,
String purchasingContractDeletionCode,
String purchasingDocumentItemCategory,
String accountAssignmentCategory,
String multipleAcctAssgmtDistribution,
Boolean goodsReceiptIsExpected,
Boolean goodsReceiptIsNonValuated,
Boolean invoiceIsExpected,
Boolean invoiceIsGoodsReceiptBased,
Boolean isOrderAcknRqd,
String purgDocOrderAcknNumber,
String shippingInstruction,
String purchaseContractItemText,
String manualDeliveryAddressID,
String volumeUnit,
String subcontractor,
Boolean evaldRcptSettlmtIsAllowed,
String material,
String servicePerformer,
String productType,
String materialType,
String formattedPurchaseContractItem,
String plant,
String storageLocation,
String requirementTracking,
String materialGroup,
String supplierMaterialNumber,
ErpConfigContext erpConfigContext,
List<PurCtrAccount> toPurCtrAccount,
List<PurCtrAddress> toPurCtrAddress) |
Modifier and Type | Method and Description |
---|---|
PurCtrAccountCreateFluentHelper |
PurchaseContractService.createPurCtrAccount(PurCtrAccount purCtrAccount)
Create a new
PurCtrAccount entity and save it to the S/4HANA system. |
PurCtrAccountCreateFluentHelper |
DefaultPurchaseContractService.createPurCtrAccount(PurCtrAccount purCtrAccount) |
PurCtrAccountDeleteFluentHelper |
PurchaseContractService.deletePurCtrAccount(PurCtrAccount purCtrAccount)
Deletes an existing
PurCtrAccount entity in the S/4HANA system. |
PurCtrAccountDeleteFluentHelper |
DefaultPurchaseContractService.deletePurCtrAccount(PurCtrAccount purCtrAccount) |
PurCtrAccountUpdateFluentHelper |
PurchaseContractService.updatePurCtrAccount(PurCtrAccount purCtrAccount)
Update an existing
PurCtrAccount entity and save it to the S/4HANA system. |
PurCtrAccountUpdateFluentHelper |
DefaultPurchaseContractService.updatePurCtrAccount(PurCtrAccount purCtrAccount) |
Copyright © 2018 SAP SE. All rights reserved.