Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder |
Modifier and Type | Field and Description |
---|---|
static SalesOrderItemLink<SalesOrderScheduleLine> |
SalesOrderItem.TO_SCHEDULE_LINE
Use with available fluent helpers to apply the to_ScheduleLine navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesOrderScheduleLine |
SalesOrderScheduleLine.SalesOrderScheduleLineBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesOrderScheduleLine> |
SalesOrderItem.fetchScheduleLine()
Fetches the SalesOrderScheduleLine entities (one to many) associated with this entity.
|
List<SalesOrderScheduleLine> |
SalesOrderItem.getScheduleLineOrFetch()
Retrieval of associated SalesOrderScheduleLine entities (one to many).
|
com.google.common.base.Optional<List<SalesOrderScheduleLine>> |
SalesOrderItem.getScheduleLineOrNull()
Retrieval of associated SalesOrderScheduleLine entities (one to many).
|
Class<SalesOrderScheduleLine> |
SalesOrderScheduleLine.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesOrderItem.addScheduleLine(SalesOrderScheduleLine... entity)
Adds elements to the list of associated SalesOrderScheduleLine entities.
|
SalesOrderItem.SalesOrderItemBuilder |
SalesOrderItem.SalesOrderItemBuilder.scheduleLine(SalesOrderScheduleLine... value) |
Modifier and Type | Method and Description |
---|---|
void |
SalesOrderItem.setScheduleLine(List<SalesOrderScheduleLine> value)
Overwrites the list of associated SalesOrderScheduleLine entities for the loaded navigation property to_ScheduleLine.
|
Constructor and Description |
---|
SalesOrderItem(String salesOrder,
String salesOrderItem,
String higherLevelItem,
String salesOrderItemCategory,
String salesOrderItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
Calendar pricingDate,
BigDecimal requestedQuantity,
String requestedQuantityUnit,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String transactionCurrency,
BigDecimal netAmount,
String materialGroup,
String batch,
String productionPlant,
String storageLocation,
String shippingPoint,
String shippingType,
String deliveryPriority,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String itemBillingBlockReason,
String sDProcessStatus,
String deliveryStatus,
String orderRelatedBillingStatus,
ErpConfigContext erpConfigContext,
List<SalesOrderItemPartner> toPartner,
List<SalesOrderItemPrElement> toPricingElement,
SalesOrder toSalesOrder,
List<SalesOrderScheduleLine> toScheduleLine) |
Copyright © 2018 SAP SE. All rights reserved.