Modifier and Type | Field and Description |
---|---|
static WhseOutboundDeliveryOrderHeadLink<WhseDeliveryDocumentAddress> |
WhseOutboundDeliveryOrderHead.TO_SHIP_TO_PARTY_DOCUMENT_ADDRESS
Use with available fluent helpers to apply the to_ShipToPartyDocumentAddress navigation property to query
operations.
|
static WhseOutboundDeliveryOrderItemOneToOneLink<WhseDeliveryDocumentAddress> |
WhseOutboundDeliveryOrderItem.TO_SOLD_TO_PARTY_DOCUMENT_ADDRESS
Use with available fluent helpers to apply the to_SoldToPartyDocumentAddress navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
WhseDeliveryDocumentAddress |
WhseDeliveryDocumentAddress.WhseDeliveryDocumentAddressBuilder.build() |
WhseDeliveryDocumentAddress |
WhseOutboundDeliveryOrderItem.fetchSoldToPartyDocumentAddress()
Fetches the WhseDeliveryDocumentAddress entity (one to one) associated with this entity.
|
WhseDeliveryDocumentAddress |
WhseOutboundDeliveryOrderItem.getSoldToPartyDocumentAddressOrFetch()
Retrieval of associated WhseDeliveryDocumentAddress entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<WhseDeliveryDocumentAddress> |
WhseOutboundDeliveryOrderHead.fetchShipToPartyDocumentAddress()
Fetches the WhseDeliveryDocumentAddress entities (one to many) associated with this entity.
|
protected Class<WhseDeliveryDocumentAddress> |
WhseDeliveryDocumentAddressFluentHelper.getEntityClass() |
protected Class<WhseDeliveryDocumentAddress> |
WhseDeliveryDocumentAddressByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<WhseDeliveryDocumentAddress>> |
WhseOutboundDeliveryOrderHead.getShipToPartyDocumentAddressIfPresent()
Retrieval of associated WhseDeliveryDocumentAddress entities (one to many).
|
List<WhseDeliveryDocumentAddress> |
WhseOutboundDeliveryOrderHead.getShipToPartyDocumentAddressOrFetch()
Retrieval of associated WhseDeliveryDocumentAddress entities (one to many).
|
io.vavr.control.Option<WhseDeliveryDocumentAddress> |
WhseOutboundDeliveryOrderItem.getSoldToPartyDocumentAddressIfPresent()
Retrieval of associated WhseDeliveryDocumentAddress entity (one to one).
|
Class<WhseDeliveryDocumentAddress> |
WhseDeliveryDocumentAddress.getType() |
Modifier and Type | Method and Description |
---|---|
void |
WhseOutboundDeliveryOrderHead.addShipToPartyDocumentAddress(WhseDeliveryDocumentAddress... entity)
Adds elements to the list of associated WhseDeliveryDocumentAddress entities.
|
void |
WhseOutboundDeliveryOrderItem.setSoldToPartyDocumentAddress(WhseDeliveryDocumentAddress value)
Overwrites the associated WhseDeliveryDocumentAddress entity for the loaded navigation property
to_SoldToPartyDocumentAddress.
|
WhseOutboundDeliveryOrderHead.WhseOutboundDeliveryOrderHeadBuilder |
WhseOutboundDeliveryOrderHead.WhseOutboundDeliveryOrderHeadBuilder.shipToPartyDocumentAddress(WhseDeliveryDocumentAddress... value)
Navigation property to_ShipToPartyDocumentAddress for WhseOutboundDeliveryOrderHead to multiple
WhseDeliveryDocumentAddress.
|
WhseOutboundDeliveryOrderItem.WhseOutboundDeliveryOrderItemBuilder |
WhseOutboundDeliveryOrderItem.WhseOutboundDeliveryOrderItemBuilder.soldToPartyDocumentAddress(WhseDeliveryDocumentAddress value)
Navigation property to_SoldToPartyDocumentAddress for WhseOutboundDeliveryOrderItem to single
WhseDeliveryDocumentAddress.
|
Modifier and Type | Method and Description |
---|---|
void |
WhseOutboundDeliveryOrderHead.setShipToPartyDocumentAddress(List<WhseDeliveryDocumentAddress> value)
Overwrites the list of associated WhseDeliveryDocumentAddress entities for the loaded navigation property
to_ShipToPartyDocumentAddress.
|
Constructor and Description |
---|
WhseOutboundDeliveryOrderItem(String outboundDeliveryOrder,
String outboundDeliveryOrderItem,
String warehouse,
String deliveryCategory,
String outbDeliveryOrderItemCategory,
String outboundDeliveryOrderItemType,
String product,
String productExternalID,
String productBatch,
BigDecimal productQuantity,
String quantityUnit,
String stagingArea,
String stagingAreaGroup,
String stagingBay,
String goodsIssueStatus,
String plannedPickingStatus,
String pickingStatus,
String completionStatus,
String warehouseProcessType,
String shippingCondition,
String goodsMovementBin,
String productionSupplyArea,
ZonedDateTime lastChangeDateTime,
String storageType,
String storageSection,
ZonedDateTime plndGoodsIssueStartUTCDateTime,
ZonedDateTime actlGoodsIssueStartUTCDateTime,
String routeSchedule,
String entitledToDisposeParty,
String stockUsage,
String warehouseStockCategory,
String stockOwner,
String deliveryItemStockTypeDetnCode,
String stockDocumentCategory,
String stockDocumentNumber,
String stockItemNumber,
String countryOfOrigin,
String wBSElementInternalID,
String wBSElementExternalID,
String specialStockIdfgSalesOrder,
String specialStockIdfgSalesOrderItem,
String salesOrder,
String salesOrderItem,
String manufacturingOrder,
WhseDeliveryDocumentAddress toSoldToPartyDocumentAddress,
List<WhseOutbDelivOrderItemSerialNo> toWhseOutbDelivOrdItemSerialNo,
WhseOutboundDeliveryOrderHead toWhseOutboundDeliveryOrderHead) |
Constructor and Description |
---|
WhseOutboundDeliveryOrderHead(String outboundDeliveryOrder,
String warehouse,
String deliveryCategory,
String deliveryType,
String shipToParty,
String shipToPartyName,
String carrier,
String carrierName,
ZonedDateTime plannedDeliveryUTCDateTime,
ZonedDateTime plannedOutOfYardUTCDateTime,
String incotermsPart1,
String incotermsPart2,
String route,
String salesOrganization,
String shippingOffice,
ZonedDateTime lastChangeDateTime,
List<WhseDeliveryDocumentAddress> toShipToPartyDocumentAddress,
List<WhseOutboundDeliveryOrderItem> toWhseOutboundDeliveryOrderItem) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<WhseDeliveryDocumentAddress> |
WhseDeliveryDocumentAddressOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected WhseDeliveryDocumentAddressLink<ObjectT> |
WhseDeliveryDocumentAddressLink.translateLinkType(EntityLink<WhseDeliveryDocumentAddressLink<ObjectT>,WhseDeliveryDocumentAddress,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.