Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processsalesorder |
Modifier and Type | Field and Description |
---|---|
static EntityField<SalesOrderScheduleLine,BigDecimal> |
SalesOrderScheduleLine.CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK
Use with available fluent helpers to apply the ConfdOrderQtyByMatlAvailCheck field to query operations.
|
static EntityField<SalesOrderScheduleLine,String> |
SalesOrderScheduleLine.DELIV_BLOCK_REASON_FOR_SCHED_LINE
Use with available fluent helpers to apply the DelivBlockReasonForSchedLine field to query operations.
|
static EntityField<SalesOrderScheduleLine,BigDecimal> |
SalesOrderScheduleLine.DELIVERED_QTY_IN_ORDER_QTY_UNIT
Use with available fluent helpers to apply the DeliveredQtyInOrderQtyUnit field to query operations.
|
static EntityField<SalesOrderScheduleLine,BigDecimal> |
SalesOrderScheduleLine.OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT
Use with available fluent helpers to apply the OpenConfdDelivQtyInOrdQtyUnit field to query operations.
|
static EntityField<SalesOrderScheduleLine,String> |
SalesOrderScheduleLine.ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.
|
static EntityField<SalesOrderScheduleLine,String> |
SalesOrderScheduleLine.SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations.
|
static EntityField<SalesOrderScheduleLine,String> |
SalesOrderScheduleLine.SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations.
|
static EntityField<SalesOrderScheduleLine,String> |
SalesOrderScheduleLine.SCHEDULE_LINE
Use with available fluent helpers to apply the ScheduleLine field to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesOrderScheduleLine |
SalesOrderScheduleLine.SalesOrderScheduleLineBuilder.build() |
SalesOrderScheduleLine |
SalesOrderScheduleLineByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesOrderScheduleLine |
SalesOrderScheduleLineByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
SalesOrderScheduleLine |
SalesOrderScheduleLineByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
Modifier and Type | Method and Description |
---|---|
List<SalesOrderScheduleLine> |
SalesOrderScheduleLineFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesOrderScheduleLine> |
SalesOrderScheduleLineFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesOrderScheduleLine> |
SalesOrderScheduleLineFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<SalesOrderScheduleLine> |
SalesOrderItem.fetchScheduleLine()
Fetches the SalesOrderScheduleLine entities (one to many) associated with this entity.
|
static <T> EntityField<SalesOrderScheduleLine,T> |
SalesOrderScheduleLine.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SalesOrderScheduleLineFluentHelper |
SalesOrderScheduleLineFluentHelper.filter(ExpressionFluentHelper<SalesOrderScheduleLine> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
SalesOrderScheduleLineFluentHelper |
SalesOrderScheduleLineFluentHelper.orderBy(EntityField<SalesOrderScheduleLine,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
void |
SalesOrderItem.setScheduleLine(List<SalesOrderScheduleLine> value)
Overwrites the list of associated SalesOrderScheduleLine entities for the loaded navigation property to_ScheduleLine.
|
SalesOrderItem.SalesOrderItemBuilder |
SalesOrderItem.SalesOrderItemBuilder.toScheduleLine(List<SalesOrderScheduleLine> toScheduleLine) |
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 © 2017 SAP SE. All rights reserved.