Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processpurchasecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static PurchaseContractItemLink<PurCtrAddress> |
PurchaseContractItem.TO_PUR_CTR_ADDRESS
Use with available fluent helpers to apply the to_PurCtrAddress navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PurCtrAddress |
PurCtrAddress.PurCtrAddressBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PurCtrAddress> |
PurchaseContractItem.fetchPurCtrAddress()
Fetches the PurCtrAddress entities (one to many) associated with this entity.
|
List<PurCtrAddress> |
PurchaseContractItem.getPurCtrAddressOrFetch()
Retrieval of associated PurCtrAddress entities (one to many).
|
com.google.common.base.Optional<List<PurCtrAddress>> |
PurchaseContractItem.getPurCtrAddressOrNull()
Retrieval of associated PurCtrAddress entities (one to many).
|
Class<PurCtrAddress> |
PurCtrAddress.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContractItem.addPurCtrAddress(PurCtrAddress... entity)
Adds elements to the list of associated PurCtrAddress entities.
|
PurchaseContractItem.PurchaseContractItemBuilder |
PurchaseContractItem.PurchaseContractItemBuilder.purCtrAddress(PurCtrAddress... value) |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseContractItem.setPurCtrAddress(List<PurCtrAddress> value)
Overwrites the list of associated PurCtrAddress entities for the loaded navigation property to_PurCtrAddress.
|
Constructor and Description |
---|
PurCtrAddressCreateFluentHelper(PurCtrAddress entity) |
PurCtrAddressDeleteFluentHelper(PurCtrAddress entity) |
PurCtrAddressUpdateFluentHelper(PurCtrAddress entity) |
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 |
---|---|
PurCtrAddressCreateFluentHelper |
ProcessPurchaseContractService.createPurCtrAddress(PurCtrAddress purCtrAddress)
Create a new
PurCtrAddress entity and save it to the S/4HANA system. |
PurCtrAddressCreateFluentHelper |
DefaultProcessPurchaseContractService.createPurCtrAddress(PurCtrAddress purCtrAddress) |
PurCtrAddressDeleteFluentHelper |
ProcessPurchaseContractService.deletePurCtrAddress(PurCtrAddress purCtrAddress)
Deletes an existing
PurCtrAddress entity in the S/4HANA system. |
PurCtrAddressDeleteFluentHelper |
DefaultProcessPurchaseContractService.deletePurCtrAddress(PurCtrAddress purCtrAddress) |
PurCtrAddressUpdateFluentHelper |
ProcessPurchaseContractService.updatePurCtrAddress(PurCtrAddress purCtrAddress)
Update an existing
PurCtrAddress entity and save it to the S/4HANA system. |
PurCtrAddressUpdateFluentHelper |
DefaultProcessPurchaseContractService.updatePurCtrAddress(PurCtrAddress purCtrAddress) |
Copyright © 2018 SAP SE. All rights reserved.