Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static PurchaseOrderItemLink<PurchaseOrderScheduleLine> |
PurchaseOrderItem.TO_SCHEDULE_LINE
Use with available fluent helpers to apply the to_ScheduleLine navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PurchaseOrderScheduleLine |
PurchaseOrderScheduleLine.PurchaseOrderScheduleLineBuilder.build() |
protected PurchaseOrderScheduleLine |
PurchaseOrderScheduleLineDeleteFluentHelper.getEntity() |
protected PurchaseOrderScheduleLine |
PurchaseOrderScheduleLineUpdateFluentHelper.getEntity() |
protected PurchaseOrderScheduleLine |
PurchaseOrderScheduleLineCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PurchaseOrderScheduleLine> |
PurchaseOrderItem.fetchScheduleLine()
Fetches the PurchaseOrderScheduleLine entities (one to many) associated with this entity.
|
protected Class<PurchaseOrderScheduleLine> |
PurchaseOrderScheduleLineByKeyFluentHelper.getEntityClass() |
protected Class<PurchaseOrderScheduleLine> |
PurchaseOrderScheduleLineFluentHelper.getEntityClass() |
Optional<List<PurchaseOrderScheduleLine>> |
PurchaseOrderItem.getScheduleLineIfPresent()
Retrieval of associated PurchaseOrderScheduleLine entities (one to many).
|
List<PurchaseOrderScheduleLine> |
PurchaseOrderItem.getScheduleLineOrFetch()
Retrieval of associated PurchaseOrderScheduleLine entities (one to many).
|
Class<PurchaseOrderScheduleLine> |
PurchaseOrderScheduleLine.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseOrderItem.addScheduleLine(PurchaseOrderScheduleLine... entity)
Adds elements to the list of associated PurchaseOrderScheduleLine entities.
|
PurchaseOrderItem.PurchaseOrderItemBuilder |
PurchaseOrderItem.PurchaseOrderItemBuilder.scheduleLine(PurchaseOrderScheduleLine... value) |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseOrderItem.setScheduleLine(List<PurchaseOrderScheduleLine> value)
Overwrites the list of associated PurchaseOrderScheduleLine entities for the loaded navigation property
to_ScheduleLine.
|
protected PurchaseOrderScheduleLineLink<ObjectT> |
PurchaseOrderScheduleLineLink.translateLinkType(EntityLink<PurchaseOrderScheduleLineLink<ObjectT>,PurchaseOrderScheduleLine,ObjectT> link) |
Constructor and Description |
---|
PurchaseOrderScheduleLineCreateFluentHelper(String servicePath,
PurchaseOrderScheduleLine entity)
Creates a fluent helper object that will create a
PurchaseOrderScheduleLine entity on the OData endpoint. |
PurchaseOrderScheduleLineDeleteFluentHelper(String servicePath,
PurchaseOrderScheduleLine entity)
Creates a fluent helper object that will delete a
PurchaseOrderScheduleLine entity on the OData endpoint. |
PurchaseOrderScheduleLineUpdateFluentHelper(String servicePath,
PurchaseOrderScheduleLine entity)
Creates a fluent helper object that will update a
PurchaseOrderScheduleLine entity on the OData endpoint. |
Constructor and Description |
---|
PurchaseOrderItem(String purchaseOrder,
String purchaseOrderItem,
String purchasingDocumentDeletionCode,
String purchaseOrderItemText,
String plant,
String storageLocation,
String materialGroup,
String purchasingInfoRecord,
String supplierMaterialNumber,
BigDecimal orderQuantity,
String purchaseOrderQuantityUnit,
String orderPriceUnit,
BigDecimal orderPriceUnitToOrderUnitNmrtr,
BigDecimal ordPriceUnitToOrderUnitDnmntr,
BigDecimal netPriceAmount,
String documentCurrency,
BigDecimal netPriceQuantity,
String taxCode,
Boolean priceIsToBePrinted,
BigDecimal overdelivTolrtdLmtRatioInPct,
Boolean unlimitedOverdeliveryIsAllowed,
BigDecimal underdelivTolrtdLmtRatioInPct,
String valuationType,
Boolean isCompletelyDelivered,
Boolean isFinallyInvoiced,
String purchaseOrderItemCategory,
String accountAssignmentCategory,
String multipleAcctAssgmtDistribution,
String partialInvoiceDistribution,
Boolean goodsReceiptIsExpected,
Boolean goodsReceiptIsNonValuated,
Boolean invoiceIsExpected,
Boolean invoiceIsGoodsReceiptBased,
String purchaseContract,
String purchaseContractItem,
String customer,
BigDecimal itemNetWeight,
String itemWeightUnit,
String taxJurisdiction,
String pricingDateControl,
BigDecimal itemVolume,
String itemVolumeUnit,
String supplierConfirmationControlKey,
String incotermsClassification,
String incotermsTransferLocation,
Boolean evaldRcptSettlmtIsAllowed,
String purchaseRequisition,
String purchaseRequisitionItem,
Boolean isReturnsItem,
String requisitionerName,
String servicePackage,
String earmarkedFunds,
String earmarkedFundsItem,
String incotermsLocation1,
String incotermsLocation2,
String material,
String manufacturerMaterial,
String servicePerformer,
String productType,
BigDecimal expectedOverallLimitAmount,
BigDecimal overallLimitAmount,
String deliveryAddressID,
String deliveryAddressName,
String deliveryAddressStreetName,
String deliveryAddressHouseNumber,
String deliveryAddressCityName,
String deliveryAddressPostalCode,
String deliveryAddressRegion,
String deliveryAddressCountry,
ErpConfigContext erpConfigContext,
List<PurOrdAccountAssignment> toAccountAssignment,
List<PurOrdPricingElement> toPurchaseOrderPricingElement,
List<PurchaseOrderScheduleLine> toScheduleLine) |
Copyright © 2018 SAP SE. All rights reserved.